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 52583 - Deadlock after code completion request
Summary: Deadlock after code completion request
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Martin Matula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-16 20:39 UTC by _ pcw
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
JVM thread dump (11.92 KB, text/plain)
2004-12-16 20:44 UTC, _ pcw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ pcw 2004-12-16 20:39:12 UTC
I'm not sure exactly what happened.  I typed
<ctrl-space> to get code completion on a java
class ("Collections" I think) and my cpu pegged
100% and stayed there.  The menu never filled up,
so I hit escape.  Now the IDE is running, but the
cpu is maxed out and attached is a thread dump I
did from the console window.  Seems like a number
of code completion related threads are running
doing something.

This is in my own personal dev build, updated
rougly 12/12/04
Comment 1 _ pcw 2004-12-16 20:44:48 UTC
Created attachment 19346 [details]
JVM thread dump
Comment 2 _ pcw 2004-12-16 20:47:38 UTC
Also, I tried to maximize the IDE and then it really deadlocked
(before I could still type in the editor.)  It will not shutdown and
I'll have to kill it.
Comment 3 Dusan Balek 2004-12-17 16:22:23 UTC
Reassigning to javacore for further evaluation.
Comment 4 Jan Becicka 2005-01-06 16:08:59 UTC
There was endless loop in
RCS file:
/cvs/java/javacore/src/org/netbeans/modules/javacore/ClassIndex.java,v
revision 1.21

was fixed in revision 1.22

Comment 5 Jiri Prox 2005-07-12 16:26:18 UTC
Verified
Comment 6 Quality Engineering 2007-09-20 09:58:22 UTC
Reorganization of java component