Summary: | TestRunner frysk.sys.TestCallPtrace on FC6 clones itself? | ||
---|---|---|---|
Product: | frysk | Reporter: | Mark Wielaard <mark> |
Component: | general | Assignee: | Andrew Cagney <cagney> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cagney |
Priority: | P2 | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: | ||
Bug Depends on: | 3126 | ||
Bug Blocks: | 1582 |
Description
Mark Wielaard
2006-08-24 12:02:36 UTC
*** Bug 3126 has been marked as a duplicate of this bug. *** Solved by: 2006-08-22 Andrew Cagney <cagney@redhat.com> * TestLib.java (tearDown): For terminated threads, re-reap their pid. * TestBreakpoints.java (tearDown): Delete code using the event loop to reap children. (setUp): Do not add to Manager .host .observableProcRemovedXXX .addObserver. 2006-08-22 Mark Wielaard <mark@klomp.org> * TestBreakpoints.java (tearDown): Add more comments about child process creation and dead. 2006-08-21 Mark Wielaard <mark@klomp.org> * TestBreakpoints.java: Implements Observer. (procTerminated): New boolean field. (setup): Add observableProcRemoved to manager.host. (tearDown): Make sure proc is really gone. (update): New method. |