bug-gmp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Possible GMP bug


From: Kevin Ryde
Subject: Re: Possible GMP bug
Date: Sat, 03 Aug 2002 07:32:27 +1000
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.1 (i386-debian-linux-gnu)

Shawn Dyer <address@hidden> writes:
>
> I do not know if I have found a bug or not. It may be some built in
> limitation in gmp that I did not notice the documentation for.

I think you've hit a stack overflow (from mpf_div as it happens).
There's notes on this in the manual under "Debugging".  You can
probably lift the system limit with "ulimit -s", or failing that gmp
can be built with --disable-alloca to not use the stack at all.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]