On 2009 Mar 18, at 19:44, Nick Rudnick wrote:
o Is there principally no way to (generally) catch segmentation faults?? (This would be hard to believe, as the described kind of noise is to be expected at production systems, especially with user generated content.)
System.Posix.Signals. But your assumption is wrong, considering that after a segfault occurs there are no guarantees that the runtime (whether for Haskell or C) is in a sane state.