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 256316 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 255471
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-02 12:19 UTC by martinvarta
Modified: 2015-11-02 15:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211459


Attachments
stacktrace (424 bytes, text/plain)
2015-11-02 12:19 UTC, martinvarta
Details

Note You need to log in before you can comment on or make changes to this bug.
Description martinvarta 2015-11-02 12:19:18 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
GUEST: I do not know which problem happening.

GUEST: memory overflow happens when using autocomplete in js

GUEST: Check what happened.

martinvarta: Just open the IDE




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.HashMap$Values.iterator(HashMap.java:0)
   at java.util.AbstractCollection.toArray(AbstractCollection.java:0)
   at java.util.ArrayList.<init>(ArrayList.java:0)
   at org.tmatesoft.svn.core.internal.io.svn.ssh.SshSessionPool$1.run(SshSessionPool.java:32)
   at java.util.TimerThread.mainLoop(TimerThread.java:0)
   at java.util.TimerThread.run(TimerThread.java:0)
Comment 1 martinvarta 2015-11-02 12:19:19 UTC
Created attachment 157103 [details]
stacktrace
Comment 2 Tomas Hurka 2015-11-02 15:46:01 UTC
1,783,687 instances of org.apache.lucene.document.Field

*** This bug has been marked as a duplicate of bug 255471 ***