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

Summary: OutOfMemoryError: Java heap space
Product: guibuilder Reporter: oldbyrne
Component: CodeAssignee: issues@guibuilder <issues>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 208879
Attachments: stacktrace

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.