Is stderr flushed automatically after exceptions are printed

Johan Tibell johan.tibell at gmail.com
Wed Jun 13 04:35:41 CEST 2012


Hi,

If a program throws an exception that will cause it to be terminated
(i.e. the exception isn't caught), will the code that prints out the
error message to stderr make sure to flush stderr before terminating
the process?

-- Johan



More information about the Glasgow-haskell-users mailing list