From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261704AbVFPCDr (ORCPT ); Wed, 15 Jun 2005 22:03:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261705AbVFPCDr (ORCPT ); Wed, 15 Jun 2005 22:03:47 -0400 Received: from colin.muc.de ([193.149.48.1]:520 "EHLO mail.muc.de") by vger.kernel.org with ESMTP id S261704AbVFPCCt (ORCPT ); Wed, 15 Jun 2005 22:02:49 -0400 Date: 16 Jun 2005 04:02:47 +0200 Date: Thu, 16 Jun 2005 04:02:47 +0200 From: Andi Kleen To: Linus Torvalds Cc: Bongani Hlope , Andrew Morton , Kernel Mailing List , Arjan van de Ven , Ingo Molnar Subject: Re: Tracking a bug in x86-64 Message-ID: <20050616020247.GA27608@muc.de> References: <200506132259.22151.bonganilinux@mweb.co.za> <200506160020.21688.bonganilinux@mweb.co.za> <200506160139.04389.bonganilinux@mweb.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > (It would be even better to see that for one of the processes that tends > to core-dump, like "cc1", but that would require you to catch it, probably > by doign ^Z at just the right time) iirc gdb can extract that information from a core dump. if not readelf -a probably can. -Andi