Bug 4956 - testStepIntoMissingThread(frysk.stepping.TestSteppingEngine)java.lang.RuntimeException: {frysk.proc.live.LinuxTask@9d9c40,pid=11261,tid=11261,state=blockedContinue} in state "BlockedSignal" did not handle handleTerminatingEvent
Summary: testStepIntoMissingThread(frysk.stepping.TestSteppingEngine)java.lang.Runtime...
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-24 00:45 UTC by Andrew Cagney
Modified: 2007-08-24 00:45 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:
Project(s) to access:
ssh public key:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2007-08-24 00:45:42 UTC
FC 5 / RHEL 4 which has different kill-9 semantics.

testStepIntoMissingThread(frysk.stepping.TestSteppingEngine)java.lang.RuntimeException:
{frysk.proc.live.LinuxTask@9d9c40,pid=11261,tid=11261,state=blockedContinue} in
state "BlockedSignal" did not handle handleTerminatingEvent
   at frysk.proc.State.unhandled(TestRunner)
   at frysk.proc.TaskState.handleTerminatingEvent(TestRunner)
   at frysk.proc.live.LinuxTask.processTerminatingEvent(TestRunner)
   at frysk.proc.live.LinuxWaitBuilder.exitEvent(TestRunner)
   at frysk.sys.Wait.wait(TestRunner)
   at frysk.sys.Wait.waitAll(TestRunner)
   at frysk.event.WaitEventLoop.block(TestRunner)
   at frysk.event.EventLoop.runEventLoop(TestRunner)
   at frysk.event.EventLoop.runPolling(TestRunner)
   at frysk.testbed.TestLib.assertRunUntilStop(TestRunner)
   at frysk.testbed.TestLib.assertRunUntilStop(TestRunner)
   at frysk.stepping.TestSteppingEngine.testStepIntoMissingThread(TestRunner)
   at frysk.junit.Runner.runCases(TestRunner)
   at frysk.junit.Runner.runArchCases(TestRunner)
   at frysk.junit.Runner.runTestCases(TestRunner)
   at TestRunner.main(TestRunner)