Re: Endless execution on a simple test
Chris Pickett <[email protected]> Fri, 26 May 2006 01:16:32 -0400
| Newsgroups | gmane.comp.java.vm.sablevm.general |
|---|---|
| Message-ID | <[email protected]> |
When I run $ java-sablevm Benchmark 10000 1 it starts swapping furiously. If I hit CTRL-C, there is some matrix output before returning to the command line, so something is definitely happening. I have 384M memory. That's with sablevm-1.11.3 on i386. James, maybe it's worth waiting a little longer before giving up. Somehow I don't think SableVM is hanging, or in an infinite loop, but I may be wrong. Chris Etienne Gagnon wrote: > Hi James, > > I am unable to reproduce your problem. Here is what I got: > > $ java-sablevm Benchmark 1000000 1 > args2 > test start > iteration : 1 > matrix size : 1000000 > ===================== > java.lang.OutOfMemoryError > at Benchmark.main (Benchmark.java:45) > at java.lang.VirtualMachine.invokeMain (VirtualMachine.java) > at java.lang.VirtualMachine.main (VirtualMachine.java:108) > $ > > Can you tell us more about your configuration, to help us reproduce your > problem? E.g. which version of SableVM you use, what processor and > operating system, amout of available memory, etc. > > Etienne > > Eunseok, Kim wrote: > >>I run a simple java code Benchmark.java as following : >>... >>1000X1000 matrix works well, but 10000X10000 matrix wasn ’ t allocated >>and whole program was stopped. >> >>If VM required more memory, then “ out of memory ” exception would occur. >> >>However there ’ s no exception message. > > > > ------------------------------------------------------------------------ > > _______________________________________________ > SableVM-user mailing list > [email protected] > http://sablevm.org/lists/control/listinfo/sablevm-user