[GHC] #9829: Installed signal handlers are not cleared up by GHC API

#9829: Installed signal handlers are not cleared up by GHC API -------------------------------------+------------------------------------- Reporter: literon | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: GHC API | Version: 7.8.3 Keywords: | Operating System: Architecture: Unknown/Multiple | Unknown/Multiple Difficulty: Unknown | Type of failure: Blocked By: | None/Unknown Related Tickets: | Test Case: | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- When using runGHC, it calls installSignalHandlers which installs a bunch of them. There is even an XXX comment in runGHC to uninstall these eventually. Generally, when using the GHC API, I wouldn't like it to install any signal handlers by default, if that is possible. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9829 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#9829: Installed signal handlers are not cleared up by GHC API -------------------------------------+------------------------------------- Reporter: literon | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: GHC API | Version: 7.8.3 Resolution: duplicate | Keywords: Operating System: | Architecture: Unknown/Multiple Unknown/Multiple | Difficulty: Unknown Type of failure: | Blocked By: None/Unknown | Related Tickets: 4162 Test Case: | Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- Changes (by literon): * status: new => closed * resolution: => duplicate * related: => 4162 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9829#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC