
2 Dec
2005
2 Dec
'05
8:10 a.m.
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