summaryrefslogtreecommitdiff
path: root/test/files/resident/bug597/what-happened.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/resident/bug597/what-happened.txt')
-rw-r--r--test/files/resident/bug597/what-happened.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/files/resident/bug597/what-happened.txt b/test/files/resident/bug597/what-happened.txt
new file mode 100644
index 0000000000..52e67eda9c
--- /dev/null
+++ b/test/files/resident/bug597/what-happened.txt
@@ -0,0 +1,10 @@
+Run in resident:
+
+bash-3.00$ ~/runtime-workspace/scala/dists/latest/bin/scalac -resident -d ../bin -sourcepath .
+
+nsc> test/Test.scala
+
+nsc> test/Main.scala
+Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
+
+I think there is a recursive function gone crazy somewhere.