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 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED INCOMPLETE
Alias: None
Product: ide
Classification: Unclassified
Component: Extbrowser (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jan Stola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-02 14:52 UTC by rhj4
Modified: 2015-07-08 09:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208876


Attachments
stacktrace (2.37 KB, text/plain)
2014-04-02 14:52 UTC, rhj4
Details

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