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 270125 - 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.2
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-20 04:51 UTC by ajeets1978
Modified: 2017-03-20 04:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228471


Attachments
stacktrace (2.64 KB, text/plain)
2017-03-20 04:52 UTC, ajeets1978
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ajeets1978 2017-03-20 04:51:59 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Mac OS X

User Comments:
ajeets1978: Diff Too.. operations. Swaping file more than once.




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:333)
   at com.github.mcheung63.netbeans.minimap.MinimapPanel.generateCodeMap(MinimapPanel.java:204)
   at com.github.mcheung63.netbeans.minimap.MinimapPanel.generateCodeImage(MinimapPanel.java:166)
Comment 1 ajeets1978 2017-03-20 04:52:02 UTC
Created attachment 163887 [details]
stacktrace