Re: [Sablevm-developer] Switch with disable-debug build problems ...
Brought to you by:
egagnon
From: Etienne M. G. <eti...@uq...> - 2002-12-12 04:42:55
|
On Wed, Dec 11, 2002 at 05:10:25PM -0700, Gunda Domlur wrote: > Hi, > > The switched version of vm with debugging disabled fails to run on the > simplest hello program. When I run configure and rebuild with > enable-debugging-features the vm runs correctly (and no other changes). Any > pointers ? It is possible that the side effect of debugging verifications (e.g. assert() statements, etc) have side effects on the state of caches. As inline-threading is not yet working, anything could be expected. > Another thing I found was that with the non-debug versions I can invoke as > following (the whole benchmark is in the .jar file) > > sablevm-direct -c "bm.jar" x.y.a.b.main -x 10 > > and everything is fine. > > But if I do the same for sablevm-debug I get > java.lang.ClassNotFoundException : x.y.a.b.main > > Why ? Any ideas ? This seems to be a bug. You're lucky; it happens in the sablevm-debeug version. Why don't you try to trace the bug using gdb (or ddd if it works on your platform?). You should certainly file a bug report with an appropriate *minimal* ".jar" file causing the error. Thanks! Etienne > > Thanks. > -Gunda > > > _________________________________________________________________ > MSN 8 with e-mail virus protection service: 2 months FREE* > http://join.msn.com/?page=features/virus > > > > ------------------------------------------------------- > This sf.net email is sponsored by: > With Great Power, Comes Great Responsibility > Learn to use your power at OSDN's High Performance Computing Channel > http://hpc.devchannel.org/ > _______________________________________________ > Sablevm-developer mailing list > Sab...@li... > https://lists.sourceforge.net/lists/listinfo/sablevm-developer -- Etienne M. Gagnon http://www.info.uqam.ca/~egagnon/ SableVM: http://www.sablevm.org/ SableCC: http://www.sablecc.org/ |