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 271016 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-01 17:28 UTC by victorhantelmann
Modified: 2017-07-01 17:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229584


Attachments
stacktrace (2.05 KB, text/plain)
2017-07-01 17:28 UTC, victorhantelmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description victorhantelmann 2017-07-01 17:28:50 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
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:
victorhantelmann: While Debugging




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:233)
   at com.github.mcheung63.netbeans.minimap.MinimapPanel$1.stateChanged(MinimapPanel.java:113)
Comment 1 victorhantelmann 2017-07-01 17:28:51 UTC
Created attachment 164673 [details]
stacktrace