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 241394 - org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException: AWT-EventQueue-0
Summary: org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException: AW...
Status: RESOLVED DUPLICATE of bug 240944
Alias: None
Product: editor
Classification: Unclassified
Component: Lexer (show other bugs)
Version: 8.0
Hardware: All All
: P2 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-04 14:37 UTC by Jaroslav Tulach
Modified: 2014-02-05 09:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 207276


Attachments
stacktrace (7.05 KB, text/plain)
2014-02-04 14:37 UTC, Jaroslav Tulach
Details
stacktrace (7.04 KB, text/plain)
2014-02-04 15:49 UTC, Jaroslav Tulach
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2014-02-04 14:37:31 UTC
Build: NetBeans IDE Dev (Build 20140130-85f20076c6c0)
VM: Java HotSpot(TM) Client VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Linux

User Comments:
jtulach: Next one




Stacktrace: 
org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException: AWT-EventQueue-0
   at org.netbeans.lib.lexer.TokenHierarchyOperation.tokenSequence(TokenHierarchyOperation.java:432)
   at org.netbeans.lib.lexer.TokenHierarchyOperation.tokenSequence(TokenHierarchyOperation.java:427)
   at org.netbeans.api.lexer.TokenHierarchy.tokenSequence(TokenHierarchy.java:186)
   at org.netbeans.modules.javadoc.highlighting.Highlighting$HSImpl.moveNext(Highlighting.java:210)
   at org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$Wrapper.fetchNextHighlight(DirectMergeContainer.java:443)
   at org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$Wrapper.<init>(DirectMergeContainer.java:408)
Comment 1 Jaroslav Tulach 2014-02-04 14:37:33 UTC
Created attachment 144781 [details]
stacktrace
Comment 2 Jaroslav Tulach 2014-02-04 15:45:13 UTC
Nasty deadlock deserves P2.
Comment 3 Jaroslav Tulach 2014-02-04 15:49:15 UTC
Created attachment 144789 [details]
stacktrace

deadlock while in editor - not touching it for an hour, I think.
Comment 4 Miloslav Metelka 2014-02-05 09:52:36 UTC
Should be dup of issue #240944.

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