From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23161 invoked by alias); 16 Jul 2010 15:52:54 -0000 Received: (qmail 23152 invoked by uid 22791); 16 Jul 2010 15:52:53 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-pv0-f169.google.com (HELO mail-pv0-f169.google.com) (74.125.83.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 16 Jul 2010 15:52:43 +0000 Received: by pvc30 with SMTP id 30so1901744pvc.0 for ; Fri, 16 Jul 2010 08:52:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.134.13 with SMTP id h13mr1738036wfd.121.1279295560775; Fri, 16 Jul 2010 08:52:40 -0700 (PDT) Received: by 10.142.154.10 with HTTP; Fri, 16 Jul 2010 08:52:40 -0700 (PDT) In-Reply-To: <20100716145433.GA5625@host1.dyn.jankratochvil.net> References: <20100716145433.GA5625@host1.dyn.jankratochvil.net> Date: Fri, 16 Jul 2010 15:52:00 -0000 Message-ID: Subject: Re: Program terminated with signal 5, Trace/breakpoint trap From: Mathew Yeates To: Jan Kratochvil Cc: gdb@sourceware.org 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: 2010-07/txt/msg00055.txt.bz2 After looking at the patch, it looks like the warning I was seeing was harmless and probably not responsible for my program terminating. Right? On Fri, Jul 16, 2010 at 7:54 AM, Jan Kratochvil wrote: > On Fri, 16 Jul 2010 02:55:47 +0200, Mathew Yeates wrote: > [...] >> With gdb-7.2.50.20100713 I get this error while loading a corefile. > [...] >> =A0x86_64 x86_64 x86_64 GNU/Linux > [...] >> "warning: Can't read pathname for load map: Input/output error." > > I think you face this one: > =A0 =A0 =A0 =A0[patch] Fix GNU/Linux core open: Can't read pathname for l= oad map: Input/output error. > =A0 =A0 =A0 =A0http://sourceware.org/ml/gdb-patches/2009-10/msg00142.html > > OTOH I still believe the right fix would be in glibc (referenced there). > > > Regards, > Jan >