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 156340

Summary: deadlock while opening groovy file (from test roots)
Product: editor Reporter: Lukas Jungmann <jungi>
Component: Parsing & IndexingAssignee: issues@editor <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: phejl
Priority: P2 Keywords: RANDOM, THREAD
Version: 6.x   
Hardware: All   
OS: Windows Vista   
Issue Type: DEFECT Exception Reporter:
Attachments: threaddump

Description Lukas Jungmann 2009-01-06 11:03:58 UTC
full ide, hudson #4734, vista, jdk1.6.0_10

-start ide with fresh userdir
-open java and web projects from favorites window
-register GF-v2 in the IDE (using resolve missing server dialog)
-activated groovy modules (using tools->plugins)
-open groovy test file from java app's test root in the editor

=>
Found one Java-level deadlock:
=============================
"Document Processing":
  waiting to lock monitor 0x33ea364c (object 0x0aed97f0, a org.netbeans.modules.parsing.api.Source),
  which is held by "OpenIDE-request-processor-6"
"OpenIDE-request-processor-6":
  waiting to lock monitor 0x341f6664 (object 0x0aee0570, a org.openide.windows.CloneableOpenSupport$Listener),
  which is held by "Document Processing"
Comment 1 Lukas Jungmann 2009-01-06 11:04:25 UTC
Created attachment 75482 [details]
threaddump
Comment 2 Vitezslav Stejskal 2009-01-07 12:04:43 UTC
Synchronization troubles in boggy SourceCache...
Comment 3 Vitezslav Stejskal 2009-01-08 09:41:09 UTC

*** This issue has been marked as a duplicate of 156443 ***