Re: problem with sablevm-1.1.9 xscale
"Grzegorz B. Prokopski" <[email protected]>
| Newsgroups | gmane.comp.java.vm.sablevm.general |
|---|---|
| Organization | SableVM - LGPL'ed Free Java VM http://sablevm.org |
| Message-ID | <[email protected]> |
On Wed, 2005-16-02 at 05:37 +0000, Asutosh Gopinath wrote: > I recompiled it with Disabled signal-based exception > > gdb gives this: > > Devel Library > ========================================= > Native lib Version = RXTX-2.1-7pre17 > Java lib Version = RXTX-2.1-7pre17 > > Program received signal SIGSEGV, Segmentation fault. > _svmf_invoke_native_nonstatic (env=0x13d80) at native.c:1432 > 1432 native.c: No such file or directory. > in native.c > (gdb) cont > Continuing. > > Program terminated with signal SIGSEGV, Segmentation fault. > The program no longer exists. > (gdb) q > ============ > SableVM version 1.1.9 > - compile date and time: 2005-02-16 15:35:34 UTC > - gcc version: 3.3.1 > - 'real life brokenness' features enabled > - copying garbage collection > - bidirectional object layout > - direct-threaded interpreter So there really is a problem. The best next step you can take is to recompile with --enable-debugging-features. This will enable all assert()ions and chances are that one of them will fail before the segfault thus possibly giving out some better clue as to what the actual problem might be. And even if not, then you still want to debug a version of SableVM compiled with -O0 (no optimizations) which is the case only when using --enable-debugging-features. HTH, Grzegorz B. Prokopski -- Grzegorz B. Prokopski <[email protected]> SableVM - Free, LGPL'ed Java VM http://sablevm.org Why SableVM ?!? http://sablevm.org/wiki/Features Debian GNU/Linux - the Free OS http://www.debian.org