Details
-
Type:
Bug
-
Status: CLOSED
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Scala 2.10.0
-
Fix Version/s: Scala 2.10.0-M3
-
Component/s: None
-
Labels:
-
Environment:
Scala version 2.10.0-20120530-022829-8d38079ab4 (OpenJDK 64-Bit Server VM, Java 1.7.0_03).
Description
import collection.mutable.UnrolledBuffer
|
|
val buf = UnrolledBuffer(1 to 50: _*)
|
buf ++ buf
|
Exception in thread "main"
|
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "main"
|
/home/soc/Entwicklung/lib/scala-current/bin/scala 33,13s user 0,64s system 85% cpu 39,496 total
|
It is likely to be a variation on
SI-3088.