Re: IO problems
Ross Paterson <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hugs.bugs |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Oct 10, 2003 at 01:36:20PM -0700, Iavor Diatchki wrote: > while looking at the program henk posted a few days ago, i run into a > rather weird bug in hugs, where it seems to be mixing IO handles. > the problem seems to happen with versions of hugs as early as Nov 2002. > it occurs on linux (Mandrake 9.1 and Redhat 9.0). The handle table was being clobbered after it was resized to fit the 41st handle. Now fixed in CVS.