Bug 2180

Summary: testUnattachedMultipleExec(frysk.proc.TestRefresh)junit.framework.AssertionFailedError: pid:task after unattached multiple clone exec
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Andrew Cagney <cagney>
Status: RESOLVED FIXED    
Severity: normal CC: scox
Priority: P1    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 1586    

Description Andrew Cagney 2006-01-19 17:10:22 UTC
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)
Comment 1 Andrew Cagney 2006-01-19 20:11:15 UTC
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.