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 271461 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-12 09:23 UTC by rajukhuntrk
Modified: 2017-09-12 09:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230281


Attachments
stacktrace (2.54 KB, text/plain)
2017-09-12 09:23 UTC, rajukhuntrk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rajukhuntrk 2017-09-12 09:23:39 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.144-b01, Java(TM) SE Runtime Environment, 1.8.0_144-b01
OS: Linux

User Comments:
rajukhuntrk: <Please provide a description of the problem or the steps to reproduce
Why get Error OutOF Memory
And Sometime my program right but program can't run give run sometime class not found nd sometime xml file error




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.GraphicsConfiguration.createCompatibleImage(GraphicsConfiguration.java:186)
   at com.github.mcheung63.netbeans.minimap.MinimapPanel.generateCodeMap(MinimapPanel.java:369)
   at com.github.mcheung63.netbeans.minimap.MinimapPanel.generateImage(MinimapPanel.java:279)
Comment 1 rajukhuntrk 2017-09-12 09:23:41 UTC
Created attachment 165118 [details]
stacktrace