Bug 3316 - ProcAttachedObserver cannot attach to a stopped process.
Summary: ProcAttachedObserver cannot attach to a stopped process.
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Nurdin Premji
URL:
Keywords:
Depends on: 3473
Blocks: 1582
  Show dependency treegraph
 
Reported: 2006-10-06 20:54 UTC by Nurdin Premji
Modified: 2006-10-12 17:56 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.