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 213083 - Profiler progress panel lingers on even though the profiled application has exited
Summary: Profiler progress panel lingers on even though the profiled application has e...
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 7.2
Hardware: PC All
: P3 normal (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-28 11:01 UTC by J Bachorik
Modified: 2012-06-05 06:03 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 J Bachorik 2012-05-28 11:01:16 UTC
When you configure the application in a way it can not run (eg. wrong JVM args, trying to use an occupied port by profiler etc.) the profiler actions will initiate connecting to the target VM but don't detect the fact that the target VM had failed to start and the profiler progress dialog lingers on.
Comment 1 J Bachorik 2012-05-28 11:30:27 UTC
fixed http://hg.netbeans.org/profiler-main/rev/223de4548b60
Comment 2 Quality Engineering 2012-06-05 06:03:31 UTC
Integrated into 'main-golden', will be available in build *201206050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/223de4548b60
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #213083: Detecting the target VM exit and closing the profiler progress dialog if necessary