
#12009: ASSERTION FAILED: file rts/LdvProfile.c, line 48 -------------------------------------+------------------------------------- Reporter: erikd | Owner: Type: bug | Status: new Priority: normal | Milestone: 8.0.2 Component: Compiler | Version: 7.10.3 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: Runtime crash Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- Found this working on #11978. {{{ $ cat hello.hs main :: IO () main = putStrLn "Hello" $ ghc -fforce-recomp -prof -threaded -debug --make hello.hs -o hello [1 of 1] Compiling Main ( hello-world.hs, hello-world.o ) Linking hello ... $ ./hello +RTS -hb -DS -N1 7f68030c1700: cap 0: initialised Hello 7f68030c1700: cap 0: shutting down hello-world: internal error: ASSERTION FAILED: file rts/LdvProfile.c, line 48 (GHC version 7.10.3 for x86_64_unknown_linux) Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug Aborted }}} Also tried this with git HEAD and get the same result. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/12009 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler