On Mon, Jan 06, 2003 at 02:02:13PM -0000, Simon Marlow wrote:
> ... actually I've just looked at the code and it looks wrong, aargh!
> The finalizer is attached to the wrong side.  If you have a source tree
> handy, try changing the following line in libraries/base/GHC/Handle.hs:
>  addMVarFinalizer read_side (handleFinalizer read_side)
> to
>  addMVarFinalizer write_side (handleFinalizer write_side)


Thanks, I've started brewing up a tree and I'll take that for a spin
when it's done cooking.


Thanks,
Bill
_______________________________________________
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to