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 252246

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: javascript Reporter: inonit <inonit>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 217122
Attachments: stacktrace

Description inonit 2015-05-05 10:57:57 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Mac OS X

User Comments:
inonit: do not remember




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.codehaus.plexus.util.xml.pull.MXParser.<init>(MXParser.java:340)
   at org.apache.maven.model.io.xpp3.MavenXpp3Reader.read(MavenXpp3Reader.java:4015)
   at org.apache.maven.model.io.DefaultModelReader.read(DefaultModelReader.java:122)
   at org.apache.maven.model.io.DefaultModelReader.read(DefaultModelReader.java:91)
   at org.apache.maven.model.building.DefaultModelProcessor.read(DefaultModelProcessor.java:77)
   at org.apache.maven.model.building.DefaultModelBuilder.readModel(DefaultModelBuilder.java:456)
Comment 1 inonit 2015-05-05 10:57:59 UTC
Created attachment 153527 [details]
stacktrace
Comment 2 Tomas Stupka 2015-05-21 15:29:57 UTC
652,641 instances of org.netbeans.modules.javascript2.editor.model.impl.OccurrenceImpl	
481,943 instances of org.netbeans.modules.javascript2.editor.model.impl.IdentifierImpl

please note that this might be a duplicate of issue #245732 
(acctiverefqueue not releasing weak references)

please evaluate
Comment 3 Petr Pisl 2015-05-25 09:24:31 UTC
It really looks like the duplicate of issue #245732.

*** This bug has been marked as a duplicate of bug 245732 ***