
23 Oct
2006
23 Oct
'06
9:54 a.m.
Bulat Ziganshin wrote:
Hello Simon,
Monday, October 23, 2006, 5:05:56 PM, you wrote:
Perhaps your bug is that you're using hGetBufNonBlocking, which isn't on Windows?
_whose_ bug? you write to Simon Marlow :)
Sorry - let me rephrase that: perhaps the problem is that hs-plugins uses hGetBufNonBlocking, which isn't non-blocking on Windows?
and what is you explanation why Vyacheslav's programs using getLine does block?
I really don't know. Could hs-plugins be trying to access stdin? stdin would be locked by the thread trying to read from it with getLine. Cheers, Simon