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 267402 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Lexer (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-02 11:49 UTC by kuko
Modified: 2016-08-02 11:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225559


Attachments
stacktrace (3.04 KB, text/plain)
2016-08-02 11:49 UTC, kuko
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kuko 2016-08-02 11:49:39 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:
kuko: From Subversion Update




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOf(Arrays.java:3181)
   at java.util.ArrayList.trimToSize(ArrayList.java:198)
   at org.netbeans.lib.lexer.BatchTokenList.tokenOrEmbeddingImpl(BatchTokenList.java:208)
   at org.netbeans.lib.lexer.BatchTokenList.tokenOrEmbedding(BatchTokenList.java:191)
   at org.netbeans.api.lexer.TokenSequence.moveNext(TokenSequence.java:488)
   at org.cakephp.netbeans.editor.embedding.CakePhpEmbeddingProvider.getEmbeddings(CakePhpEmbeddingProvider.java:78)
Comment 1 kuko 2016-08-02 11:49:41 UTC
Created attachment 161532 [details]
stacktrace