Date: Mon, 16 Sep 2002 10:36:18 -0700 (PDT) From: Julian Elischer <julian@elischer.org> To: Rahul Siddharthan <rsidd@online.fr> Cc: stable@freebsd.org, multimedia@freebsd.org Subject: Re: USB audio kernel panics Message-ID: <Pine.BSF.4.21.0209161032080.95489-100000@InterJet.elischer.org> In-Reply-To: <20020915020627.GA241@papagena.rockefeller.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 14 Sep 2002, Rahul Siddharthan wrote:
> >
> > print sc->sc_intrhead
> > and if there is something already on the list, print that.
> > also print *ii
>
> (kgdb) print sc->sc_intrhead
> $1 = {lh_first = 0x558d026a}
>
> (kgdb) print *ii
> $2 = {sc = 0xc0ebb000, xfer = 0xc100d300, stdstart = 0xc0fa52c0,
> stdend = 0xc0fa52c0, list = {le_next = 0x558d026a, le_prev = 0xc0ebbc78},
> timeout_handle = {callout = 0x0}}
>
> It means nothing to me :(
it crashed because the sc->intrhead points to GARBAGE
also ii->list points to teh same garbage.
look in the cvs tree
to find the author of this file....
>
> > > (kgdb) info locals
> >
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0209161032080.95489-100000>
