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 87737 - "Performing Instrumentation" message should automatically dismiss "Profiled app does not respond dialog
Summary: "Performing Instrumentation" message should automatically dismiss "Profiled a...
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-22 23:30 UTC by jchristi
Modified: 2007-09-05 16:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot showing the two dialog boxes (36.66 KB, application/octet-stream)
2006-10-22 23:31 UTC, jchristi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jchristi 2006-10-22 23:30:02 UTC
I have a profiling configuration that the JVM gets held up considerably right
before the instrumentation of the classes occurs.

So I will get a "The profiled application does not respond." message, and if I
am lucky the one or two seconds immediately after that message, I can click NO
to get rid of it.  If not, the "Performing Instrumentation" dialog box pops up
and I am not allowed to click any of the buttons in the "The profiled
application does not respond" box, the performing instrumentation dialog box
will not allow focus to go elsewhere.

The application does not respond box should be automatically dismissed if the
"Performing Instrumentation" dialog is invoked.  

In a perfect world, you also would have a preference somewhere where I can
adjust what the profiler is using for the timeout value so I don't get this
message EVERY time I profile this particular application.
Comment 1 jchristi 2006-10-22 23:30:34 UTC
NetBeans IDE Dev (Build 200609161800)
1.6.0-rc; Java HotSpot(TM) Client VM 1.6.0-rc-b101
Windows XP version 5.1 running on x86
en_US (nb); Cp1252
Comment 2 jchristi 2006-10-22 23:31:27 UTC
Created attachment 35443 [details]
Screenshot showing the two dialog boxes
Comment 3 J Bachorik 2007-01-11 10:46:09 UTC
Should be fixed in trunk
The progress dialog is now postponed until all modal dialog windows are closed
(eg. profiler not responding etc.)
Comment 4 J Bachorik 2007-01-11 13:45:13 UTC
reopening the issue
Comment 5 Tomas Hurka 2007-09-05 16:27:50 UTC
This should be fixed as side-effect of issue #106879.