FYI, there's a program which can be run to gain information if something dies on you. It's called CrashReporter and can be enabled by adding the line
CRASHREPORTER=-YES-
to /etc/hostconfig (then rebooting). If a program crashes, CrashReporter will log (hopefully) useful information in /var/log/crash.log. It appears to dump what caused the crash, as well as stack traces for all threads in the crashing program. Hopefully useful for reporting bugs.
CRASHREPORTER=-YES-
to /etc/hostconfig (then rebooting). If a program crashes, CrashReporter will log (hopefully) useful information in /var/log/crash.log. It appears to dump what caused the crash, as well as stack traces for all threads in the crashing program. Hopefully useful for reporting bugs.