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 268269 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-29 13:34 UTC by mrpc
Modified: 2016-09-29 13:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226441


Attachments
stacktrace (2.98 KB, text/plain)
2016-09-29 13:34 UTC, mrpc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mrpc 2016-09-29 13:34:25 UTC
Build: NetBeans IDE 8.2 (Build 201609230201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Mac OS X

User Comments:
mrpc: I don't even know what happened. Netbeans was running in background, when I tried to use it it wasn't responding so I had to force quit.

GUEST: BITRIX




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 mrpc 2016-09-29 13:34:27 UTC
Created attachment 162269 [details]
stacktrace