[GHC] #15477: Can't build `prof`-flavour with `-fauto-all`

#15477: Can't build `prof`-flavour with `-fauto-all` -------------------------------------+------------------------------------- Reporter: angerman | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: 8.6.1 Component: Compiler | Version: 8.4.3 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- Building the prof flavour and adding `-fauto-all` to {{{ GhcStage2HcOpts = -O -fprof-auto GhcLibHcOpts = -O -fprof-auto }}} Yields: {{{ ghc-stage2: internal error: evacuate(static): strange closure type -1869574000 }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15477 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#15477: Can't build `prof`-flavour with `-fauto-all` -------------------------------------+------------------------------------- Reporter: angerman | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: 8.6.1 Component: Compiler | Version: 8.4.3 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 osa1): I couldn't reproduce this, but when I run the test suite with {{{ make EXTRA_HC_OPTS="-prof -fprof-auto -with-rtsopts=-p" }}} I found one segfaulting test which is `concprog001`. When it doesn't segfault it fails with this instead: {{{ concprog001: internal error: evacuate: strange closure type 0 (GHC version 8.7.20180806 for x86_64_unknown_linux) Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15477#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC