From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3478 invoked by alias); 18 Apr 2009 07:56:03 -0000 Received: (qmail 3459 invoked by uid 22791); 18 Apr 2009 07:56:02 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 18 Apr 2009 07:55:57 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n3I7tk6p018543 for ; Sat, 18 Apr 2009 03:55:46 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n3I7tjch024349 for ; Sat, 18 Apr 2009 03:55:45 -0400 Received: from host0.dyn.jankratochvil.net (sebastian-int.corp.redhat.com [172.16.52.221]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n3I7thTV017718 for ; Sat, 18 Apr 2009 03:55:44 -0400 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.3/8.14.3) with ESMTP id n3I7tfsE010136; Sat, 18 Apr 2009 09:55:42 +0200 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.2/Submit) id n3I7temP010135; Sat, 18 Apr 2009 09:55:40 +0200 Date: Sat, 18 Apr 2009 12:43:00 -0000 From: Jan Kratochvil To: Joshua Kramer Cc: gdb@sourceware.org Subject: Re: GDB Hopelessly broken (CentOS 5.2, debugging Apache QPid) Message-ID: <20090418075540.GA7340@host0.dyn.jankratochvil.net> References: <49E949EC.5020700@globalherald.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49E949EC.5020700@globalherald.net> User-Agent: Mutt/1.5.18 (2008-05-17) 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: 2009-04/txt/msg00149.txt.bz2 Hi Joshua, On Sat, 18 Apr 2009 05:33:00 +0200, Joshua Kramer wrote: > I'm having some really bizarre problems debugging Apache Qpid under > CentOS 5.2, as CentOS-5.3 is available and GDB is rebased from 6.5 to 6.8 (+many other patches) could you first that one? Building FSF GDB HEAD may also be worth a try: http://www.gnu.org/software/gdb/current/ cvs -d :pserver:anoncvs@sourceware.org:/cvs/src co gdb Still according to your description I would double-check the compilation command if some -O2 could not crept in. Regards, Jan