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 267353 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-28 21:28 UTC by steinworks
Modified: 2016-07-28 21:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225490


Attachments
stacktrace (3.03 KB, text/plain)
2016-07-28 21:28 UTC, steinworks
Details

Note You need to log in before you can comment on or make changes to this bug.
Description steinworks 2016-07-28 21:28:34 UTC
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:
steinworks: opening netbeans ide




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOf(Arrays.java:3332)
   at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:137)
   at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:121)
   at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:421)
   at java.lang.StringBuilder.append(StringBuilder.java:136)
   at org.netbeans.modules.css.prep.editor.CPCssIndexModel.storeItems(CPCssIndexModel.java:105)
Comment 1 steinworks 2016-07-28 21:28:36 UTC
Created attachment 161489 [details]
stacktrace