Bill Allombert on Thu, 19 Sep 2024 22:13:32 +0200


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

Re: concurrent computation of a function


On Thu, Sep 19, 2024 at 03:41:54PM -0400, Max Alekseyev wrote:
> Hi Bill,
> 
> Would compiling GP with debugging info and checking the crash backtrace
> help here?

No, the crash usually happens much latter (when closing the thread).
What matters is the point when the thread was interrupted, not the point
where it crashes (which is usually in pari_thread_close anyway).

Cheers,
Bill.