Ticket #2475 (closed bug: fixed)
debugger gives "Can't unify" when stopped at an exception
| Reported by: | igloo | Owned by: | mnislaih |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.10.2 |
| Component: | GHCi | Version: | 6.8.3 |
| Keywords: | Cc: | mnislaih@… | |
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Difficulty: | Unknown | |
| Test Case: | break011, break017, break024 | Blocked By: | |
| Blocking: | Related Tickets: |
Description
Presumably due to exceptions now using existential types, the GHCi debugger now gives:
ghc: panic! (the 'impossible' happened) (GHC version 6.9.20080731 for x86_64-unknown-linux): Can't unify Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
when it stops at an exception. See break011 and break024 for testcases.
Change History
Note: See
TracTickets for help on using
tickets.
