[GHC] #9829: Installed signal handlers are not cleared up by GHC API
GHC
ghc-devs at haskell.org
Sun Nov 23 11:57:16 UTC 2014
#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
More information about the ghc-tickets
mailing list