[kaffe] SIGSEGV running kaffe

2003-12-29 Thread Mark and Janice Juszczec
Hi folks A little update on my tracking down the cause of the SIGSEGV when kaffe tries to run a class on my mipsel-linux pda. I've temporarily ruled out using gdbserver. I've only got 1 serial port and its running a shell. I've got to research how to start gdbserver after boot with no

Re: [kaffe] SIGSEGV running kaffe

2003-12-29 Thread Kevin D. Kissell
and Janice Juszczec [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 29, 2003 16:39 Subject: [kaffe] SIGSEGV running kaffe Hi folks A little update on my tracking down the cause of the SIGSEGV when kaffe tries to run a class on my mipsel-linux pda. I've temporarily ruled out

Re: [kaffe] SIGSEGV running kaffe

2003-12-29 Thread Mark and Janice Juszczec
Kevin, et al Are you trying to use the JIT? So far as I know, the JIT3 engine is still broken for MIPS/mipsel, and generates code which ends up dereferencing uninitialized pointers embedded in internal data structures. No. I configured kaffe using --with-engine=intrp Mark