#4988: Hang in GHCi debugger
---------------------------------+------------------------------------------
    Reporter:  simonmar          |        Owner:            
        Type:  bug               |       Status:  new       
    Priority:  high              |    Milestone:  7.2.1     
   Component:  GHCi              |      Version:  7.0.1     
    Keywords:                    |     Testcase:  break024  
   Blockedby:                    |   Difficulty:            
          Os:  Unknown/Multiple  |     Blocking:            
Architecture:  Unknown/Multiple  |      Failure:  GHCi crash
---------------------------------+------------------------------------------
 GHCi hangs when loading a file after stopping at an exception breakpoint:

 {{{
 $ cd testsuite/tests/ghc-regress/ghci.debugger/scripts
 $ ../../../../../inplace/bin/ghc-stage2 --interactive break024 -fbreak-on-
 error
 GHCi, version 7.1.20110227: 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             ( break024.hs, interpreted )
 Ok, modules loaded: Main.
 *Main> exception_uncaught
 Stopped at <exception thrown>
 _exception :: e = _
 [<exception thrown>] *Main> :l break024
 ^CInterrupted.
 *Main>
 }}}

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