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

Summary: Deadlock in EventQueue.invokeLater
Product: platform Reporter: Milutin Kristofic <mkristofic>
Component: JDK ProblemsAssignee: Antonin Nebuzelsky <anebuzelsky>
Status: RESOLVED DUPLICATE    
Severity: normal CC: mmirilovic
Priority: P2 Keywords: RANDOM
Version: 7.3   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Thread Dump

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 ***