[GHC] #781: GHCi on x86_64, cannot link to static data in shared libs

GHC ghc-devs at haskell.org
Sun Sep 28 16:44:58 UTC 2014


#781: GHCi on x86_64, cannot link to static data in shared libs
-------------------------------------+-------------------------------------
              Reporter:  guest       |            Owner:
                  Type:  bug         |           Status:  closed
              Priority:  high        |        Milestone:  7.10.1
             Component:  Compiler    |          Version:  6.5
            Resolution:  fixed       |         Keywords:  getEnvironment
      Operating System:  Linux       |     Architecture:  x86_64 (amd64)
       Type of failure:  GHCi crash  |       Difficulty:  Unknown
             Test Case:              |       Blocked By:
  getEnvironment01                   |  Related Tickets:
              Blocking:              |
Differential Revisions:              |
-------------------------------------+-------------------------------------
Changes (by thomie):

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


Comment:

 I repeated the test from comment 13 on 64 bit Linux.

 With GHC 7.6.3:
 {{{
 Prelude Main> main
 -907777
 }}}

 With GHC 7.8.3:
 {{{
 *Main> main
 42
 }}}

 The getEnvironment01 test also passes when started with:
 {{{
 make TEST=getEnvironment01 WAYS=ghci test
 }}}

 Therefore I conclude this issue can be closed.

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


More information about the ghc-tickets mailing list