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 241255 - 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-01 07:16 UTC by Jaroslav Tulach
Modified: 2014-02-05 08:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 207186


Attachments
stacktrace (8.36 KB, text/plain)
2014-02-01 07:16 UTC, Jaroslav Tulach
Details
stacktrace (8.36 KB, text/plain)
2014-02-01 07:28 UTC, Jaroslav Tulach
Details
stacktrace (8.36 KB, text/plain)
2014-02-04 13:07 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-01 07:16:32 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: Just opened new Java file




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-01 07:16:33 UTC
Created attachment 144661 [details]
stacktrace
Comment 2 Jaroslav Tulach 2014-02-01 07:28:15 UTC
Created attachment 144662 [details]
stacktrace

Opened a file
Comment 3 Jaroslav Tulach 2014-02-04 13:05:58 UTC
Making P2. It is a deadlock.
Comment 4 Jaroslav Tulach 2014-02-04 13:07:15 UTC
Created attachment 144772 [details]
stacktrace

In an editor. Debugging.
Comment 5 Miloslav Metelka 2014-02-05 08:55:36 UTC
Should be dup of issue #240944.

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