core dump core dump

Michael R. Harper mikihasa at worldnet.att.net
Sat Nov 15 08:45:46 PST 1997


I tried the define you sent, but I still get the core dump.  I get the
following when executing kaffe -v HelloWorldApp.class:

...
Loading class 'java/util/Dictionary'.
Loading class 'java/lang/Cloneable'.
Illegal instruction (core dumped)

I am not sure if it crashes loading classes or actually interpreting the
bytecode.

Michael R. Harper

kono at ie.u-ryukyu.ac.jp wrote:

> >core dump under BSDI 3.1
>
> I haven't tried kaffe 0.9.2 on BSDI 3.1. But on BSDI 3.0,
>
> In article <18855.876190933 at rananim.ie.u-ryukyu.ac.jp>,
>       kono at ie.u-ryukyu.ac.jp writes:
> -----
> > Hi.
> >
> > >What's the problem? I use BSD/OS 2.1 and running kaffe -version I
> get:
> >
> > In BSD/OS 2.1 and 0.8.4, Kaffe works, but after 0.9.0, they use
> > stack offset in setjmp buf, which is not correnct in BSD/OS 3.0.
> > Ya, Bryan Felix was correct. It didn't work at all.
> >
> > Here is a fix for 0.9.2
> >
> > In config/i386/bsdi/md.h,  add SP_OFFSET redefine.
> >
> > #include "i386/common.h"
> > #include "i386/threads.h"
> >
> > #undef SP_OFFSET
> > #define SP_OFFSET               2
> >
> > --
> > Shinji KONO @ Information Engineering, University of the Ryukyus
> > $B2OLn??<#(B @ $BN05eBg3X9)3XIt>pJs9)3X2J(B
> >
>
> --
> Shinji KONO @ Information Engineering, University of the Ryukyus
> $B2OLn??<#(B @ $BN05eBg3X9)3XIt>pJs9)3X2J(B





More information about the kaffe mailing list