This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 87961 - One Profiler Agent Thread remains after attach-detach
Summary: One Profiler Agent Thread remains after attach-detach
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-25 14:46 UTC by ehucka
Modified: 2006-11-30 16:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2006-10-25 14:46:52 UTC
profiler 61025, jdk 1.6.0 b102 for ide and application

Each dynamic attach-detach to a j2se application leaves one '*** Profiler Agent
Special Execution Thread 6' visible in threads monitor. So after fifth attach to
an application I can see 4 profiler threads in threads view.
Comment 1 Tomas Hurka 2006-11-21 16:13:02 UTC
This is general problem. Detach from profiler JVM leaves Special Execution Thread 6 running. It can be 
reproduce with JDK 1.5 and without dynamic attach. 
Comment 2 Tomas Hurka 2006-11-21 17:03:08 UTC
Fixed in trunk.
Comment 3 ehucka 2006-11-30 16:31:33 UTC
verified