[GHC] #7134: ghc-7.6.0.20120810-x86_64-windows.exe -> internal error R_X86_64_PC32

GHC ghc-devs at haskell.org
Sun Jan 19 12:57:52 UTC 2014


#7134: ghc-7.6.0.20120810-x86_64-windows.exe -> internal error R_X86_64_PC32
-------------------------------+----------------------------------
        Reporter:  cetinsert   |            Owner:  thoughtpolice
            Type:  bug         |           Status:  patch
        Priority:  highest     |        Milestone:  7.8.1
       Component:  GHCi        |          Version:  7.6.1-rc1
      Resolution:              |         Keywords:  R_X86_64_PC32
Operating System:  Windows     |     Architecture:  x86_64 (amd64)
 Type of failure:  GHCi crash  |       Difficulty:  Unknown
       Test Case:              |       Blocked By:  3658
        Blocking:              |  Related Tickets:
-------------------------------+----------------------------------

Comment (by awson):

 I've learned Linker.c a bit further and found that it's entirely possible
 to use {{{SymbolExtra}}} structure and {{{SymbolExtra *symbol_extras}}}
 pointer in {{{ObjectCode}}} structure, which are both defined but not used
 under mingw32 and are used on unixish systems for almost the same
 purposes.

 Hence, the question: am I allowed to reuse them in PEi386-related code but
 in a slightly different way than it is on unixish systems?

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


More information about the ghc-tickets mailing list