From owner-freebsd-ia64@FreeBSD.ORG Fri Jul 31 14:03:50 2009 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56230106566C; Fri, 31 Jul 2009 14:03:50 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 2615D8FC2A; Fri, 31 Jul 2009 14:03:50 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id C656D46B32; Fri, 31 Jul 2009 10:03:49 -0400 (EDT) Received: from jhbbsd.hudson-trading.com (unknown [209.249.190.8]) by bigwig.baldwin.cx (Postfix) with ESMTPA id 3A7AE8A0A5; Fri, 31 Jul 2009 10:03:49 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org Date: Fri, 31 Jul 2009 08:46:33 -0400 User-Agent: KMail/1.9.7 References: <4A6DB30B.20705@zedat.fu-berlin.de> <20090730170930.GA74245@mech-cluster241.men.bris.ac.uk> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907310846.34200.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Fri, 31 Jul 2009 10:03:49 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=AWL,BAYES_00,RDNS_NONE autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: Alexandre Sunny Kovalenko , freebsd-ia64@freebsd.org Subject: Re: FreeBSD 8.0-BETA2/amd64 crashes on SMP under load X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Jul 2009 14:03:50 -0000 On Thursday 30 July 2009 1:16:32 pm Marcel Moolenaar wrote: > > On Jul 30, 2009, at 10:09 AM, Anton Shterenlikht wrote: > > > On Thu, Jul 30, 2009 at 10:02:29AM -0700, Marcel Moolenaar wrote: > >> > >> On Jul 30, 2009, at 2:05 AM, Anton Shterenlikht wrote: > >>> By the way, are these two FreeBSD docs up to date: > >>> > >>> http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/advanced.html#KERNEL-PANIC-TROUBLESHOOTING > >>> > >>> http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html > >>> > >>> In particular, it is still true that minidump is a default dump > >>> type? > >> > >> ia64 doesn't yet have minidumps. In fact, changes to GDB that > >> happened a year ago or so broke the ability to read ia64 core > >> files. I plan on implementing minidumps after 8.0-RELEASE. > > > > you mean, even if I get a dump, I wouldn't be able to read it? > > Correct. > > The change that broke it is: > http://svn.FreeBSD.org/viewvc/base?view=revision&revision=178670 Wait, how did that break ia64 but not other architectures? -- John Baldwin