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 248689 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: utilities
Classification: Unclassified
Component: Properties (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-17 11:49 UTC by jiai
Modified: 2014-11-17 11:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213476


Attachments
stacktrace (1.20 KB, text/plain)
2014-11-17 11:49 UTC, jiai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jiai 2014-11-17 11:49:12 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 7

User Comments:
jiai: Don't know - it was displayed after a new start.




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.properties.PropertiesParser$PositionMap.getString(PropertiesParser.java:521)
Comment 1 jiai 2014-11-17 11:49:13 UTC
Created attachment 150518 [details]
stacktrace