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 243160 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 239377
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-21 17:33 UTC by dhagberg
Modified: 2014-03-28 10:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208594


Attachments
stacktrace (604 bytes, text/plain)
2014-03-21 17:33 UTC, dhagberg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dhagberg 2014-03-21 17:33:47 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) Client VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
dhagberg: Just came in in the morning after leaving netbeans running overnight.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at scala.collection.mutable.HashTable$class.$init$(HashTable.java:44)
   at scala.collection.mutable.HashMap.<init>(HashMap.java:39)
   at scala.collection.mutable.HashMap.<init>(HashMap.java:55)
   at org.netbeans.modules.scala.sbt.project.DirWatcher.scanFiles(DirWatcher.java:28)
   at org.netbeans.modules.scala.sbt.project.DirWatcher.check(DirWatcher.java:53)
   at org.netbeans.modules.scala.sbt.project.DirWatcher.run(DirWatcher.java:49)
Comment 1 dhagberg 2014-03-21 17:33:48 UTC
Created attachment 146237 [details]
stacktrace
Comment 2 Petr Cyhelsky 2014-03-28 10:08:08 UTC

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