Hi,
LyX catches certain signals. When LyX gets, for example, a ctrl-C, it tries to make an emergency save, but does not remove the lyx_tmpdir. Shouldn't that be done? Especially for "safe" signals such as ctrl-C. Same for other signals that are caught, except may be for the more desastrous signals that result from corrupted code, such as SIGSEGV and SIGFPE. Why is SIGABRT not caught? BTW: where can I find the code that is responsible for the signal catching? Regards, Rob.