Bug 2772 - frysk.proc.TestTaskObserverDetach may have race condition passes and failiures
Summary: frysk.proc.TestTaskObserverDetach may have race condition passes and failiures
Status: RESOLVED WORKSFORME
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 1553
  Show dependency treegraph
 
Reported: 2006-06-14 20:36 UTC by Mike Cvet
Modified: 2006-08-29 14:36 UTC (History)
0 users

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 Mike Cvet 2006-06-14 20:36:08 UTC
The following tests may fail or pass depending on the position of the sun:

testDetachClone(frysk.proc.TestTaskObserverDetach)java.lang.RuntimeException:
{frysk.proc.LinuxTask@8d0c0,pid=21790,tid=21790,state=running} in state
"running" did not handle handleStoppedEvent
   at frysk.proc.State.unhandled(TestRunner)
   at frysk.proc.TaskState.handleStoppedEvent(TestRunner)
   at frysk.proc.Task.processStoppedEvent(TestRunner)
   at frysk.proc.LinuxHost$PollWaitOnSigChld$2.stopped(TestRunner)
   at frysk.sys.Wait.waitAllNoHang(TestRunner)
   at frysk.proc.LinuxHost$PollWaitOnSigChld.execute(TestRunner)
   at frysk.event.EventLoop.runEventLoop(TestRunner)
   at frysk.event.EventLoop.runPolling(TestRunner)
   at frysk.proc.TestLib.assertRunUntilStop(TestRunner)
   at frysk.proc.TestLib.assertRunUntilStop(TestRunner)
   at frysk.proc.TestTaskObserverDetach$Detach.assertDetach(TestRunner)
   at frysk.proc.TestTaskObserverDetach.testDetachClone(TestRunner)
   at frysk.junit.Runner.<init>(TestRunner)
   at TestRunner.main(TestRunner)

testDetachClone(frysk.proc.TestTaskObserverDetach)java.lang.RuntimeException:
{frysk.proc.LinuxTask@41e0c0,pid=25608,tid=25608,state=running} in state
"running" did not handle handleStoppedEvent
   at frysk.proc.State.unhandled(TestRunner)
   at frysk.proc.TaskState.handleStoppedEvent(TestRunner)
   at frysk.proc.Task.processStoppedEvent(TestRunner)
   at frysk.proc.LinuxHost$PollWaitOnSigChld$2.stopped(TestRunner)
   at frysk.sys.Wait.waitAllNoHang(TestRunner)
   at frysk.proc.LinuxHost$PollWaitOnSigChld.execute(TestRunner)
   at frysk.event.EventLoop.runEventLoop(TestRunner)
   at frysk.event.EventLoop.runPolling(TestRunner)
   at frysk.proc.TestLib.assertRunUntilStop(TestRunner)
   at frysk.proc.TestLib.assertRunUntilStop(TestRunner)
   at frysk.proc.TestTaskObserverDetach$Detach.assertDetach(TestRunner)
   at frysk.proc.TestTaskObserverDetach.testDetachClone(TestRunner)
   at frysk.junit.Runner.<init>(TestRunner)
   at TestRunner.main(TestRunner)

testTerm(frysk.proc.TestTaskTerminateObserver)junit.framework.AssertionFailedError:
Number terminating processes
   at frysk.proc.TestTaskTerminateObserver.testTerm(TestRunner)
   at frysk.junit.Runner.<init>(TestRunner)
   at TestRunner.main(TestRunner)
Comment 1 Mike Cvet 2006-08-29 14:36:54 UTC
No longer happens on the arch reported - i386. Closing!