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 252806 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 245732
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-04 13:44 UTC by troodon
Modified: 2015-06-05 11:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208437


Attachments
stacktrace (2.26 KB, text/plain)
2015-06-04 13:44 UTC, troodon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description troodon 2015-06-04 13:44:46 UTC
Build: NetBeans IDE 8.0.2 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
GUEST: Closed netbeans down

GUEST: Java causes a memory leak an consumes a lots of resource. This causes NetBeans to freez.

GUEST: Browsing through a git diff history of a large PHP file.

GUEST: Opening a project

troodon: just working on php file in editor




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   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.paintViewportBorder(GTKPainter.java:630)
   at javax.swing.plaf.synth.SynthScrollPaneUI$ViewportBorder.paintBorder(SynthScrollPaneUI.java:255)
   at javax.swing.JComponent.paintBorder(JComponent.java:949)
Comment 1 troodon 2015-06-04 13:44:48 UTC
Created attachment 154056 [details]
stacktrace
Comment 2 Tomas Hurka 2015-06-05 11:48:50 UTC
This looks like duplicate of issue #245732

*** This bug has been marked as a duplicate of bug 245732 ***