Igor Schein on Mon, 13 Jul 1998 18:14:07 -0400


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

Re: pari-2.0.10.beta


On Mon, Jul 13, 1998 at 08:25:20AM -0400, cohen@math.u-bordeaux.fr wrote:
> 
> As a temporary (?) fix to the bug described by M. Atria with 0-parameter
> functions,
> line 1349 of anal.c replace cgeti(nparam) by cgeti(max(1,nparam)).
> 
> H. Cohen

This still doesn't fix Gerhard's variation on the same theme:

mysqrt()=sqrtint(1)
1.-mysqrt()

It doubles the stack a few times, in my case up to 64M
and then SEGFAULTs.

Igor