Ticket #4988 (closed bug: fixed)
Hang in GHCi debugger
| Reported by: | simonmar | Owned by: | simonmar |
|---|---|---|---|
| Priority: | high | Milestone: | 7.2.2 |
| Component: | GHCi | Version: | 7.0.1 |
| Keywords: | Cc: | pepeiborra@… | |
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | GHCi crash | Difficulty: | |
| Test Case: | break024 | Blocked By: | |
| Blocking: | Related Tickets: |
Description
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>
Change History
Note: See
TracTickets for help on using
tickets.
