From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8057 invoked by alias); 21 Mar 2005 19:23:18 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 8009 invoked from network); 21 Mar 2005 19:23:14 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 21 Mar 2005 19:23:14 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j2LJNE0E005281 for ; Mon, 21 Mar 2005 14:23:14 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j2LJN8O06317; Mon, 21 Mar 2005 14:23:08 -0500 Received: from redhat.com (dhcp-172-16-25-137.sfbay.redhat.com [172.16.25.137]) by potter.sfbay.redhat.com (8.12.8/8.12.8) with ESMTP id j2LJN7go024794; Mon, 21 Mar 2005 14:23:07 -0500 Message-ID: <423F1F1B.3040803@redhat.com> Date: Mon, 21 Mar 2005 19:23:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.3) Gecko/20040924 MIME-Version: 1.0 To: Nora Pan CC: gdb-patches@sources.redhat.com Subject: Re: Patch: Fix the segment missing in gcore maps parser. References: <000201c52db0$b6ef5780$810a000a@Nora> In-Reply-To: <000201c52db0$b6ef5780$810a000a@Nora> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-03/txt/msg00268.txt.bz2 Nora Pan wrote: > A bug in gdb /proc//maps parser causes gcore can't capture the > segments following the one with a file name and zero inode entry in the > maps file. For example: > > 30028000-3002f000 rw-s 00000000 00:05 0 /SYSV0000bdad (deleted) > > Okay for mainline? Well, as the gcore author, it looks fine to me. Any linux native maintainers object?