Date: Wed, 17 Jun 2009 23:07:50 +0200 (CEST) From: Alexander Best <alexbestms@math.uni-muenster.de> To: <freebsd-current@FreeBSD.org> Subject: debug.debugger_on_panic = 0 yet still entering db Message-ID: <permail-200906172107501e86ffa8000007ec-a_best01@message-id.uni-muenster.de>
next in thread | raw e-mail | index | archive | help
i'd like to get a bt from a panic which occurs after doing `acpiconf -s 3`. since i'm using a usb keyboard (which doesn't work in db) i've set debug.debugger_on_panic = 0 ("options KDB_UNATTENDED" in kernel). yet when the panic occurs freebsd still enters the debugger! i also get another panic which is virtualbox related, but when the virtualbox related panic occurs the core gets dumped and freebsd reboots as it should do. since i cannot use my usb keyboard when the acpi panic occurs i don't know what kind of panic this is, but i think it saw the term "spinlock". i'm running r194284. this is the output of `sysctl -a|grep panic`: kern.sync_on_panic: 0 debug.ddb.textdump.do_panic: 1 debug.trace_on_panic: 1 debug.debugger_on_panic: 0 debug.kdb.panic: 0 machdep.enable_panic_key: 0 machdep.panic_on_nmi: 1 cheers.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?permail-200906172107501e86ffa8000007ec-a_best01>