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 224643 - Deadlock in EventQueue.invokeLater
Summary: Deadlock in EventQueue.invokeLater
Status: RESOLVED DUPLICATE of bug 213926
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 7.3
Hardware: PC Linux
: P2 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2013-01-09 11:36 UTC by Milutin Kristofic
Modified: 2013-01-10 16:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread Dump (24.63 KB, application/octet-stream)
2013-01-09 11:36 UTC, Milutin Kristofic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milutin Kristofic 2013-01-09 11:36:38 UTC
Created attachment 130035 [details]
Thread Dump

Found one Java-level deadlock:
=============================
"Folder Instance Processor":
  waiting for ownable synchronizer 0x00000000d07c5bf0, (a java.util.concurrent.locks.ReentrantLock$NonfairSync),
  which is held by "AWT-EventQueue-0"
"AWT-EventQueue-0":
  waiting to lock monitor 0x00007f1530d1df50 (object 0x00000000d07c75f0, a sun.awt.PostEventQueue),
  which is held by "Folder Instance Processor"
Comment 1 Milutin Kristofic 2013-01-09 11:38:59 UTC
It happened just once. I cannot reproduce it.
Comment 2 Jaroslav Tulach 2013-01-10 08:40:51 UTC
AWT synchronization bug. Upgrade to latest JDK.
Comment 3 Antonin Nebuzelsky 2013-01-10 16:02:03 UTC

*** This bug has been marked as a duplicate of bug 213926 ***