Compiling (under ghc 3.02) and running the following: 

----------------------------------------------
main = seq (putStrLn "xpto") (print "bug")
---------------------------------------------

produces: 

xpto
Segmentation fault caught, address = 8049a14
Aborted

(Hugs 1.4 prints "bug" for this. I have not tried other
versions/compilers.)

Hope this helps. 

Yours, 

Carlos

Reply via email to