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

Summary: OOM: infinite stack traces on rollbacks
Product: java Reporter: Jan Pokorsky <jpokorsky>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 4.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: zipped ide.log

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