Bill Allombert on Wed, 20 Nov 2024 17:21:03 +0100


[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:21:19PM -0400, Max Alekseyev wrote:
> I've tried to use the error() approach extensively in my code and
> immediately got a "real" error:
> 
> free(): double free detected in tcache 2
> Aborted (core dumped)

I pushed a commit that might improve that:

commit 8945f1f13903d82e16701cd16199e988f43b63f1
Author: Bill Allombert <Bill.Allombert@math.u-bordeaux.fr>
Date:   Wed Nov 20 11:25:55 2024 +0100

    newblock: protect against SIGINT

Cheers,
Bill