From owner-freebsd-multimedia Mon Sep 16 10:40:19 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CAE137B400; Mon, 16 Sep 2002 10:40:18 -0700 (PDT) Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5CF143E3B; Mon, 16 Sep 2002 10:40:17 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020916174017.CNPP16829.rwcrmhc51.attbi.com@InterJet.elischer.org>; Mon, 16 Sep 2002 17:40:17 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id KAA95810; Mon, 16 Sep 2002 10:36:19 -0700 (PDT) Date: Mon, 16 Sep 2002 10:36:18 -0700 (PDT) From: Julian Elischer To: Rahul Siddharthan Cc: stable@freebsd.org, multimedia@freebsd.org Subject: Re: USB audio kernel panics In-Reply-To: <20020915020627.GA241@papagena.rockefeller.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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