This is intermitent; TestRunner doesn't robustly wait for the child. testUnattachedMultipleExec(frysk.proc.TestRefresh)junit.framework.AssertionFailedError: pid:task after unattached multiple clone exec at frysk.proc.TestRefresh.testUnattachedMultipleExec() (/home/scratch/frysk/frysk/frysk-core/frysk/proc/TestRefresh.java:410) at TestRunner.main(java.lang.String[]) (/home/scratch/frysk/native/frysk-core/TestRunner.java:133) at gnu.java.lang.MainThread.call_main() (/usr/lib/libgcj.so.6.0.0) at gnu.java.lang.MainThread.run() (/usr/lib/libgcj.so.6.0.0)
Index: frysk-core/frysk/proc/ChangeLog 2006-01-19 Andrew Cagney <cagney@redhat.com> * TestLib.java (AckProcess.execClone): Wait for both parentAck and childAck. 2006-01-19 Stan Cox <scox@redhat.com> * child.c (server): Use parentAck instead of childAck for SIGFPE.