
#9134: ghci: internal error: PAP object entered! ------------------------------------+------------------------------------- Reporter: GregWeber | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.8.2 Keywords: | Operating System: Unknown/Multiple Architecture: Unknown/Multiple | Type of failure: None/Unknown Difficulty: Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | ------------------------------------+------------------------------------- {{{ <interactive>: internal error: PAP object entered! (GHC version 7.8.2 for x86_64_unknown_linux) Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug Aborted (core dumped) }}} I am doing development in ghci as described here: https://github.com/chrisdone/ghci-reload-demo I startup ghci from a cabal sandbox with: `cabal repl --ghc-options="-O0 -fobject-code"` I see this error every once in a while. I do not have a reproducible test case, but if I see this when working on a smaller project I can try to create one. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9134 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler