[project @ 2000-02-29 14:38:19 by simonmar]
Ctrl-C now interrupts the RTS safely. Previously it called shutdownHaskellAndExit() from the signal handler directly, which isn't safe because we may have been interrupted during GC or whatever. Now we set the interrupted flag and wait for the RTS to shut down by itself.
Please register or sign in to comment