#3801: ghc-6.10.4: internal error: PAP object entered
-------------------------+--------------------------------------------------
Reporter: patrikja | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 6.10.4
Resolution: | Keywords:
Os: Linux | Testcase:
Architecture: x86 | Failure: Runtime crash
-------------------------+--------------------------------------------------
Comment (by patrikja):
Now I've reduced the bug down to minimal dependencies - a two-line program
still showing the same problem:
{{{
> import qualified Test.QuickCheck as Q
> main = Q.quickCheck True
patr...@hel:~/src/gitroot/edu/AFP/Lab1_turtle$ ghc --make Main && ./Main
[1 of 1] Compiling Main ( Main.lhs, Main.o )
Linking Main ...
Main: internal error: PAP object entered!
(GHC version 6.10.4 for i386_unknown_linux)
Please report this as a GHC bug:
http://www.haskell.org/ghc/reportabug
Avbruten (SIGABRT)
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3801#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs