[GHC] #8935: Obscure linker bug leads to crash in GHCi
GHC
ghc-devs at haskell.org
Fri Mar 28 19:24:52 UTC 2014
#8935: Obscure linker bug leads to crash in GHCi
-------------------------------------+------------------------------------
Reporter: simonmar | Owner: simonmar
Type: bug | Status: new
Priority: high | Milestone: 7.8.2
Component: Runtime System | Version: 7.8.1-rc2
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: Unknown/Multiple
Type of failure: GHCi crash | Difficulty: Rocket Science
Test Case: | Blocked By:
Blocking: | Related Tickets:
-------------------------------------+------------------------------------
Comment (by trommler):
I tried the test program on openSUSE 12.3:
{{{
environ = 0x601060
dlsym(deflt, "environ") = 0x601060
dlsym("libgmp", "environ") = 0x601060
dlsym("libpthread", "environ") = 0x601060
}}}
Here is my libgmp:
{{{
ls /usr/lib64/libgmp.so*
/usr/lib64/libgmp.so /usr/lib64/libgmp.so.10 /usr/lib64/libgmp.so.10.0.5
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8935#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list