Ticket #3398 defect closed fixed
process cleanup for ReactorBuilder-based tests loops indefinitely if processes do not exit
| Reported by: | zooko | Owned by: | itamar |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Keywords: | |
| Cc: | exarkun | Branch: | branches/process-cleanup-loop-3398-2 |
| Author: | itamarst, exarkun | Launchpad Bug: |
Description
http://buildbot.twistedmatrix.com/builders/cygwin-py2.5-select/builds/1
Produces many hundreds or thousands of this line in the test.log:
2008-08-26 15:29:02-0700 [-] ReactorBuilder.tearDown reaping some processes {2540: <PTYProcess pid=2540 status=-1>}
Followed by many of this:
2008-08-26 15:29:10-0700 [-] ReactorBuilder.tearDown reaping some processes {2524: <PTYProcess pid=2524 status=-1>}
and eventually I stopped it.
Change History
Note: See
TracTickets for help on using
tickets.
