Paul Fisher ([EMAIL PROTECTED]) wrote in message 72:
> I'm being forced to come out of my AWT/JDK development hole to do work
> on Japhar w/ Classpath.
> 
> Now, if I could only get things to run.... :)
> 
> Japhar is segfaulting on me -- in pop_frame.
> 
> So, before I spend a few hours tracking down the problem, is
> Japhar-CVS (current as of now) known to work with our 0.0 release?

The current Japhar-CVS does not work with Classpath 0.00.  I just
tested it.  It bombs for me with:

Fatal Java VM Error: ThrowNew unable to allocate message
Bus error

This is running my BufferedInputStreamTest.java file, which I can
send anyone who is interested. Japhar+JDK1.1 works fine on it.

I tracked it down a little bit.  ThrowNew calls NewStringUTF, which
tries to allocate a character array.  A call to NewCharArray for a
length of 10 (for the string "returnType") is returning null for
some reasons.  Any clue guys?

I must confess, I was still running Japhar 0.07.  I'll try to stay
more current from now on.  When we fix this problem is it possible for
the Japhar guys to put in a small regression test pass for a
japhar+classpath combo to make sure things work after major changes?

BTW: I had two compile problems with the latest Japhar.  First, it
is looking for a file called nativeglue.h, which doesn't exist and
doesn't get generated for me.  I just touched it and all was well.
Also, japhard is bombing bigger than life on readline, but I didn't
try to get that working.

-- 
Aaron M. Renn ([EMAIL PROTECTED]) http://www.urbanophile.com/arenn/

Reply via email to