Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754729Ab0G2Ik5 (ORCPT ); Thu, 29 Jul 2010 04:40:57 -0400 Received: from mail-wy0-f174.google.com ([74.125.82.174]:47029 "EHLO mail-wy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751627Ab0G2Ikx convert rfc822-to-8bit (ORCPT ); Thu, 29 Jul 2010 04:40:53 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=rYwuNq+aCqTpnIJvytW8B6iWZEOWClW0YEog2/WOFAwq/MLA41mxaJms9F1y4jrSKA eEATbnLEKvflqWXdgpXxOwFTXMydg+xMQy0hVIPFlg7EPGWmnrnN7hizLXgKQwN6UJTG znOOhPV8Anoy4IRnNjJlr6JJndcT53pOIntxE= MIME-Version: 1.0 In-Reply-To: <20100729165801.f3a6dfe9.kamezawa.hiroyu@jp.fujitsu.com> 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> <20100729165801.f3a6dfe9.kamezawa.hiroyu@jp.fujitsu.com> Date: Thu, 29 Jul 2010 16:40:50 +0800 Message-ID: Subject: Re: ia64 hang/mca running gdb 'make check' From: Luming Yu To: KAMEZAWA Hiroyuki Cc: dann frazier , Hugh Dickins , linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, Rik van Riel , KOSAKI Motohiro , Nick Piggin , Mel Gorman , Minchan Kim , Ralf Baechle Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1596 Lines: 53 On Thu, Jul 29, 2010 at 3:58 PM, KAMEZAWA Hiroyuki wrote: > On Thu, 29 Jul 2010 15:38:06 +0800 > Luming Yu wrote: > >> On Tue, Jul 27, 2010 at 5:03 PM, KAMEZAWA Hiroyuki > >> # gdb ./foo >> GNU gdb (GDB) Red Hat Enterprise Linux (7.0.1-23.el5) >> 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-redhat-linux-gnu". >> For bug reporting instructions, please see: >> ... >> Reading symbols from /root/foo...done. >> (gdb) break leaf >> Breakpoint 1 at 0x40000000000005a1: file foo.c, line 2. >> (gdb) run >> Starting program: /root/foo >> >> Breakpoint 1, leaf () at foo.c:2 >> 2       } >> (gdb) gcore /tmp/save >> Segmentation fault >> # cat /proc/version >> Linux version 2.6.35-rc3+ ... >> >> > > Hmm. What is EXEC_PAGESIZE installed in /usr/include/asm-generic/param.h ? I use stock gdb shipped with RHEL 5.5. > And what happnes when modify it to 16k if it's 64k ? Want me to repbuild a gdb with this modification? > > Thanks > -Kame > > > > > -- 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/