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 38203 - Deadlock when Alt-G is used in editor during suggection scan
Summary: Deadlock when Alt-G is used in editor during suggection scan
Status: RESOLVED DUPLICATE of bug 25934
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-18 09:41 UTC by _ rkubacki
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump (10.33 KB, text/plain)
2003-12-18 09:41 UTC, _ rkubacki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2003-12-18 09:41:05 UTC
I tried to mount Ant 1.5.4 and Xerces 2.5.0 sources.
This always ends with OutOfMemory errors (another
P1) but if you try to use editor during the scan
before these errors there is another problem -
suggestion scan blocks default RP with
SwingUtililities.invokeAndWait and editor waits
for something that should be processed default RP.
Comment 1 _ rkubacki 2003-12-18 09:41:51 UTC
Created attachment 12625 [details]
thread dump
Comment 2 _ pkuzel 2003-12-18 10:54:20 UTC
Radim I propably do not understand the thread dump but from my point
of view problem lies in
org.netbeans.modules.java.parser.SourceImplProxy.findModelDelegate
that waits for some dead thread.
Comment 3 Jan Pokorsky 2004-01-07 12:47:00 UTC
It seems to be a duplicate of the issue #25934. Are you able to
reproduce it?

*** This issue has been marked as a duplicate of 25934 ***