[Buildbot-commits] buildbot ChangeLog,1.1010,1.1011
Brian Warner
warner at users.sourceforge.net
Sat Dec 22 08:54:51 UTC 2007
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21627
Modified Files:
ChangeLog
Log Message:
[project @ commands: don't send more than 128kB per PB message, to avoid its hardwired string-size limit. Closes #129.]
Original author: warner at lothar.com
Date: 2007-12-22 08:53:57+00:00
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.1010
retrieving revision 1.1011
diff -u -d -r1.1010 -r1.1011
--- ChangeLog 22 Dec 2007 06:34:54 -0000 1.1010
+++ ChangeLog 22 Dec 2007 08:54:49 -0000 1.1011
@@ -1,3 +1,13 @@
+2007-12-22 Brian Warner <warner at lothar.com>
+
+ * buildbot/slave/commands.py (ShellCommand._chunkForSend): don't
+ send more than 128kB of stdout/stderr/logfile text in a single PB
+ string, since PB has a hardwired limit of 640kB. This should fix
+ crashes that occur when the test process generates output very
+ very quickly. Patch by chops at demiurgestudios.com, thanks! I
+ haven't been able to reproduce this locally, but the potential bug
+ is clear. This should close #129.
+
2007-12-21 Brian Warner <warner at lothar.com>
* buildbot/scripts/startup.py (start): check to see if there's a
More information about the Commits
mailing list