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 251260 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-18 13:54 UTC by akora
Modified: 2016-06-22 06:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216198


Attachments
stacktrace (3.04 KB, text/plain)
2015-03-18 13:55 UTC, akora
Details

Note You need to log in before you can comment on or make changes to this bug.
Description akora 2015-03-18 13:54:59 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b26
OS: Mac OS X

User Comments:
akora: Did nothing, the memory just ran of




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.php.editor.parser.GSFPHPParser$Context.getSanitizedSource(GSFPHPParser.java:802)
Comment 1 akora 2015-03-18 13:55:01 UTC
Created attachment 152693 [details]
stacktrace
Comment 2 Tomas Mysik 2016-06-22 06:57:25 UTC
Please, download NetBeans 8.1, this issue should be fixed there.

Thanks.