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 270380 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
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-04-12 13:16 UTC by neufena
Modified: 2017-04-12 13:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 159052


Attachments
stacktrace (2.21 KB, text/plain)
2017-04-12 13:16 UTC, neufena
Details

Note You need to log in before you can comment on or make changes to this bug.
Description neufena 2017-04-12 13:16:29 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Linux

User Comments:
ponsfrilus: Searching the whole project

neufena: Nothing special




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.awt.image.DataBufferInt.<init>(DataBufferInt.java:75)
   at com.sun.java.swing.plaf.gtk.GTKEngine.finishPainting(GTKEngine.java:589)
   at com.sun.java.swing.plaf.gtk.GTKEngine.finishPainting(GTKEngine.java:580)
   at com.sun.java.swing.plaf.gtk.GTKPainter.paintToolBarBackground(GTKPainter.java:121)
   at javax.swing.plaf.synth.SynthPainter.paintToolBarBackground(SynthPainter.java:2082)
   at javax.swing.plaf.synth.SynthToolBarUI.update(SynthToolBarUI.java:215)
Comment 1 neufena 2017-04-12 13:16:31 UTC
Created attachment 164091 [details]
stacktrace