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 167487 - InterruptedException at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire
Summary: InterruptedException at java.util.concurrent.locks.AbstractQueuedSynchronizer...
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: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-22 21:32 UTC by Jesse Glick
Modified: 2013-10-16 07:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 152903


Attachments
stacktrace (2.13 KB, text/plain)
2009-06-22 21:32 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2009-06-22 21:32:33 UTC
Build: NetBeans IDE Dev (Build 090616)
VM: Java HotSpot(TM) Client VM, 1.5.0_18-b02, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_18-b02
OS: Linux, 2.6.28-11-generic, i386

User Comments:
jglick: Just started IDE on test user dir.



Stacktrace: 
java.lang.InterruptedException
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1076)
        at java.util.concurrent.locks.ReentrantLock$NonfairSync.lock(ReentrantLock.java:184)
        at java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:256)
        at java.util.concurrent.DelayQueue.offer(DelayQueue.java:70)
        at java.util.concurrent.DelayQueue.add(DelayQueue.java:115)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.add(ScheduledThreadPoolExecutor.java:538)
Comment 1 Jesse Glick 2009-06-22 21:32:37 UTC
Created attachment 83893 [details]
stacktrace
Comment 2 Jiri Sedlacek 2009-09-14 14:52:49 UTC
Should be already fixed in devbuilds.