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 253111 - 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-06-22 19:47 UTC by Exceptions Reporter
Modified: 2016-06-21 14:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218107


Attachments
stacktrace (1.13 KB, text/plain)
2015-06-22 19:47 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-06-22 19:47:23 UTC
This bug was originally marked as duplicate of bug 242933, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Windows 7

User Comments:
GUEST: 43000 records copied into a PHP file

GUEST: Heck, idk.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOfRange(Arrays.java:3664)
   at java.lang.String.<init>(String.java:201)
   at java.lang.StringBuilder.toString(StringBuilder.java:407)
   at org.netbeans.modules.php.editor.parser.GSFPHPParser$Context.getSanitizedSource(GSFPHPParser.java:809)
   at org.netbeans.modules.php.editor.parser.GSFPHPParser.parseBuffer(GSFPHPParser.java:196)
   at org.netbeans.modules.php.editor.parser.GSFPHPParser.processParsing(GSFPHPParser.java:164)
Comment 1 Exceptions Reporter 2015-06-22 19:47:24 UTC
Created attachment 154329 [details]
stacktrace
Comment 2 Tomas Mysik 2016-06-21 14:39:34 UTC
Please, download NetBeans 8.1, this issue should be fixed there.

Thanks.