#3157: ghci segmentation fault when computation is interrupted
--------------------+-------------------------------------------------------
Reporter:  fft1976  |          Owner:                
    Type:  bug      |         Status:  new           
Priority:  normal   |      Component:  Runtime System
 Version:  6.10.2   |       Severity:  critical      
Keywords:  ghci     |       Testcase:                
      Os:  Linux    |   Architecture:  x86           
--------------------+-------------------------------------------------------
 This is using Ubuntu 8.04. Both source-compiled and binary (libedit2) show
 this behavior.
 {{{
 GHCi, version 6.10.2: http://www.haskell.org/ghc/  :? for help
 Loading package ghc-prim ... linking ... done.
 Loading package integer ... linking ... done.
 Loading package base ... linking ... done.
 Prelude> let a = a
 Prelude> a

 }}}
 Then I press Ctrl-C
 {{{
 Segmentation fault
 $
 }}}

 Potentially relevant:
 {{{
 $ dpkg -l | grep libedit
 ii  libedit-dev                                2.9.cvs.20050518-4
 BSD editline and history libraries (developm
 ii  libedit2                                   2.9.cvs.20050518-4
 BSD editline and history libraries
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3157>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to