Aladdin - Scala Bugtracking
[#1045] project: distribution priority: medium category: bug
submitter assigned to status date submitted
Stephane Stephane fixed 2007-04-16 10:38:25.0
subject java.lang.StackOverflowError on JVM 1.6
code
what happened
* Testing Scala compiler

Source directory is : /home/scalatest/scala-nightly-test/java-1.6/2007-04-14-scala2/scala/test/files
Scala binaries in   : /home/scalatest/scala-nightly-test/java-1.6/2007-04-14-scala2/scala/dists/latest/bin/
Scala version is    : Scala compiler version 2.4.0.10693.20070414-060338 -- (c) 2002-2007 LAMP/EPFL
Java runtime is     : Java HotSpot(TM) Server VM (build 1.6.0_01-b06, mixed mode)

Testing JVM backend
testing: [...]/files/run/try-2.scala                                  [  OK  ]
[...]
testing: [...]/files/shootout/recursive.scala                         [FAILED]
testing: [...]/files/shootout/ackermann.scala                         [FAILED]
Ack(3,9): 4093
Ack(3,10): 8189
java.lang.StackOverflowError
	at ackermann$.ack(test.scala:17)
        [...]
what expected no runtime error
[back to overview]
Changes of this bug report
Stephane  edited on  2007-04-16 10:39:31.0
Martin  edited on  2007-04-17 16:22:15.0
We need to give more stackspace to the jvm, either for these tests or for all of them.
Martin  edited on  2007-04-17 16:22:44.0
I changed to medium, because the mightly test failures are annoying.
Stephane  edited on  2007-04-17 18:56:30.0
fixed test/scalatest (rev 10719)