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 46877 - Near-deadlock reparsing source file (or something?)
Summary: Near-deadlock reparsing source file (or something?)
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2004-08-03 22:44 UTC by Jesse Glick
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Several thread dumps taken after freeze started (last one while trying to shut down by closing main window - did not work, had to killall java) (101.36 KB, text/plain)
2004-08-03 22:45 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2004-08-03 22:44:20 UTC
Might be dupe of #46873, but I'm not sure.

Went to edit ParseProjectXml.java (in nbbuild) and
after making a couple of changes, editing got
really slow and after a minute or so the IDE was
near-frozen. Took some thread dumps. Also log file
fills up with thousands of lines saying

GJAST: JDK not found on classpath - using default
class reader.

over and over.
Comment 1 Jesse Glick 2004-08-03 22:45:37 UTC
Created attachment 16634 [details]
Several thread dumps taken after freeze started (last one while trying to shut down by closing main window - did not work, had to killall java)
Comment 2 Jesse Glick 2004-08-03 23:28:23 UTC
Something similar happened to me also when expanding the top-level
folder (in Favorites tab) of an Apache Ant checkout. Had to kill IDE.
Not sure if it is related.

Going back to a previous dev build for now; this one is unusable for me.
Comment 3 Tomas Hurka 2004-08-04 08:59:24 UTC
It is caused by fix of issue #46278. It happens only on non-project files.
Comment 4 _ ttran 2004-08-04 10:46:58 UTC
happens to me too.  this should be fixed asap, the build is unusable
Comment 5 Tomas Hurka 2004-08-04 13:31:18 UTC
Fixed in trunk.
Checking in JMManager.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/JMManager.java,v  <--  
JMManager.java
new revision: 1.38; previous revision: 1.37
done
Checking in parser/MDRParser.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/parser/MDRParser.java,v  <--  
MDRParser.java
new revision: 1.36; previous revision: 1.35
done
Comment 6 Jiri Prox 2005-07-11 16:08:10 UTC
Jesse, can you, please, verify this bug? Thanks.
Comment 7 Jesse Glick 2005-07-12 23:20:27 UTC
No way to verify.
Comment 8 Milan Kubec 2005-07-13 08:02:18 UTC
No way to verify = closed.
Comment 9 Quality Engineering 2007-09-20 09:49:03 UTC
Reorganization of java component