Exception in thread "Thread-2" Reaped unknown child pid = 5938 java.lang.RuntimeException: Linux{frysk.proc.LinuxTask@132dcd0,id={TaskId,5620},proc={frysk.proc.LinuxProc@461f8,id={ProcId,5620},state=running},state=running} in state "running" did not handle RequestUnblock
Two potential bugs: - the task was running and was sent a redundant RequestUnblock - the task was in the running state, but should have been in the blocked state
Index: frysk-core/frysk/proc/ChangeLog 2005-11-22 Andrew Cagney <cagney@redhat.com> * TaskState.java: In .running state, handle processRequestUnblock. * TestTaskObserverBlocked.java: Add testUnblockRunning. BTW, I wonder if the observer should be sent a message noteing that the operation is bogus (the blocked set is empty), ditto for case where the observer wasn't in the blocked set.