
29 Oct
2004
29 Oct
'04
6:20 p.m.
"Jon Fairbairn"
On 2004-10-29 at 00:50BST Ben Rudiak-Gould wrote:
Jon Fairbairn wrote:
....
Well, here's a sample session I recorded just now:
C:\>\ghc\ghc-6.2.1\bin\ghci
....
Prelude> let p = 1 : [2 * x | x <- p, x < 1] in p [1*** Exception: <<loop>> Prelude> 123
Fail: thread blocked indefinitely
C:\>
Does this only happen to me?
I'm using Linux, you Windows. I suspect there's a hint there. Has this been reported to Glasgow Haskell bugs? (cc'd)
Plenty of times, but maybe not that particular manifestation of the problem. Fixed in 6.2.2 --sigbjorn