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

GHC ghc-devs at haskell.org
Fri Jan 15 15:31:19 UTC 2016


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

Comment (by Ben Gamari <ben@…>):

 In [changeset:"c6a3e2277aef2d3b8a472cc82542c9b22cea86bf/ghc"
 c6a3e227/ghc]:
 {{{
 #!CommitTicketReference repository="ghc"
 revision="c6a3e2277aef2d3b8a472cc82542c9b22cea86bf"
 Link command line libs to temp so

 Symbols in libraries specified on the GHCis command line are
 not available to compiled modules because shared libraries
 are loaded with local scope. So we link all libraries specified
 on the command line into each temporary shared library.

 Test Plan: validate

 Reviewers: simonmar, hvr, austin, bgamari

 Reviewed By: bgamari

 Subscribers: thomie

 Differential Revision: https://phabricator.haskell.org/D1631

 GHC Trac Issues: #10458
 }}}

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


More information about the ghc-tickets mailing list