From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27412 invoked by alias); 16 Jul 2010 16:00:05 -0000 Received: (qmail 27345 invoked by uid 22791); 16 Jul 2010 16:00:03 -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_NONE X-Spam-Check-By: sourceware.org Received: from mail-pz0-f41.google.com (HELO mail-pz0-f41.google.com) (209.85.210.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 16 Jul 2010 15:59:58 +0000 Received: by pzk33 with SMTP id 33so1564642pzk.0 for ; Fri, 16 Jul 2010 08:59:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.140.20 with SMTP id n20mr1678612wfd.334.1279295995099; Fri, 16 Jul 2010 08:59:55 -0700 (PDT) Received: by 10.142.154.10 with HTTP; Fri, 16 Jul 2010 08:59:54 -0700 (PDT) In-Reply-To: References: <20100716145433.GA5625@host1.dyn.jankratochvil.net> Date: Fri, 16 Jul 2010 16:00: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/msg00057.txt.bz2 I just noticed another warning "warning: no loadable sections found in added symbol-file system-supplied DSO at 0x2aaaaaaab000" On Fri, Jul 16, 2010 at 8:52 AM, Mathew Yeates wrote: > 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 = load 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 >> >