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 262221 - 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-05-25 13:43 UTC by Kashif.TLB
Modified: 2016-05-25 13:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224206


Attachments
stacktrace (1.52 KB, text/plain)
2016-05-25 13:43 UTC, Kashif.TLB
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kashif.TLB 2016-05-25 13:43:06 UTC
This bug was originally marked as duplicate of bug 218586, 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.1 (Build 201510222201)
VM: Java HotSpot(TM) Client VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
Kashif.TLB: About 20 files were open. initially it got slow and then totally stuck. had to termanter through task manager




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOf(Arrays.java:3210)
   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)
Comment 1 Kashif.TLB 2016-05-25 13:43:07 UTC
Created attachment 159872 [details]
stacktrace