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

Summary: OutOfMemoryError: Java heap space
Product: ide Reporter: stevejohnson
Component: Slowness DetectorAssignee: issues@performance <issues>
Status: NEW ---    
Severity: normal CC: mbalin
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 206247
Attachments: stacktrace

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