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

GHC ghc-devs at haskell.org
Fri Jan 17 10:15:39 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 simonmar):

 Great work!  I wonder whether it might be better to allocate a single
 space for the trampolines like we do for other platforms (see
 `ocAllocateSymbolExtras`), rather than a separate allocation for each
 symbol.

 Do these allocations ever get freed again? See `freeObjectCode`.

 Neither of these is a blocker, if this makes GHCi work we should just get
 it in and make tickets for remaining issues.

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


More information about the ghc-tickets mailing list