| Bill Allombert on Wed, 15 Jun 2022 21:57:08 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: Where is nflist() defined? |
On Wed, Jun 15, 2022 at 10:42:45AM -0700, Yuri wrote:
> nflist("A5") in 2.14.0 causes stack overflow:
>
> ? nflist("A5")
> *** at top-level: nflist("A5")
> *** ^------------
> *** in function nflist: [[-569,140,-105,15,0,1],2475062500]
> *** ^-------------------
> *** the PARI stack overflows !
> current stack size: 8000000 (7.629 Mbytes)
> [hint] set 'parisizemax' to a nonzero value in your GPRC
>
> *** Break loop: type 'break' to go back to GP prompt
> break>
This is because the data file is big.
Just do as it says; set parisizemax to some some value like "1G"
in your .gprc file. Or manually
default(parisizemax,"1G")
Sorry for the trouble...
Cheers,
Bill