chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Obscure bug with srfi-18, mailbox and coops


From: Théo Cavignac
Subject: Re: [Chicken-users] Obscure bug with srfi-18, mailbox and coops
Date: Wed, 28 Aug 2019 19:48:39 +0200

Thank you a lot for your help Megane and Felix, you really saved my project (I nearly abandoned it).
I will add disable-interrupts to my egg file.
Hopefully this project will be publishable soon !


On Wed, Aug 28, 2019 at 7:42 PM megane <address@hidden> wrote:

Théo Cavignac <address@hidden> writes:

> Erratum: I think it did fix the bug, I just misunderstood a different
> error. Is this modification of coops config viable for upstream or should I
> find a way to grant thread safety in my own code ?
>

Great!

I see Felix is going to add the -disable-interrupts flag to the coops
egg.

However, you may still need to compile your code that defines
coops thigs with -disable-interrupts. There are some macros in coops
that define complex functions. Those may still be non-thread safe.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]