Bug 3316

Summary: ProcAttachedObserver cannot attach to a stopped process.
Product: frysk Reporter: Nurdin Premji <npremji>
Component: generalAssignee: Nurdin Premji <npremji>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Project(s) to access: ssh public key:
Bug Depends on: 3473    
Bug Blocks: 1582    

Description Nurdin Premji 2006-10-06 20:54:14 UTC
The ProcAttachedObserver is unable to attach to a stopped process.
Comment 1 Nurdin Premji 2006-10-11 19:59:46 UTC
fixed
10-11-2006
frysk-core/frysk/proc
	* LinuxTask.java (sendAttach): Manually tell the thread that the process
	has been attached Fixes 3316.
	* TestProcStopped.java: Added license.
	(stopped): Added.
	(running): Ditto.
	(testStoppedDetached):
	(testStoppedAttached):
	(testRunningAckDaemon): 
	(testRunningDetached): 
	(testRunningAttached): Ditto.
	(testStoppedAckDaemon): Changed to use stopped.
	(MyTester): Changed to stop eventloop after an attach.