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

Summary: OutOfMemoryError: Java heap space
Product: platform Reporter: behzadmajd
Component: TextAssignee: Miloslav Metelka <mmetelka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 205742
Attachments: stacktrace

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