Bug 1850

Summary: detaching a task that was signaled
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Andrew Cagney <cagney>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P1    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 1520, 1553    

Description Andrew Cagney 2005-11-11 05:08:03 UTC
need to ensure that the signal gets pushed onto the process.
Comment 1 Andrew Cagney 2005-11-21 05:34:14 UTC
Index: frysk-core/frysk/proc/ChangeLog
2005-11-21  Andrew Cagney  <cagney@redhat.com>

        * TaskState.java: In .detaching state, handle PerformForked,
        PerformCloned, PerformExeced, PerformSignaled.
        * TestTaskObserverDetach.java: New file.