[GHC] #13216: internal error: stg_ap_pppppp_ret
GHC
ghc-devs at haskell.org
Wed Feb 1 17:34:31 UTC 2017
#13216: internal error: stg_ap_pppppp_ret
-------------------------------------+-------------------------------------
Reporter: lerkok | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.0.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by rwbarton):
The panic indicates that you tried to apply something that wasn't a
function (to six arguments).
A likely cause is heap corruption, possibly due to a misbehaving FFI
function or something of that sort.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13216#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list