[XML-SIG] Floating exception on alpha machine

Martin v. Löwis martin@v.loewis.de
14 May 2003 22:38:40 +0200


Jens Jorgen Mortensen <jensj@fysik.dtu.dk> writes:

> Here is what I get with gdb:

Thanks. Doesn't sound too convincing: those functions don't call each
other. Did you strip the executables?

> >, or you could try to link all code with the executable. For
> > this, you would have to relink the python binary, after putting
> > initpyexpat into config.c (pyexpat is likely the extension module for
> > which it can't find the symbols).
> 
> OK, hmmm...  I will try to experiment with this some day when I have some 
> time.

I think this might give additional insights still.

Regards,
Martin