[Buildbot-commits] [Buildbot] #1749: xp slave fails to kill child process after network disconnect

Buildbot nobody at buildbot.net
Sat Jan 15 00:53:30 UTC 2011


#1749: xp slave fails to kill child process after network disconnect
----------------------+--------------------
Reporter:  philippem  |       Owner:
    Type:  defect     |      Status:  new
Priority:  critical   |   Milestone:  0.8.+
 Version:  0.8.3      |  Resolution:
Keywords:  windows    |
----------------------+--------------------

Comment (by philippem):

 without fully understanding the reactor timeout (we see this code being
 executed in the log)

 it looks like

 a) posix version does a kill of the process group, in addition to killing
 the process. this would cleanup most scenarios where the slave step
 forks()
 b) the windows version just does win32 TerminateProcess. More
 functionality would be required to terminate any child processes created
 by the slave step.  I don't think there is a single API for this (or even
 if win32 has an equivalent process model)

-- 
Ticket URL: <http://trac.buildbot.net/ticket/1749#comment:8>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list