#1892: :info panics when used on breakpoint bindings
----------------------------+-----------------------------------------------
Reporter: mnislaih | Owner: mnislaih
Type: bug | Status: new
Priority: high | Milestone: 6.8.2
Component: GHCi | Version: 6.8.1
Severity: major | Keywords:
Difficulty: Easy (1 hr) | Testcase:
Architecture: Multiple | Os: Multiple
----------------------------+-----------------------------------------------
After stopping at a breakpoint, asking GHCi for :info about the bindings
causes a panic.
I have only tested in Mac Os 10.5, but I expect the behaviour to be
consistent in all platforms.
{{{
[qsort.hs:(1,0)-(3,54)] *Main> :step
Stopped at qsort.hs:2:16-51
_result :: [Integer] = _
a :: Integer = 1
left :: [Integer] = _
right :: [Integer] = _
[qsort.hs:2:16-51] *Main> :i left
left ::ghc-6.8.20070911: panic! (the 'impossible' happened)
(GHC version 6.8.20070911 for i386-apple-darwin):
nameModule left{v I15U}
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1892>
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