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 250619 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-23 07:04 UTC by behzadmajd
Modified: 2015-02-23 07:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205742


Attachments
stacktrace (2.50 KB, text/plain)
2015-02-23 07:04 UTC, behzadmajd
Details

Note You need to log in before you can comment on or make changes to this bug.
Description behzadmajd 2015-02-23 07:04:17 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Mac OS X

User Comments:
GUEST: I opened a new php file. Document tabs were unresponsive.

behzadmajd: I am writting codes base on php and html

GUEST: I was editing a large text file, around 1800 lines of code

GUEST: there you go

GUEST: Working




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.awt.image.DataBufferInt.<init>(DataBufferInt.java:75)
   at java.awt.image.Raster.createPackedRaster(Raster.java:467)
   at java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:1032)
   at java.awt.image.BufferedImage.<init>(BufferedImage.java:359)
   at sun.lwawt.macosx.CImage$Creator.imageToArray(CImage.java:130)
   at sun.lwawt.macosx.CImage$Creator.createFromImageImmediately(CImage.java:140)
Comment 1 behzadmajd 2015-02-23 07:04:19 UTC
Created attachment 152148 [details]
stacktrace