[Haskell-cafe] Project postmortem
Simon Marlow
simonmar at microsoft.com
Fri Dec 2 08:10:01 EST 2005
On 02 December 2005 12:49, Tomasz Zielonka wrote:
> On Fri, Dec 02, 2005 at 12:39:25PM -0000, Simon Marlow wrote:
>>> Do I understand correctly that another workaround is
>>> - don't compile your programs with -threaded
>>> ?
>>
>> No, the bug isn't related to -threaded. It still occurs without
>> -threaded.
>
> Let's check that now I understand - so the sequence
>
> call gethostbyname
> read the returned hostent
>
> is written in Haskell, and many such sequences can be interleaved when
> using Concurrent Haskell?
Yes, exactly.
Cheers,
Simon
More information about the Haskell-Cafe
mailing list