Bugs item #679966, was opened at 2003-02-03 18:19 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=679966&group_id=8032
Category: Compiler Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: ghci does not appear to restore its signal handlers Initial Comment: 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) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=679966&group_id=8032 _______________________________________________ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
