Ticket #4263 (closed bug: fixed)
GHC API should emit a suitable error message when interpreter is used with -prof
| Reported by: | dom96 | Owned by: | igloo |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.0.1 |
| Component: | Compiler | Version: | 6.12.3 |
| Keywords: | hint | Cc: | |
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Runtime crash | Difficulty: | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
When compiling a program with the -prof flag executing the program fails with:
hintBug: internal error: PAP object entered!
(GHC version 6.12.3 for i386_unknown_linux)
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
Aborted
i.e ghc --make program.hs works, ghc --make -prof program.hs doesn't.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

