summaryrefslogtreecommitdiff
path: root/test/files/resident/bug597/what-happened.txt
blob: 52e67eda9cf6c28259375e3aa64ed0a0a54133cc (plain) (blame)
1
2
3
4
5
6
7
8
9
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.