Bug 5009 - tearDown problem: testFhpdVirtualStackTrace(frysk.hpd.TestStackCommands)
Summary: tearDown problem: testFhpdVirtualStackTrace(frysk.hpd.TestStackCommands)
Status: RESOLVED FIXED
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-09-07 18:37 UTC by Kris Van Hees
Modified: 2007-09-13 15:48 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 Kris Van Hees 2007-09-07 18:37:02 UTC
On x86, FC6:

testFhpdVirtualStackTrace(frysk.hpd.TestStackCommands)junit.framework.AssertionFailedError:
tearDown timed out waiting for children; this is caused by either: a wedged
process (kernel, unlikely); or a process not registered for tear-down.  Either
way this is bad as the stray process will likely confuse the next test.  The fix
is to find and register the unknown process.  Workaround by running tests
individually.
   at frysk.testbed.TearDownProcess.tearDown(TestRunner)
   at frysk.testbed.TestLib.tearDown(TestRunner)
   at frysk.hpd.TestLib.tearDown(TestRunner)
   at frysk.junit.Runner.runCases(TestRunner)
   at frysk.junit.Runner.runArchCases(TestRunner)
   at frysk.junit.Runner.runTestCases(TestRunner)
   at TestRunner.main(TestRunner)
Comment 1 Kris Van Hees 2007-09-07 18:39:58 UTC
Same problem on x86_64, FC6
Comment 2 Sami Wagiaalla 2007-09-13 15:46:51 UTC
Fixed in cvs HEAD.
2007-09-10  Sami Wagiaalla  <swagiaal@redhat.com>

	* CoreFileAtSignal.java (.execute): Replaced 
	ackProc.requestAbandonAndRunEvent with eventLoop.requestStop.

Comment 3 Sami Wagiaalla 2007-09-13 15:48:17 UTC
Fixed in cvs HEAD.
2007-09-10  Sami Wagiaalla  <swagiaal@redhat.com>

	* CoreFileAtSignal.java (.execute): Replaced 
	ackProc.requestAbandonAndRunEvent with eventLoop.requestStop.