From owner-freebsd-questions@FreeBSD.ORG Fri Jul 22 06:02:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1FB916A424; Fri, 22 Jul 2005 06:02:00 +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 7709543D46; Fri, 22 Jul 2005 06:01:40 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from localhost (unknown [127.0.0.1]) by server.absolute-media.de (Postfix) with ESMTP id 9D5408B602; Fri, 22 Jul 2005 08:01:34 +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 08721-01; Fri, 22 Jul 2005 08:01:26 +0200 (CEST) Received: from firewall.demig (p50839136.dip0.t-ipconnect.de [80.131.145.54]) by server.absolute-media.de (Postfix) with ESMTP id CDCAB8A41E; Fri, 22 Jul 2005 08:01:26 +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 j6M60flA099753; Fri, 22 Jul 2005 08:00:41 +0200 (CEST) (envelope-from NKoch@demig.de) From: "Norbert Koch" To: "=?iso-8859-1?B?S/Z2ZXNk4W4gR+Fib3I=?=" , , Date: Fri, 22 Jul 2005 08:00:41 +0200 Message-ID: <003001c58e82$b0d6ffa0$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: <42E01226.1020707@t-hosting.hu> 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: Subject: RE: What to do when panic? 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: Fri, 22 Jul 2005 06:02:00 -0000 > I've never debugged FreeBSD, but now I've decided to help the testing > process of FreeBSD 6. I installed it, and then I had a panic. I got a > debugger prompt, but I don't know what to do with that. I don't know the > debugger commands. Please let me know what should I do when I have an > another panic. What should I type and what kind of information should I > send as a PR. You should also have a look at http://www.lemis.com/grog/Papers/Debug-tutorial/tutorial.pdf. That's Greg Lehey's script of his excellent tutorial on kernel debugging. Norbert