[Buildbot-devel] Failed Command on Slave Causes Unkillable Process
Jeff Pitman
symbiont at berlios.de
Tue Apr 5 12:48:06 UTC 2005
By accident, I sent a None Command to the slave and got the following
reaction by the slave. It appears that the command is still in some
queue (i don't understand the internals, yet, sorry). Then when it
does some cleanup (ie self.command.interrupt()), it tries to kill it;
but, a process never existed.
To fix, I think kill() in bot.py needs to be modified to take in account
self.process == None and deal with it, letting it continue without
consequence.
Current workaround: restart slave process.
thanks,
--
-jeff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: problem.log
Type: text/x-log
Size: 5870 bytes
Desc: not available
URL: <http://buildbot.net/pipermail/devel/attachments/20050405/70de10c4/attachment.bin>
More information about the devel
mailing list