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 247733 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 247741
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-06 14:03 UTC by sentientmeatnet
Modified: 2015-05-29 15:13 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 212501


Attachments
stacktrace (1.39 KB, text/plain)
2014-10-06 14:03 UTC, sentientmeatnet
Details
stacktrace (1.38 KB, text/plain)
2015-05-05 14:36 UTC, jag
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sentientmeatnet 2014-10-06 14:03:03 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Mac OS X

User Comments:
sentientmeatnet: Recursive word solver problem with output to output screen.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.beans.PropertyChangeSupport$PropertyChangeListenerMap.newArray(PropertyChangeSupport.java:519)
   at java.beans.PropertyChangeSupport$PropertyChangeListenerMap.newArray(PropertyChangeSupport.java:506)
   at java.beans.ChangeListenerMap.add(ChangeListenerMap.java:86)
   at java.beans.PropertyChangeSupport.addPropertyChangeListener(PropertyChangeSupport.java:117)
   at org.netbeans.modules.maven.classpath.AbstractProjectClassPathImpl.addPropertyChangeListener(AbstractProjectClassPathImpl.java:204)
   at org.netbeans.modules.java.classpath.ProxyClassPathImplementation.<init>(ProxyClassPathImplementation.java:77)
Comment 1 sentientmeatnet 2014-10-06 14:03:05 UTC
Created attachment 149744 [details]
stacktrace
Comment 2 Exceptions Reporter 2015-04-14 13:28:16 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=212501
Comment 3 jag 2015-05-05 14:36:41 UTC
Created attachment 153528 [details]
stacktrace

Left NetBeans running overnight - I had been doing a lot of debugging.  When I came back in the morning, the laptop's fan was running full blast and NetBeans had all the cores running at 100%.  I had to force quit
Comment 4 Tomas Stupka 2015-05-29 15:13:48 UTC

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