Running ./frysk-core/TestRunner -c FINE frysk.proc.TestProcTasksObserver
fails on fc6. The fc6 logs and the fc5 logs are, aside from minor
variations in the order of things, are identical until they get to:
12-Sep-06 11:13:47 PM frysk.proc.TestLib tearDown
FINE:
testManyExistingThreadAttached(frysk.proc.TestProcTasksObserver)
>>>>>>>>>>>>>>>> start tearDown
12-Sep-06 11:13:47 PM frysk.proc.TestLib tearDown
FINE:
testManyExistingThreadAttached(frysk.proc.TestProcTasksObserver)
kill -KILL 14860
12-Sep-06 11:13:47 PM frysk.proc.TestLib tearDown
FINE:
testManyExistingThreadAttached(frysk.proc.TestProcTasksObserver)
kill -CONT 14860
12-Sep-06 11:13:47 PM frysk.proc.TestLib tearDown
FINE:
testManyExistingThreadAttached(frysk.proc.TestProcTasksObserver)
detach -KILL 14860 (failed)
under fc5, and
12-Sep-06 11:20:26 PM frysk.proc.TestLib tearDown
FINE: testDoCloneAttached(frysk.proc.TestProcTasksObserver)
>>>>>>>>>>>>>>>> start tearDown
12-Sep-06 11:20:26 PM frysk.proc.TestLib tearDown
FINE: testDoCloneAttached(frysk.proc.TestProcTasksObserver) kill
-KILL 29450
12-Sep-06 11:20:26 PM frysk.proc.TestLib tearDown
FINE: testDoCloneAttached(frysk.proc.TestProcTasksObserver) kill
-CONT 29450
12-Sep-06 11:20:26 PM frysk.proc.TestLib tearDown
FINE: testDoCloneAttached(frysk.proc.TestProcTasksObserver) detach
-KILL 29450
under fc6. I.e., prima facie, the detach -KILL seems shows a failure
under fc6 and a pass under fc5. I'll poke at it some more tomorrow.