Typo: Hugs Bug ! >> it was +
Ahn Ki-yung
kyagrd@bawi.org
Fri, 22 Mar 2002 13:24:35 +0900
Prelude> f 1 where f x = x : f x
[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
,1,1,{Interrupted!}
Prelude> f 1 where f x = x + f x
====================
in unix/linux proper error msg comes out and back to interpreter.
ERROR - Control stack overflow
===========
but in windows 2000
Then suddnly interpreter fails and
the red (X) popup window pops up.
hugs.exe - application programm error
unknown software exception (0xc000fd) ... blabla