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 270995 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-29 06:07 UTC by Exceptions Reporter
Modified: 2017-06-29 06:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220898


Attachments
stacktrace (434 bytes, text/plain)
2017-06-29 06:07 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-06-29 06:07:55 UTC
This bug was originally marked as duplicate of bug 255471, 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.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.112-b15, Java(TM) SE Runtime Environment, 1.8.0_112-b15
OS: Windows 8.1

User Comments:
GUEST: Check what happened.

GUEST: I do not know which problem happening.

GUEST: memory overflow happens when using autocomplete in js

GUEST: Leave NetBeans for a long time.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.HashMap$Values.iterator(HashMap.java:967)
   at java.util.AbstractCollection.toArray(AbstractCollection.java:137)
   at java.util.ArrayList.<init>(ArrayList.java:177)
   at org.tmatesoft.svn.core.internal.io.svn.ssh.SshSessionPool$1.run(SshSessionPool.java:32)
   at java.util.TimerThread.mainLoop(TimerThread.java:555)
   at java.util.TimerThread.run(TimerThread.java:505)
Comment 1 Exceptions Reporter 2017-06-29 06:07:57 UTC
Created attachment 164654 [details]
stacktrace