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 250381 - 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.0
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-11 21:15 UTC by tcarroll2
Modified: 2015-08-17 06:37 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 212110


Attachments
stacktrace (2.18 KB, text/plain)
2015-02-11 21:15 UTC, tcarroll2
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tcarroll2 2015-02-11 21:15:47 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Mac OS X

User Comments:
GUEST: Nothing, Netbeans was in the background

GUEST: downlaoded program to crio sucessfully over ethernet, crashed while program was running

GUEST: OutOfMemoryError: Java heap space

GUEST: Uploading a large number of .php files to a remote server via SFTP

GUEST: Downloading remote site to local

GUEST: error during create project from remote server

GUEST: left a client and server applications exchanging packets via UDP

GUEST: Two project stay running 8-10 hour. netbeans use 400% CPU and was been killed

GUEST: I am run two project at long time 8-10 hour after i am return ide hang

GUEST: Netbeans leaks and crashes every 6 hours or so.

tcarroll2: I continually get slowdowns and my CPU utilization ranges between 125 and 185 percent on my two core system.  I have to close down the program and bring it back up.




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:359)
   at sun.awt.image.MultiResolutionBufferedImage.<init>(MultiResolutionBufferedImage.java:55)
   at sun.awt.image.MultiResolutionBufferedImage.<init>(MultiResolutionBufferedImage.java:48)
Comment 1 tcarroll2 2015-02-11 21:15:50 UTC
Created attachment 151961 [details]
stacktrace