Date: Wed, 19 Oct 2005 09:29:57 -0600 (MDT) From: "M. Warner Losh" <imp@bsdimp.com> To: info@martenvijn.nl Cc: freebsd-current@freebsd.org Subject: Re: cf-card in pccard slot panics kernel 6.0 BETA and rc1 at boottime Message-ID: <20051019.092957.122315513.imp@bsdimp.com> In-Reply-To: <1129735927.689.37.camel@localhost.localdomain> References: <1129663158.715.35.camel@localhost.localdomain> <20051018.170403.10821844.imp@bsdimp.com> <1129735927.689.37.camel@localhost.localdomain>
next in thread | previous in thread | raw e-mail | index | archive | help
In message: <1129735927.689.37.camel@localhost.localdomain>
Marten Vijn <info@martenvijn.nl> writes:
: On Tue, 2005-10-18 at 17:04 -0600, M. Warner Losh wrote:
:
: 1 ==> Maybe you could also try:
: >
: > On Sat, 2005-10-15 at 22:21 -0600, M. Warner Losh wrote:
: > ...> Please consider applying the following patch.
: > <cut>
: > and see if that changes anything...
:
: With or without the patch there is no difference.
:
:
: 2 ==>
: > Any chance for a trace? Without it, this is impossible to make
: > progress on since it doesn't happen for me here...
:
: Yes, I would like but I don't know how jet.
:
: added for debugging to my kernelconfig:
:
: options KTR
: options KTR_ENTRIES=1024
: options KTR_VERBOSE
: options KTR_ALQ
Actually you need the following:
#
# Compile with kernel debugger related code.
#
options KDB
#
# Enable the ddb debugger backend.
#
options DDB
and when the panic happens, you'll get 'db> ' prompt. Type 'trace'
there and report what comes back.
Warner
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051019.092957.122315513.imp>
