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 250651

Summary: EDT blocked waiting for lock on org.openide.windows.CloneableOpenSupport$Listener
Product: platform Reporter: tabbott <tabbott>
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Thread dump of lockup

Description tabbott 2015-02-24 09:40:00 UTC
Created attachment 152173 [details]
Thread dump of lockup

I cleared the ~/.cache/netbeans directory and restarted NetBeans. While it was still refreshing, I compiled a maven project and clicked on the hyperlink of a compilation error in the output window to take me to the source of the error. At this point NetBeans stopped responding.

I have attached a thread dump. The EDT is blocked waiting for org.openide.text.CloneableEditorSupport.checkReload to lock an object, the lock being held by the RepositoryUpdater.worker thread. It has been locked like this for a good 15m so it doesn't look like anything is going to notify the RepositoryUpdater.worker thread.

This is NetBeans 8.0.1 that was upgraded to 8.0.2, running on JDK 1.8.0_31-b13 on Ubuntu 14.04.