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 205363 - Profiler session should be finished after fully detaching from profiled app
Summary: Profiler session should be finished after fully detaching from profiled app
Status: NEW
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-21 15:42 UTC by Jiri Sedlacek
Modified: 2013-06-04 14:25 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 Jiri Sedlacek 2011-11-21 15:42:53 UTC
For dynamic attach, profiler actions are enabled and the UI is ready for a new profiler session shortly after invoking Detach without terminating the profiled application. However, the agent in profiled application still deinstruments its bytecode and blocks the comm port. Starting a new profiling session during this time fails.

As a simple fix, the profiler session should be finished and actions enabled after fully deinstrumenting the detached application.
Comment 1 Jiri Sedlacek 2013-06-04 14:25:35 UTC
Also applies to direct attach - visible for a remote session after detaching and leaving the profiled app running.