> I removed generation of all of these messages and the recovery file is > generated. So it seems that when the system is shutting down any terminal > output causes the program to be immediately terminated or possibly just > suspended and then later terminated.
Or maybe the writing of the error message causes reception of another signal? Or it just blocks? Where is this writing taking place? From the signal handler itself? === Stefan

