From owner-freebsd-questions@FreeBSD.ORG Mon Aug 1 13:52:12 2005 Return-Path: X-Original-To: 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 7638416A41F for ; Mon, 1 Aug 2005 13:52:12 +0000 (GMT) (envelope-from freminlins@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C6D343D48 for ; Mon, 1 Aug 2005 13:52:11 +0000 (GMT) (envelope-from freminlins@gmail.com) Received: by nproxy.gmail.com with SMTP id x37so220863nfc for ; Mon, 01 Aug 2005 06:52:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rP97VogUBF1yG+M+s0mxdQmUfvTDCK8MZWt5ZRV+VUKTUVIVDL6iVwKUtKuC1tfZ3L1fwwrDBLQdXgMJFKozE6e1PZ/thi/RhwJwtvmtNMKWlaVPYMqh0uMOCmlbU4wxqsHCw4ApOXTgAMjgv9QMqurU030Gd93OepxkzOCyhBU= Received: by 10.48.237.12 with SMTP id k12mr179109nfh; Mon, 01 Aug 2005 06:52:10 -0700 (PDT) Received: by 10.48.239.6 with HTTP; Mon, 1 Aug 2005 06:52:09 -0700 (PDT) Message-ID: Date: Mon, 1 Aug 2005 14:52:09 +0100 From: Freminlins To: questions@freebsd.org In-Reply-To: <20050801133244.GD42879@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050801133244.GD42879@xor.obsecurity.org> Cc: Subject: Re: Crashes on 5.4R X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Freminlins List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2005 13:52:12 -0000 Kris, On 8/1/05, Kris Kennaway wrote: > See the chapter on kernel debugging in the developers' handbook. It should be obvious from my post that I did look at the handbook. I have a dump and I've extracted the line where the kernel has crashed. I do have a backtrace (not posted) .My question is "what am I supposed to do next?" I'm not a kernel programmer. > Kris Frem.