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 256728 - 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: 2015-11-22 14:54 UTC by cmarcum
Modified: 2015-11-22 14:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211287


Attachments
stacktrace (2.89 KB, text/plain)
2015-11-22 14:54 UTC, cmarcum
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cmarcum 2015-11-22 14:54:21 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
cmarcum: background scanning of projects (3 grails projects currently open) seemed to hang at 98 percent.  Previously at 85 percent the last time the IDE was opened.  These were okay in 8.0. This issue started with newly installed 8.1.

GUEST: ---

GUEST: ---




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.tokenCount(BatchTokenList.java:147)
   at org.netbeans.api.lexer.TokenSequence.moveEnd(TokenSequence.java:632)
Comment 1 cmarcum 2015-11-22 14:54:24 UTC
Created attachment 157441 [details]
stacktrace