[Haskell-cafe] hugs segmentation fault

Sigbjorn Finne sof at galois.com
Fri Oct 29 18:20:01 EDT 2004


"Jon Fairbairn" <Jon.Fairbairn at cl.cam.ac.uk> writes:
> 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



More information about the Haskell-Cafe mailing list