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 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 245732
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-05 10:57 UTC by inonit
Modified: 2015-05-25 09:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217122


Attachments
stacktrace (3.25 KB, text/plain)
2015-05-05 10:57 UTC, inonit
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***