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 268743 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: utilities
Classification: Unclassified
Component: Print (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@utilities
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-30 11:43 UTC by alvinpenner
Modified: 2016-10-30 11:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226881


Attachments
stacktrace (2.24 KB, text/plain)
2016-10-30 11:43 UTC, alvinpenner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alvinpenner 2016-10-30 11:43:44 UTC
This issue was reported manually by alvinpenner.
It already has 2 duplicates 


Build: NetBeans IDE 6.9.1 (Build 201201181214)
VM: Java HotSpot(TM) Client VM, 20.45-b01, Java(TM) SE Runtime Environment, 1.6.0_45-b06
OS: Windows 8

User Comments:
alvinpenner: I was in the IDE using the menu item File->Print to print out source code. The print job was sent to the printer and the printer status said that it was spooling. Then the spooling status went away and the IDE reported this error.

alvinpenner: using netbeans to print to an HP Deskjet 895




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at sun.font.GlyphLayout$GVData.grow(GlyphLayout.java:534)
   at sun.font.GlyphLayout$GVData.grow(GlyphLayout.java:525)
   at sun.font.GlyphLayout.layout(GlyphLayout.java:451)
   at sun.font.ExtendedTextSourceLabel.createGV(ExtendedTextSourceLabel.java:308)
   at sun.font.ExtendedTextSourceLabel.getGV(ExtendedTextSourceLabel.java:294)
   at sun.font.ExtendedTextSourceLabel.createLogicalBounds(ExtendedTextSourceLabel.java:208)
Comment 1 alvinpenner 2016-10-30 11:43:45 UTC
Created attachment 162687 [details]
stacktrace