Date: Fri, 24 Jul 1998 18:17:41 +1000 From: Bruce Evans <bde@zeta.org.au> To: j@uriah.heep.sax.de, jkh@time.cdrom.com Cc: asami@FreeBSD.ORG, bde@zeta.org.au, committers@FreeBSD.ORG, mike@smith.net.au, stable@FreeBSD.ORG Subject: Re: Tree tagging put off by ~12 hours. Message-ID: <199807240817.SAA18587@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>> message anywhere, this is _exactly_ the right thing to do. Having >> freefall drop into the debugger 2 or 3 times a day is not a solution. > >sysctl -w debug.debugger_on_panic=0 > >...so it'll properly reboot. Probablility zero. UTSL. This sysctl is broken as "designed". It does exactly what its name suggests (controls the call to Debugger() from panic()) but not what is needed (control never calliing Debugger() or kdb_trap() except possibly for the Ctrl-PrintScreen hotkey). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807240817.SAA18587>