From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2882 invoked by alias); 27 Mar 2011 07:45:36 -0000 Received: (qmail 2788 invoked by uid 22791); 27 Mar 2011 07:45:32 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-qw0-f41.google.com (HELO mail-qw0-f41.google.com) (209.85.216.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 27 Mar 2011 07:44:28 +0000 Received: by qwa26 with SMTP id 26so1708626qwa.0 for ; Sun, 27 Mar 2011 00:40:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.119.196 with SMTP id a4mr2256392qar.178.1301211243948; Sun, 27 Mar 2011 00:34:03 -0700 (PDT) Received: by 10.229.50.145 with HTTP; Sun, 27 Mar 2011 00:34:03 -0700 (PDT) In-Reply-To: <20110323171411.GA18056@host1.jankratochvil.net> References: <20110323171411.GA18056@host1.jankratochvil.net> Date: Sun, 27 Mar 2011 07:45:00 -0000 Message-ID: Subject: Re: Huge pages and gdb From: Erez Zilber To: Jan Kratochvil Cc: gdb@sourceware.org, Andreas Schwab Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-03/txt/msg00168.txt.bz2 On Wed, Mar 23, 2011 at 7:14 PM, Jan Kratochvil wrote: > On Wed, 23 Mar 2011 18:09:47 +0100, Andreas Schwab wrote: >> Erez Zilber writes: >> > (gdb) p pool->mem[0] >> > Cannot access memory at address 0x7f3201400000 >> >> If gdb cannot access the memory then it is not part of the core file. > > And which pages are / are not dumped to the core file you can configure b= y: > /usr/share/doc/kernel-doc-*/Documentation/filesystems/proc.txt > =A03.4 =A0 /proc//coredump_filter - Core dump filtering settings > > > Regards, > Jan > Thanks!