[GHC] #10914: Bad symbol resolution on Darwin when using DYLD_FORCE_FLAT_NAMESPACE=1
GHC
ghc-devs at haskell.org
Fri Sep 25 08:12:59 UTC 2015
#10914: Bad symbol resolution on Darwin when using DYLD_FORCE_FLAT_NAMESPACE=1
-----------------------------------------+-------------------------------
Reporter: jacereda | Owner:
Type: bug | Status: new
Priority: high | Milestone:
Component: GHCi | Version: 7.10.2
Keywords: | Operating System: MacOS X
Architecture: x86_64 (amd64) | Type of failure: GHCi crash
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Revisions: |
-----------------------------------------+-------------------------------
Starting ghci as:
{{{
env DYLD_FORCE_FLAT_NAMESPACE=1 ghci
}}}
can cause symbol resolution to fail. I tried with Data.Hashable as
follows:
{{{
import Data.Hashable
main = putStrLn $ show $ hashWithSalt 0 "foo"
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10914>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list