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 271718 - 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.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@performance
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-28 02:39 UTC by stevejohnson
Modified: 2017-10-28 02:39 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 206247


Attachments
stacktrace (2.54 KB, text/plain)
2017-10-28 02:39 UTC, stevejohnson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stevejohnson 2017-10-28 02:39:20 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) Client VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 7

User Comments:
GUEST: Was saving large php page

stevejohnson: Trying to edit css file, editor froze when typing the selector 'width'. It got to 'wid' and froze.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.io.ObjectOutputStream$HandleTable.growSpine(ObjectOutputStream.java:2334)
   at java.io.ObjectOutputStream$HandleTable.assign(ObjectOutputStream.java:2279)
   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 stevejohnson 2017-10-28 02:39:22 UTC
Created attachment 165363 [details]
stacktrace