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 243480

Summary: OutOfMemoryError: Java heap space
Product: ide Reporter: rhj4
Component: ExtbrowserAssignee: Jan Stola <jstola>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 208876
Attachments: stacktrace

Description rhj4 2014-04-02 14:52:29 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) Client VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
rhj4: I am doing normal development - lots of debug cycles. It seems that Netbeans gets slower over time as I continue to work.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.beans.PropertyChangeSupport$PropertyChangeListenerMap.newArray(PropertyChangeSupport.java:0)
   at java.beans.PropertyChangeSupport$PropertyChangeListenerMap.newArray(PropertyChangeSupport.java:0)
   at java.beans.ChangeListenerMap.add(ChangeListenerMap.java:0)
   at java.beans.PropertyChangeSupport.addPropertyChangeListener(PropertyChangeSupport.java:0)
   at org.netbeans.modules.extbrowser.ExtWebBrowser.addPropertyChangeListener(ExtWebBrowser.java:471)
   at org.netbeans.modules.web.browser.api.WebBrowser.addListener(WebBrowser.java:112)
Comment 1 rhj4 2014-04-02 14:52:30 UTC
Created attachment 146502 [details]
stacktrace
Comment 2 Jan Stola 2015-07-08 09:19:44 UTC
I am sorry, but this issue doesn't contain enough information to track the problem down. The attached stack trace may or may not be related to the problem. There is no heap dump attached that would provide more details.