[GHC] #10081: SIGTERM ignored when process has been detached from terminal

GHC ghc-devs at haskell.org
Wed Mar 11 19:49:04 UTC 2015


#10081: SIGTERM ignored when process has been detached from terminal
-------------------------------------+-------------------------------------
        Reporter:  nakal             |                   Owner:  ekmett
            Type:  bug               |                  Status:  closed
        Priority:  normal            |               Milestone:
       Component:  Core Libraries    |                 Version:  7.8.3
      Resolution:  invalid           |                Keywords:
Operating System:  Unknown/Multiple  |            Architecture:  x86_64
 Type of failure:  Incorrect result  |  (amd64)
  at runtime                         |               Test Case:
      Blocked By:                    |                Blocking:
 Related Tickets:                    |  Differential Revisions:
-------------------------------------+-------------------------------------
Changes (by rwbarton):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 > I tried before with `bracket`.

 Ah, but `bracket` reraises the exception after running the cleanup action,
 so that's why the `throwTo` was still not reached.

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


More information about the ghc-tickets mailing list