From owner-freebsd-hackers@FreeBSD.ORG Wed Jun 15 06:29:35 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5370816A41C for ; Wed, 15 Jun 2005 06:29:35 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from server.absolute-media.de (server.absolute-media.de [213.239.231.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5E9D43D1D for ; Wed, 15 Jun 2005 06:29:34 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from localhost (unknown [127.0.0.1]) by server.absolute-media.de (Postfix) with ESMTP id 12F2784CFE; Wed, 15 Jun 2005 08:29:33 +0200 (CEST) Received: from server.absolute-media.de ([127.0.0.1]) by localhost (server [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16304-10; Wed, 15 Jun 2005 08:29:29 +0200 (CEST) Received: from firewall.demig (p5083A059.dip0.t-ipconnect.de [80.131.160.89]) by server.absolute-media.de (Postfix) with ESMTP id D059685B05; Wed, 15 Jun 2005 08:29:28 +0200 (CEST) Received: from ws-ew-3 (ws-ew-3.w2kdemig [192.168.1.72]) by firewall.demig (8.13.4/8.13.1) with SMTP id j5F6J2N8001128; Wed, 15 Jun 2005 08:19:08 +0200 (CEST) (envelope-from NKoch@demig.de) From: "Norbert Koch" To: "Julian Elischer" , "Maksim Yevmenkin" Date: Wed, 15 Jun 2005 08:25:50 +0200 Message-ID: <000f01c57173$12f8cc40$4801a8c0@ws-ew-3.W2KDEMIG> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <42AF7716.7080108@elischer.org> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2120.0 Importance: Normal X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at absolute-media.de Cc: "Freebsd-Hackers@Freebsd.Org" Subject: RE: kernel panic in usb0; was: RE: using vkbd device X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2005 06:29:35 -0000 > > > >> When quickly connecting/disconnecting > > > > > > i guess you mean here unplug the keyboard and then immediately plug it > > back, right? > > > > sounds like he means "repeatedly." yes > booting with -gd drops you into the (gdb) debugger immediatly.. > > I presume you have a gdb looking at the serial port and have a > serial debug port defined then? Yes. That's what I did: boot -gd && gdb -k kernel.debug && target remote /dev/cuaa0 In gdb "bt" only shows two entries. The function where the panic occurred and 0x0! BTW, after boot -gd, when gdb attaches I have a kernel panic too. But I can just enter "continue" and the kernel continues booting. Is that ok?