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 61827 - Deadlock after invoking Code Completion
Summary: Deadlock after invoking Code Completion
Status: VERIFIED DUPLICATE of bug 61997
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords: THREAD
: 61668 61885 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-08-05 09:03 UTC by Marian Mirilovic
Modified: 2007-11-05 13:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Full thread-dump (13.33 KB, text/plain)
2005-08-05 09:03 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2005-08-05 09:03:08 UTC
NB.dev(200508041800), JDK6.0(b43)

I am not sure it's reproducible, but I opened web project, write some code and
try to invoke code completion on not fully written classname, that was the last
thing I did in this build ;( (see attached thread-dump)
Comment 1 Marian Mirilovic 2005-08-05 09:03:30 UTC
Created attachment 23513 [details]
Full thread-dump
Comment 2 Tomas Hurka 2005-08-05 15:36:55 UTC
*** Issue 61668 has been marked as a duplicate of this issue. ***
Comment 3 Martin Matula 2005-08-17 16:21:02 UTC
Looks like a wrong ordering of document lock and CompletionImpl lock.
Reassigning to editor.
Comment 4 Martin Roskanin 2005-08-18 07:19:33 UTC
already reported, thanks

*** This issue has been marked as a duplicate of 61997 ***
Comment 5 Marian Mirilovic 2005-08-18 07:25:21 UTC
verified duplicate
Comment 6 Martin Matula 2005-08-18 11:24:45 UTC
*** Issue 61885 has been marked as a duplicate of this issue. ***