On Mon, 9 Sep 2002, Andy Dougherty wrote:

> 64-bit-int builds appear to be broken.  This is from Linux/SPARC with
> INTVAL='long long'.  This configuration used to work quite recently.

I've at least figured out why it core dumps -- do_panic() assumes we've
got a valid interpreter, and tries to print out interpreter->line and
interpreter->flags.  That's obviously not going to work if the problem is
(as it is here) that interpreter=0x0.  I think the giant print statement
needs to be broken up into pieces which are conditional on the appropriate
things being passed in.

    Andy Dougherty              [EMAIL PROTECTED]

Reply via email to