Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753111Ab0G3RxA (ORCPT ); Fri, 30 Jul 2010 13:53:00 -0400 Received: from smtp-out.google.com ([74.125.121.35]:54582 "EHLO smtp-out.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752835Ab0G3Rwv (ORCPT ); Fri, 30 Jul 2010 13:52:51 -0400 DomainKey-Signature: a=rsa-sha1; s=beta; d=google.com; c=nofws; q=dns; h=date:from:x-x-sender:to:cc:subject:in-reply-to:message-id: references:user-agent:mime-version:content-type:x-system-of-record; b=igxgjavibO9ruSrdB4BaYbCKDkOEE3ckn9ZRpBTxXcFONGYu2llJdDne/gEiUY5ex RKOpYHmJYd+xMXyMe+7Rw== Date: Fri, 30 Jul 2010 10:52:36 -0700 (PDT) From: Hugh Dickins X-X-Sender: hughd@tigran.mtv.corp.google.com To: dann frazier cc: KAMEZAWA Hiroyuki , linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, Rik van Riel , KOSAKI Motohiro , Nick Piggin , Mel Gorman , Minchan Kim , Ralf Baechle Subject: Re: ia64 hang/mca running gdb 'make check' In-Reply-To: <20100730043423.GH20265@lackof.org> Message-ID: References: <20100720173512.GF26783@ldl.fc.hp.com> <20100721105136.9d4440de.kamezawa.hiroyu@jp.fujitsu.com> <20100721030629.GA9987@lackof.org> <20100727071914.GB22945@lackof.org> <20100727180330.b6ecba7f.kamezawa.hiroyu@jp.fujitsu.com> <20100727144326.GC22945@lackof.org> <20100729192216.GF20265@lackof.org> <20100730043423.GH20265@lackof.org> User-Agent: Alpine 1.00 (DEB 882 2007-12-20) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-System-Of-Record: true Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1185 Lines: 33 On Thu, 29 Jul 2010, dann frazier wrote: > > dannf@rx2600:~> gdb foo > GNU gdb (GDB) SUSE (7.0-0.4.16) > Copyright (C) 2009 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. Type "show copying" > and "show warranty" for details. > This GDB was configured as "ia64-suse-linux". > For bug reporting instructions, please see: > ... > Reading symbols from /home/dannf/foo...done. > (gdb) break leaf > Breakpoint 1 at 0x4000000000000401: file foo.c, line 2. > (gdb) run > Starting program: /home/dannf/foo > > Breakpoint 1, leaf () at foo.c:2 > 2 return 0; > (gdb) gcore > Saved corefile core.3952 > (gdb) Many thanks for pursuing this and reporting back, dann. Patch to Linus follows in a few moments. Hugh -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/