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 249025 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: _ dcaoyuan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-01 09:28 UTC by kreinoee
Modified: 2014-12-01 10:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213813


Attachments
stacktrace (990 bytes, text/plain)
2014-12-01 09:28 UTC, kreinoee
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kreinoee 2014-12-01 09:28:28 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: OpenJDK 64-Bit Server VM, 24.45-b08, OpenJDK Runtime Environment, 1.7.0_51-b00
OS: Linux

User Comments:
kreinoee: I had just opened an sbt project,




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at scala.collection.mutable.HashMap.get(HashMap.java:71)
   at org.netbeans.modules.scala.sbt.project.DirWatcher$$anonfun$check$1.apply(DirWatcher.java:66)
   at org.netbeans.modules.scala.sbt.project.DirWatcher$$anonfun$check$1.apply(DirWatcher.java:56)
   at scala.collection.mutable.HashMap$$anon$1$$anonfun$foreach$2.apply(HashMap.java:102)
   at scala.collection.mutable.HashMap$$anon$1$$anonfun$foreach$2.apply(HashMap.java:102)
   at scala.collection.mutable.HashTable$class.foreachEntry(HashTable.java:226)
Comment 1 kreinoee 2014-12-01 09:28:29 UTC
Created attachment 150806 [details]
stacktrace