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 55171 - Possible deadlock after invoking of code completion
Summary: Possible deadlock after invoking of code completion
Status: CLOSED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@editor
URL:
Keywords: RANDOM, THREAD
: 55251 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-02-18 10:20 UTC by ehucka
Modified: 2007-11-05 13:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
threaddump (12.24 KB, text/plain)
2005-02-18 10:20 UTC, ehucka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2005-02-18 10:20:20 UTC
Build 200502142300

During editing of a java source file I invoked CC
and IDE froze.
I saw it only once.
Comment 1 ehucka 2005-02-18 10:20:53 UTC
Created attachment 20410 [details]
threaddump
Comment 2 Jan Lahoda 2005-02-19 22:21:42 UTC
*** Issue 55251 has been marked as a duplicate of this issue. ***
Comment 3 Jan Lahoda 2005-02-19 22:22:31 UTC
See issue #55251 for analysis.
Comment 4 Dusan Balek 2005-02-21 09:43:50 UTC
Fixed in [maintrunk].

Checking in SyntaxSupport.java;
/cvs/editor/libsrc/org/netbeans/editor/SyntaxSupport.java,v  <-- 
SyntaxSupport.java
new revision: 1.37; previous revision: 1.36
done
Comment 5 Roman Strobl 2005-02-22 12:19:43 UTC
Please fix this issue in 4.1 beta branch, too. Thanks.
Comment 6 Dusan Balek 2005-02-22 14:20:30 UTC
Integrated into [release41_beta] branch.

Checking in SyntaxSupport.java;
/cvs/editor/libsrc/org/netbeans/editor/SyntaxSupport.java,v  <-- 
SyntaxSupport.java
new revision: 1.36.48.1; previous revision: 1.36
done
Comment 7 ehucka 2005-04-18 10:41:08 UTC
verified, but i've seen it only once