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 251171 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 251623
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-13 18:45 UTC by blankdamiel
Modified: 2015-09-10 16:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 204256


Attachments
stacktrace (2.38 KB, text/plain)
2015-03-13 18:45 UTC, blankdamiel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description blankdamiel 2015-03-13 18:45:01 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 25.11-b03, Java(TM) SE Runtime Environment, 1.8.0_11-b12
OS: Windows 7

User Comments:
blankdamiel: <Please provide a description of the problem or the steps to reproduce>
PLease update me about this problem sir please ^^ Im counting on you bros and stay awesome annd have a BROFIST and please fix this problem of mine TANK U!

GUEST: all forms stopped working

GUEST: <Pnao foi possivel adicionar uma imagem a um label

GUEST: My Netbeans 8.0.2 is always start late. takes times to load and open Project...!

GUEST: I could not place an jpeg in the icon value for a label.

GUEST: why always outofmemory ?

GUEST: My Netbean getting slower...

GUEST: NetBeans suddenly used a massive amount of memory.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOf(Arrays.java:3230)
   at java.io.ByteArrayOutputStream.grow(ByteArrayOutputStream.java:113)
   at java.io.ByteArrayOutputStream.ensureCapacity(ByteArrayOutputStream.java:93)
   at java.io.ByteArrayOutputStream.write(ByteArrayOutputStream.java:140)
   at java.io.ObjectOutputStream$BlockDataOutputStream.drain(ObjectOutputStream.java:1877)
   at java.io.ObjectOutputStream$BlockDataOutputStream.setBlockDataMode(ObjectOutputStream.java:1786)
Comment 1 blankdamiel 2015-03-13 18:45:04 UTC
Created attachment 152613 [details]
stacktrace
Comment 2 Tomas Pavek 2015-09-10 16:57:01 UTC
People report setting images and the OOMEs are from cloning, so this is much likely fixed with bug 251623 (images not cloned anymore).

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