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 243487 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED WORKSFORME
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-02 16:28 UTC by oldbyrne
Modified: 2015-09-10 09:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208879


Attachments
stacktrace (2.09 KB, text/plain)
2014-04-02 16:28 UTC, oldbyrne
Details

Note You need to log in before you can comment on or make changes to this bug.
Description oldbyrne 2014-04-02 16:28:30 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:
oldbyrne: writing code




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at sun.font.FontDesignMetrics.initAdvCache(FontDesignMetrics.java:370)
   at sun.font.FontDesignMetrics.<init>(FontDesignMetrics.java:352)
   at sun.font.FontDesignMetrics.getMetrics(FontDesignMetrics.java:302)
   at sun.swing.SwingUtilities2.getFontMetrics(SwingUtilities2.java:1012)
   at javax.swing.JComponent.getFontMetrics(JComponent.java:1624)
   at sun.swing.SwingUtilities2.getFontMetrics(SwingUtilities2.java:366)
Comment 1 oldbyrne 2014-04-02 16:28:32 UTC
Created attachment 146506 [details]
stacktrace
Comment 2 Tomas Pavek 2015-09-10 09:02:24 UTC
No idea what might be a cause here, the stacktrace does not make it clear for me. It happened just once (we seem to have just one OOME report with such a stacktrace) so the IDE might be out of memory for any reason and this staktrace was basically random.