From owner-freebsd-sparc64@FreeBSD.ORG Mon Nov 3 12:02:19 2008 Return-Path: Delivered-To: sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF968106567C for ; Mon, 3 Nov 2008 12:02:19 +0000 (UTC) (envelope-from fbsd-sparc64@bzerk.org) Received: from ei.bzerk.org (tunnel490.ipv6.xs4all.nl [IPv6:2001:888:10:1ea::2]) by mx1.freebsd.org (Postfix) with ESMTP id 4E6BE8FC2D for ; Mon, 3 Nov 2008 12:02:19 +0000 (UTC) (envelope-from fbsd-sparc64@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.14.2/8.14.2) with ESMTP id mA3C2FD2032365 for ; Mon, 3 Nov 2008 13:02:15 +0100 (CET) (envelope-from fbsd-sparc64@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.14.2/8.14.2/Submit) id mA3C2FiZ032364 for sparc64@freebsd.org; Mon, 3 Nov 2008 13:02:15 +0100 (CET) (envelope-from fbsd-sparc64@bzerk.org) Date: Mon, 3 Nov 2008 13:02:15 +0100 From: Ruben de Groot To: sparc64@freebsd.org Message-ID: <20081103120215.GA32257@ei.bzerk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on ei.bzerk.org X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (ei.bzerk.org [127.0.0.1]); Mon, 03 Nov 2008 13:02:17 +0100 (CET) Cc: Subject: kgdb on sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2008 12:02:19 -0000 Hi, After upgrading to 7.1-PRERELEASE last month I'm seeing some spontaneous reboots with crash dumps on this Netra X1. How can I debug this as kgdb seems not to be working? # uname -r 7.1-PRERELEASE # kgdb /usr/obj/usr/src/sys/N4I/kernel.debug /var/crash/vmcore.1 GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "sparc64-marcel-freebsd"...^C GDB can't read core files on this machine. regards, Ruben