- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Problems with test jvm/t1801.scala
Wed, 2009-06-10, 09:58
Hey
I have a strange problem with test case jvm/t1801.scala I can see in the
nightly tests and checkin test that everything works but when I compile
and run trunk this test times out
[partest] testing: [...]/files/jvm/t1801.scala [TIMOUT]
from top
12154 abachn 20 0 213m 84m 12m S 0.0 1.1 0:00.89 java
So it does not use any cpu power or grows in memory size over time...
-(~/scala/scala-trunk/test/files/jvm)- cat t1801-jvm.log
0
100
-(abachn@piano)-(10:56:26 ons jun 10)-
-(~/scala/scala-trunk/test/files/jvm)- cat t1801.check
0
100
200
300
400
done!
So it has run some of it, but is stuck somewhere!
The hardware I am running on
Linux piano 2.6.27-gentoo-r8 #2 SMP Wed Apr 1 21:39:37 CEST 2009 i686
Intel(R) Core(TM)2 Quad CPU Q9550 @ 2.83GHz GenuineIntel GNU/Linux
java version "1.6.0_14"
Java(TM) SE Runtime Environment (build 1.6.0_14-b08)
Java HotSpot(TM) Client VM (build 14.0-b16, mixed mode, sharing)
/Anders