id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
1448,Segmentation fault with readline Module,danielehlers@…,,"Hi,

I have an reproducible ""Segmentation fault"" with the System.Console.Readline
Module in an Project. I could strip down the problem to an little example
and reproduce it on any platform I tried.

{{{
import System.IO
import System.Console.Readline

main :: IO ()
main = readKey >>= print >> main
}}}

I use ghc 6.6 and gcc 4.2.0.",bug,closed,high,,Compiler,6.6,invalid,Segmentation Fault,,Unknown/Multiple,Unknown/Multiple,,Unknown,yes,,,
