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 165268 - deadlock while typing in the java editor
Summary: deadlock while typing in the java editor
Status: VERIFIED DUPLICATE of bug 165262
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 6.x
Hardware: Sun Linux
: P2 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-15 12:27 UTC by Jindrich Sedek
Modified: 2009-05-18 15:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump (19.41 KB, text/plain)
2009-05-15 12:27 UTC, Jindrich Sedek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jindrich Sedek 2009-05-15 12:27:22 UTC
I was typing a condition in if statement and the IDE got blocked - see attached threaddump
deadlock was also found by JVM in threaddump
Comment 1 Jindrich Sedek 2009-05-15 12:27:44 UTC
Created attachment 82185 [details]
thread dump
Comment 2 David Strupl 2009-05-15 20:32:27 UTC
It is the same deadlock as in 165262, the only difference is the line in SourceCache.java 113 vs 114 but the dadlock is
the same. Marking as duplicate.

*** This issue has been marked as a duplicate of 165262 ***
Comment 3 Jindrich Sedek 2009-05-18 15:37:47 UTC
v.