#4988: Hang in GHCi debugger
---------------------------------+------------------------------------------
    Reporter:  simonmar          |        Owner:            
        Type:  bug               |       Status:  new       
    Priority:  high              |    Milestone:  7.4.1     
   Component:  GHCi              |      Version:  7.0.1     
    Keywords:                    |     Testcase:  break024  
   Blockedby:                    |   Difficulty:            
          Os:  Unknown/Multiple  |     Blocking:            
Architecture:  Unknown/Multiple  |      Failure:  GHCi crash
---------------------------------+------------------------------------------
Changes (by mnislaih):

 * cc: pepeiborra@… (added)


Comment:

 The hang also happens when one tries to :abandon the debugging session
 after stopping at an error (with -fbreak-on-error). I didn't manage to
 reproduce it with -fbreak-on-exception.

 {{{
 GHCi, version 7.0.1: http://www.haskell.org/ghc/  :? for help
 Loading package ghc-prim ... linking ... done.
 Loading package integer-gmp ... linking ... done.
 Loading package base ... linking ... done.
 Loading package ffi-1.0 ... linking ... done.
 [1 of 1] Compiling Main             ( scripts/break024.hs, interpreted )
 Ok, modules loaded: Main.
 *Main> :set -fbreak-on-error
 *Main> exception_uncaught
 Stopped at <exception thrown>
 _exception :: e = _
 [<exception thrown>] *Main> :abandon
 ^CInterrupted.
 *Main>

 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4988#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