#4415: ghci crash on Windows 7 64bits when press Ctrl-L
-------------------------------+--------------------------------------------
    Reporter:  isomorphic      |       Owner:            
        Type:  bug             |      Status:  new       
    Priority:  normal          |   Component:  GHCi      
     Version:  6.12.3          |    Keywords:  windows 7 
    Testcase:                  |   Blockedby:            
          Os:  Windows         |    Blocking:            
Architecture:  x86_64 (amd64)  |     Failure:  GHCi crash
-------------------------------+--------------------------------------------

Comment(by judahj):

 Do other commands (arrow keys, tab completion, etc.) work for you?

 If you type a long line of text (so that the cursor wraps to the next
 line), then press ctrl-A, then type more text, does it work or also crash?

 One other test: This may be an issue with Haskeline, the library we use
 for command-line input.  Can you please run:
 {{{
 cabal install haskeline
 }}}
 and then build and try to run the following program:
 http://code.haskell.org/haskeline/examples/Test.hs .  Does it have the
 same problem?

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4415#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to