|
[GHC] #804: Signal handlers always installed, evem in a DLL: msg#00126lang.haskell.glasgow.bugs
#804: Signal handlers always installed, evem in a DLL -------------------------+-------------------------------------------------- Reporter: guest | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 6.4.2 Severity: normal | Keywords: Os: Unknown | Difficulty: Unknown Architecture: Unknown | -------------------------+-------------------------------------------------- Even when building a DLL the GHC runtime system will install signal handlers for SIGINT, etc. This done in RtsStartup.c by calling initUserSignals() and initDefaultHandlers(). This is all good when running a standalone program, but very dubious if generating a DLL. For a DLL it's likely that the main program will handle signals, and the GHC-RTS should keep its greedy little paws away from the signals. :) A flag to control this would be appreciated. -- Lennart -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/804> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler_______________________________________________ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@xxxxxxxxxxx http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [GHC] #803: malloc() without free(), GHC |
|---|---|
| Next by Date: | [GHC] #805: Too many workers; runaway worker creation?, GHC |
| Previous by Thread: | [GHC] #803: malloc() without free(), GHC |
| Next by Thread: | [GHC] #805: Too many workers; runaway worker creation?, GHC |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |