From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24088 invoked by alias); 16 Jul 2010 00:55:55 -0000 Received: (qmail 23980 invoked by uid 22791); 16 Jul 2010 00:55:54 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-pw0-f41.google.com (HELO mail-pw0-f41.google.com) (209.85.160.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 16 Jul 2010 00:55:51 +0000 Received: by pwi8 with SMTP id 8so1249519pwi.0 for ; Thu, 15 Jul 2010 17:55:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.132.12 with SMTP id f12mr355242wfd.15.1279241747813; Thu, 15 Jul 2010 17:55:47 -0700 (PDT) Received: by 10.142.154.10 with HTTP; Thu, 15 Jul 2010 17:55:47 -0700 (PDT) Date: Fri, 16 Jul 2010 00:55:00 -0000 Message-ID: Subject: Program terminated with signal 5, Trace/breakpoint trap From: Mathew Yeates To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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/msg00051.txt.bz2 Hi With gdb-7.2.50.20100713 I get this error while loading a corefile. uname x86_64 x86_64 x86_64 GNU/Linux gcc -v gcc-4.2.4 the first potential error I see, prior to "Program terminated with signal 5, Trace/breakpoint trap" is "warning: Can't read pathname for load map: Input/output error." Help? -Mathew