[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 09:57:47 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 Phyx-):
The define shouldn't be needed, You need a newer glibc version to get the
correct behaviour. It needs to be at least `2.23`. See
https://ghc.haskell.org/trac/ghc/ticket/12147.
The specific relocation can also only be generated by a ld > `2.26`.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14115#comment:9>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list