Andreas Enge on Fri, 07 May 2021 19:06:17 +0200


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

Re: Pari captures my segmentation faults


Am Fri, May 07, 2021 at 06:34:21PM +0200 schrieb Bill Allombert:
> PARI catches signal by default, including SIGSEGV.
> 
> You can disable this by using pari_init_opts without INIT_SIGm, as in
> pari_init_opts(parisize, maxprime, INIT_JMPm | INIT_DFTm);

Thanks for your quick answer, that is a useful call. (And thanks to pari
for randomly exhibiting a real bug in my code, which did not manifest
itself before...)

Andreas