From owner-freebsd-questions@FreeBSD.ORG Sun Oct 7 10:16:21 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C9F416A418 for ; Sun, 7 Oct 2007 10:16:21 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.swip.net [212.247.154.129]) by mx1.freebsd.org (Postfix) with ESMTP id 058EC13C44B for ; Sun, 7 Oct 2007 10:16:20 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [85.19.218.45] (account mc467741@c2i.net [85.19.218.45] verified) by mailfe05.swip.net (CommuniGate Pro SMTP 5.1.10) with ESMTPA id 541214527; Sun, 07 Oct 2007 11:01:18 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Sun, 7 Oct 2007 11:01:41 +0200 User-Agent: KMail/1.9.7 References: <20071006192650.GA23085@panix.com> In-Reply-To: <20071006192650.GA23085@panix.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710071101.42353.hselasky@c2i.net> Cc: Joe Altman , freebsd-questions@freebsd.org Subject: Re: Kernel panic; fatal trap 12; on task 22, USB0: was Re: Moused issues? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Oct 2007 10:16:21 -0000 On Saturday 06 October 2007, Joe Altman wrote: > chthonic.com/crash-crash-crash Hi, Do you have "options KDB" in your kernel config file ? http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug-options.html You should get a prompt when it panics. Then you type in "bt" for backtrace. Maybe you could take a picture of that. Probably someone is accessing a NULL pointer. --HPS