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 268693

Summary: OutOfMemoryError: Java heap space
Product: debugger Reporter: mfokutan
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 220283
Attachments: stacktrace

Description mfokutan 2016-10-26 11:59:53 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Windows 10

User Comments:
GUEST: Left computer running over night

mfokutan: When I was debugging the Java based software.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at sun.text.UCompactIntArray.initPlane(UCompactIntArray.java:160)
   at sun.text.UCompactIntArray.setElementAt(UCompactIntArray.java:73)
   at java.text.RBTableBuilder.addOrder(RBTableBuilder.java:342)
   at java.text.RBTableBuilder.build(RBTableBuilder.java:154)
   at java.text.RBCollationTables.<init>(RBCollationTables.java:83)
   at java.text.RuleBasedCollator.<init>(RuleBasedCollator.java:300)
Comment 1 mfokutan 2016-10-26 11:59:54 UTC
Created attachment 162646 [details]
stacktrace