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 270614 - 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-05-11 15:58 UTC by iranalves85
Modified: 2017-05-11 15:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229122


Attachments
stacktrace (2.51 KB, text/plain)
2017-05-11 15:58 UTC, iranalves85
Details

Note You need to log in before you can comment on or make changes to this bug.
Description iranalves85 2017-05-11 15:58:35 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: Windows 10

User Comments:
iranalves85: Loading  project in background




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.generateImage(MinimapPanel.java:209)
   at com.github.mcheung63.netbeans.minimap.MinimapPanel$3.caretUpdate(MinimapPanel.java:145)
Comment 1 iranalves85 2017-05-11 15:58:37 UTC
Created attachment 164296 [details]
stacktrace