Re: [GHC] #7229: Detecting if a process was killed by a signal is impossible

#7229: Detecting if a process was killed by a signal is impossible --------------------------------------+------------------------------------ Reporter: benmachine | Owner: Type: bug | Status: closed Priority: highest | Milestone: 7.8.1 Component: libraries/process | Version: Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: --------------------------------------+------------------------------------ Changes (by duncan): * status: new => closed * resolution: => fixed Comment: So I've pushed patches to process, base and the rts to implement this, using the -signum encoding. * process [changeset:"3ebbe13a82b4f4beb382bb8a07f98e57a8354a85/process"] * base [changeset:"6b22a6ef9e59c6562ef6adfad7cd94e27aedec2c/base"] * ghc [changeset:"a987b8004e83c694e00cdd47cbf43a9588eb47d4/ghc"] There's also haddock docs, and tests (in separate commits). I think we can declare this done. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/7229#comment:41 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC