[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: open-pipe deadlocked
From: |
Ludovic Courtès |
Subject: |
Re: open-pipe deadlocked |
Date: |
Sat, 03 Sep 2011 22:32:46 +0200 |
User-agent: |
Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) |
Hi!
address@hidden skribis:
>> For 1.8, could you try running Helgrind and see what happens?
>
> Helgrind complains about loads of 'possible data race'
Actually 1.8 has a serious problem when it comes to multi-threading:
memoization, which modifies the source code tree structure, is not
thread-safe.
I’m not sure if this could explain your deadlock, but it could
potentially lead to unexpected behavior.
Thanks,
Ludo’.