[GHC] #9903: GHCi produces a cryptic message when using HPC
GHC
ghc-devs at haskell.org
Thu Aug 13 19:05:37 UTC 2015
#9903: GHCi produces a cryptic message when using HPC
-------------------------------------+-------------------------------------
Reporter: | Owner:
facundo.dominguez |
Type: bug | Status: closed
Priority: normal | Milestone:
Component: GHCi | Version: 7.9
Resolution: invalid | Keywords: hpc
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: GHCi crash | Test Case:
Blocked By: | Blocking:
Related Tickets: #9878, #9762 ? | Differential Revisions:
-------------------------------------+-------------------------------------
Changes (by bgamari):
* status: new => closed
* resolution: => invalid
Comment:
It appears that the issue here is really the poor error message. As noted
in the User's Guide, hpc and GHCi aren't compatible (as the code generator
is expected to produce some symbols which the interpreter does not
produce, hence the error message here).
I'll push a fix for the error message shortly.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9903#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list