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 173076 - InterruptedException at java.lang.Object.wait
Summary: InterruptedException at java.lang.Object.wait
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Sedlacek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-25 08:52 UTC by matusdekanek
Modified: 2009-11-01 10:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 159141


Attachments
stacktrace (1.84 KB, text/plain)
2009-09-25 08:52 UTC, matusdekanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matusdekanek 2009-09-25 08:52:54 UTC
Build: NetBeans IDE Dev (Build 200909221401)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux, 2.6.28-15-generic, i386

User Comments:
matusdekanek: start profiler session
stop it, before the build/instrumentation is finished (I did it immediatelly once it was possible to cancel it)



Stacktrace: 
java.lang.InterruptedException
        at java.lang.Object.wait(Object.java:0)
        at java.lang.Object.wait(Object.java:485)
        at java.awt.EventQueue.invokeAndWait(EventQueue.java:992)
        at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1323)
        at org.netbeans.modules.profiler.utils.IDEUtils.runInEventDispatchThreadAndWait(IDEUtils.java:439)
        at org.netbeans.modules.profiler.ProfilerControlPanel2.getDefault(ProfilerControlPanel2.java:1826)
Comment 1 matusdekanek 2009-09-25 08:52:58 UTC
Created attachment 88336 [details]
stacktrace
Comment 2 Jiri Sedlacek 2009-10-29 18:59:56 UTC
Fixed in profiler-main.


http://hg.netbeans.org/profiler-main/rev/38ecf6e92d10
Comment 3 Quality Engineering 2009-11-01 10:50:50 UTC
Integrated into 'main-golden', will be available in build *200910310201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/38ecf6e92d10
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #173076 - handle InterruptedException in ProfilerControlPanel2.getDefault()