From owner-freebsd-amd64@FreeBSD.ORG Tue Feb 7 21:32:26 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BEA416A420 for ; Tue, 7 Feb 2006 21:32:26 +0000 (GMT) (envelope-from chaim.rieger@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A25143D7C for ; Tue, 7 Feb 2006 21:32:05 +0000 (GMT) (envelope-from chaim.rieger@gmail.com) Received: by xproxy.gmail.com with SMTP id t12so1040357wxc for ; Tue, 07 Feb 2006 13:32:05 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=blOpBTOkcotDlEwq8EqhzOk4zPAXXLZ7e54nAzkqf1ewL+8J0k3FHL9wvD7Pahlyh9YC5BbfoMxUEZoe1Nr+/E5EkK4xlRkmJk/+9/JU/jFWT95+O7eItth6A9rsg6fkWGb4I2iY+6lXSJhIM10Uv8lYagtIt2EXHFCjSqItohs= Received: by 10.70.133.6 with SMTP id g6mr223882wxd; Tue, 07 Feb 2006 13:32:01 -0800 (PST) Received: from ?172.28.62.142? ( [209.104.55.7]) by mx.gmail.com with ESMTP id h13sm11953082wxd.2006.02.07.13.32.00; Tue, 07 Feb 2006 13:32:01 -0800 (PST) In-Reply-To: <20060207212659.GB5747@troutmask.apl.washington.edu> References: <0A0EBF53-035D-4396-8721-D7401146C10E@gmail.com> <20060207212659.GB5747@troutmask.apl.washington.edu> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Chaim Rieger Date: Tue, 7 Feb 2006 13:31:58 -0800 To: freebsd-amd64@freebsd.org X-Mailer: Apple Mail (2.746.2) Cc: Subject: Re: core dump need some help X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Feb 2006 21:32:26 -0000 ok here i could use some help, how do i do a backtrace. if you mean the contents of the info file.0 here goes Dump header from device /dev/ad1s1b Architecture: amd64 Architecture Version: 2 Dump Length: 3220766720B (3071 MB) Blocksize: 512 Dumptime: Tue Feb 7 11:45:17 2006 Hostname: bsd.up-south.com Magic: FreeBSD Kernel Dump Version String: FreeBSD 6.0-RELEASE #0: Wed Nov 2 19:07:38 UTC 2005 root@rat.samsco.home:/usr/obj/usr/src/sys/GENERIC Panic String: privileged instruction fault Dump Parity: 2546551807 Bounds: 0 Dump Status: good On Feb 7, 2006, at 1:26 PM, Steve Kargl wrote: > On Tue, Feb 07, 2006 at 01:23:39PM -0800, Chaim Rieger wrote: >> bsd# kgdb kernel.debug /usr/local/crash/vmcore.0 >> > > (snip) > >> >> #0 doadump () at pcpu.h:172 >> 172 pcpu.h: No such file or directory. >> in pcpu.h > > What is the backtrace? > > -- > Steve