[GHC] #6113: Profiling with -p not written if killed with SIGTERM

GHC ghc-devs at haskell.org
Mon Feb 29 14:48:45 UTC 2016


#6113: Profiling with -p not written if killed with SIGTERM
-------------------------------------+-------------------------------------
        Reporter:  Veinor            |                Owner:
            Type:  bug               |               Status:  new
        Priority:  normal            |            Milestone:
       Component:  Profiling         |              Version:  7.4.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):
-------------------------------------+-------------------------------------

Comment (by Thomas Miedema <thomasmiedema@…>):

 In [changeset:"e3b9dbf48c7b7b1ac4a5d6ecf1411469b5f7666c/ghc"
 e3b9dbf4/ghc]:
 {{{
 #!CommitTicketReference repository="ghc"
 revision="e3b9dbf48c7b7b1ac4a5d6ecf1411469b5f7666c"
 Testsuite: check actual_prof_file only when needed

 Might be a little faster. Avoids testing for #6113 (.prof file not
 written when process is killed with any signal but SIGINT) for tests
 that don't have a .prof.sample file (which is almost all of them) when
 running the profiling ways.
 Tests that were failing because of #6113: T8089, overflow1, overflow2 and
 overflow3.
 }}}

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


More information about the ghc-tickets mailing list