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 271099 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Slowness Detector (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@performance
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-14 19:44 UTC by Exceptions Reporter
Modified: 2017-07-14 19:44 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 229724


Attachments
stacktrace (2.54 KB, text/plain)
2017-07-14 19:44 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-07-14 19:44:03 UTC
This bug was originally marked as duplicate of bug 240388, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
GUEST: ide wan creating a snapshot , and took way too much time




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.io.ObjectOutputStream$HandleTable.growEntries(ObjectOutputStream.java:2347)
   at java.io.ObjectOutputStream$HandleTable.assign(ObjectOutputStream.java:2276)
   at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1428)
   at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1178)
   at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1548)
   at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1509)
Comment 1 Exceptions Reporter 2017-07-14 19:44:05 UTC
Created attachment 164771 [details]
stacktrace