[GHC] #13433: Segmentation faults in profiled way

GHC ghc-devs at haskell.org
Thu Mar 23 09:02:47 UTC 2017


#13433: Segmentation faults in profiled way
-------------------------------------+-------------------------------------
        Reporter:  bgamari           |                Owner:  simonmar
            Type:  bug               |               Status:  new
        Priority:  highest           |            Milestone:  8.2.1
       Component:  Compiler          |              Version:  8.1
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by simonmar):

 I'll try building exactly from 6ebfbdfb64cb8bb5c2ddaf2ad3ad350755c5eb2b as
 in the description.

 Also presumably your `build.mk` also has this:

 {{{
 ifneq "$(BuildFlavour)" ""
 include mk/flavours/$(BuildFlavour).mk
 endif
 }}}

 otherwise `BuildFlavour` has no effect, right?

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


More information about the ghc-tickets mailing list