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 45372 - OOM: infinite stack traces on rollbacks
Summary: OOM: infinite stack traces on rollbacks
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-22 16:03 UTC by Jan Pokorsky
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
zipped ide.log (195.07 KB, application/octet-stream)
2004-06-22 16:04 UTC, Jan Pokorsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Pokorsky 2004-06-22 16:03:14 UTC
See the attached log file.

Steps to reproduce:
* open java module as project
* expand
org.netbeans.modules.java.ui.nodes.elements package
* expand ElementNode.java
* watch the console
Comment 1 Jan Pokorsky 2004-06-22 16:04:12 UTC
Created attachment 15915 [details]
zipped ide.log
Comment 2 Martin Matula 2004-06-22 16:18:49 UTC
Looks like a bug that was fixed yesterday. Are you sure you have the
recent build?
Comment 3 Jan Pokorsky 2004-06-22 16:34:33 UTC
Yes, I am. I talked to Tomas H. about this. MDRParser.java,v 1.22

As soon as I removed mdrcaches the problem disappeared.
Comment 4 Tomas Hurka 2004-06-23 16:35:14 UTC
Fixed in trunk.
Checking in MDRParser.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/parser/MDRParser.java,v  <--  
MDRParser.java
new revision: 1.23; previous revision: 1.22
done
Comment 5 Quality Engineering 2007-09-20 09:58:57 UTC
Reorganization of java component