Also it is recommended to "handle" fatal messages (using abort() or exit(-1) or something akin) because that's what the default handler does and if you don't do it you're likely to end up with segfaults instead (though not necessarily at the same place so you may have a hard time tracking the bugs...).
Bookmarks