Bug 2180 - testUnattachedMultipleExec(frysk.proc.TestRefresh)junit.framework.AssertionFailedError: pid:task after unattached multiple clone exec
Summary: testUnattachedMultipleExec(frysk.proc.TestRefresh)junit.framework.AssertionFa...
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 1586
  Show dependency treegraph
 
Reported: 2006-01-19 17:10 UTC by Andrew Cagney
Modified: 2006-01-19 20:11 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.