[GHC] #14115: GHC segfaults trying to use TH code when ghc is compiled as DYNAMIC_GHC_PROGRAMS=NO

GHC ghc-devs at haskell.org
Wed Aug 16 10:03:35 UTC 2017


#14115: GHC segfaults trying to use TH code when ghc is compiled as
DYNAMIC_GHC_PROGRAMS=NO
-------------------------------------+-------------------------------------
        Reporter:  pacak             |                Owner:  (none)
            Type:  bug               |               Status:  new
        Priority:  normal            |            Milestone:
       Component:  Runtime System    |              Version:  8.2.1
  (Linker)                           |
      Resolution:                    |             Keywords:
Operating System:  Linux             |         Architecture:
 Type of failure:  Compile-time      |  Unknown/Multiple
  crash or panic                     |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by pacak):

 HEAD
 * e054c5f064 (HEAD -> master, origin/master, origin/HEAD) Bump mtl,
 parsec, text submodules ben at smart-cactus.org 22 hours ago

 compiled with this build.mk also segfaults

 {{{
 BuildFlavour = perf

 GhcRTSWays += debug
 GhcRTSWays += debug_p
 GhcRTSWays += thr_debug
 GhcRTSWays += thr_debug_p

 BUILD_DOCBOOK_HTML = YES

 ifneq "$(BuildFlavour)" ""
 include mk/flavours/$(BuildFlavour).mk
 endif

 STRIP_CMD = :

 DYNAMIC_GHC_PROGRAMS = NO
 }}}

-- 
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14115#comment:10>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list