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 258309 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-10 15:26 UTC by greenfrog
Modified: 2017-11-08 11:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 222944


Attachments
stacktrace (2.54 KB, text/plain)
2016-03-10 15:26 UTC, greenfrog
Details

Note You need to log in before you can comment on or make changes to this bug.
Description greenfrog 2016-03-10 15:26:40 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b26
OS: Linux

User Comments:
greenfrog: opening netbeans




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.concurrent.ConcurrentHashMap.putVal(ConcurrentHashMap.java:1019)
   at java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:1006)
   at sun.font.SunLayoutEngine.getEngine(SunLayoutEngine.java:142)
   at sun.font.GlyphLayout$EngineRecord.init(GlyphLayout.java:676)
   at sun.font.GlyphLayout.nextEngineRecord(GlyphLayout.java:528)
   at sun.font.GlyphLayout.layout(GlyphLayout.java:433)
Comment 1 greenfrog 2016-03-10 15:26:42 UTC
Created attachment 158810 [details]
stacktrace