Ticket #117 (closed bug: Fixed)
ghci does not appear to restore its signal handlers
Description
I added my own ^C handler to my program, following ghci's code as an example. Once I have run this code, if I ^C during the next compilation, all hell breaks loose (Segmentation fault) I think you need to reset the handlers at the end of running user code: > installHandler sigQUIT sig_handler Nothing > installHandler sigINT sig_handler Nothing (senganb `at` ia `dot` nsc `dot` com)
Change History
Note: See
TracTickets for help on using
tickets.
