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)
Same problem on x86_64, FC6
Fixed in cvs HEAD. 2007-09-10 Sami Wagiaalla <swagiaal@redhat.com> * CoreFileAtSignal.java (.execute): Replaced ackProc.requestAbandonAndRunEvent with eventLoop.requestStop.