[GHC] #10458: GHCi fails to load shared object (the 'impossible' happened)

GHC ghc-devs at haskell.org
Wed Sep 28 19:38:27 UTC 2016


#10458: GHCi fails to load shared object (the 'impossible' happened)
-------------------------------+----------------------------------------
        Reporter:  rleslie     |                Owner:
            Type:  bug         |               Status:  closed
        Priority:  highest     |            Milestone:  8.0.1
       Component:  GHCi        |              Version:  8.0.1
      Resolution:  duplicate   |             Keywords:
Operating System:  Linux       |         Architecture:  Unknown/Multiple
 Type of failure:  GHCi crash  |            Test Case:
      Blocked By:              |             Blocking:
 Related Tickets:              |  Differential Rev(s):  Phab:D1631
       Wiki Page:              |
-------------------------------+----------------------------------------
Changes (by trommler):

 * status:  new => closed
 * resolution:   => duplicate


Comment:

 I think this is a duplicate of #11499.

 The missing symbol seems to be coming from a Haskell package and not a C
 library.

 The obvious solution would be to also link all command line Haskell
 packages into the temporary shared library. This is what fixed the
 original ticket.

 In #11238 I am working on a redesigned dynamic linker and it is done for
 ELF. I need to come back to that patch and finish it.

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


More information about the ghc-tickets mailing list