[GHC] #10672: checkProddableBlock crash during Template Haskell linking

GHC ghc-devs at haskell.org
Thu Aug 20 17:14:57 UTC 2015


#10672: checkProddableBlock crash during Template Haskell linking
-------------------------------------+-------------------------------------
        Reporter:  lukexi            |                   Owner:
            Type:  bug               |                  Status:  new
        Priority:  high              |               Milestone:  7.10.3
       Component:  Compiler          |                 Version:  7.10.1
      Resolution:                    |                Keywords:
Operating System:  Windows           |            Architecture:
 Type of failure:  Compile-time      |  Unknown/Multiple
  crash                              |               Test Case:
      Blocked By:                    |                Blocking:
 Related Tickets:  #9297 #10563      |  Differential Revisions:
  #8237 #9907                        |
-------------------------------------+-------------------------------------

Comment (by ezyang):

 Yeah, something like `make re2 GhcDebugged=YES`. But it looks like the
 sections in question are `.gcc_except_table` and
 `.text$_ZN21btBroadphaseInterfaceD1Ev`.

 So two things we need to do:

 1. Handle the exception table correctly
 2. Match against the PREFIX so that anything starting with `.text` is
 loaded as a text segment.

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


More information about the ghc-tickets mailing list