From owner-freebsd-current@FreeBSD.ORG Mon Apr 5 11:28:14 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38B2916A4CE for ; Mon, 5 Apr 2004 11:28:14 -0700 (PDT) Received: from mailgate4.cinetic.de (mailgate4.cinetic.de [217.72.192.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D77F43D41 for ; Mon, 5 Apr 2004 11:28:13 -0700 (PDT) (envelope-from nakal@web.de) Received: from smtp.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) ESMTP id i35IS8T12996 for ; Mon, 5 Apr 2004 20:28:08 +0200 Received: from [217.225.224.241] (helo=[217.225.224.241]) by smtp.web.de with esmtp (TLSv1:DES-CBC3-SHA:168) (WEB.DE 4.101 #91) id 1BAYpL-0001pO-00 for freebsd-current@freebsd.org; Mon, 05 Apr 2004 20:28:07 +0200 From: Martin To: FreeBSD Current Content-Type: text/plain Message-Id: <1081189685.744.88.camel@klotz.local> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 05 Apr 2004 20:28:06 +0200 Content-Transfer-Encoding: 7bit Sender: nakal@web.de Subject: More info on the panic (USB umass) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Apr 2004 18:28:14 -0000 Hi again, I have recompiled the kernel with USB_DEBUG enabled. Now I get a new type of panic() after connecting the device to the USB. Here are the results of trace: g_disk_destroy(c2e42f00,0) at g_disk_destroy+0x9 one_event(ce4d3d20,c05405d5,258,190,c2af0898) at one_event+0x18f g_run_events(258,190,c2af0898,c05405b4,ce4d3d34) at g_run_events+0x9 g_event_procbody(0,ce4d3d48) at g_event_procbody+0x21 fork_exit(c05405b4,0,ce4d3d48) at fork_exit+0x71 fork_trampoline() at fork_trampoline+0x8 --- trap 0x1, eip = 0, esp = 0xce4d3d7c, ebp = 0 --- Does it help? Martin