Date: Sat, 04 Jan 1997 00:19:21 +0800 From: Peter Wemm <peter@spinner.DIALix.COM> To: "Jordan K. Hubbard" <jkh@time.cdrom.com> Cc: Paul Richards <p.richards@elsevier.co.uk>, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/syslogd syslogd.c Message-ID: <199701031619.AAA25916@spinner.DIALix.COM> In-Reply-To: Your message of "Fri, 03 Jan 1997 08:03:34 PST." <23562.852307414@time.cdrom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
"Jordan K. Hubbard" wrote: > > These signals should all unlink LogName when syslogd dies. > > And it's undoubtedly some other signal, like SIGSEGV :) Hmm. Our console logger seems to not print messages on the console while /dev/klog is open, is that right? (This probably would prevent the "syslogd died signal 11 message on the console since it would be sent to syslogd's open file handle that had not yet closed on exit). I wonder if we should put in a defensive catcher for the common fatal signals (SEGV,BUS) that does a bare bones log and exit? > Jordan Cheers, -Peter
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701031619.AAA25916>