From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12042 invoked by alias); 7 Jun 2005 18:45:52 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 11997 invoked by uid 22791); 7 Jun 2005 18:45:48 -0000 Received: from smtpout.eastlink.ca (HELO smtpout.eastlink.ca) (24.222.0.30) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 07 Jun 2005 18:45:48 +0000 Received: from ip04.eastlink.ca ([24.222.10.20]) by mx3.eastlink.ca (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0IHQ008D79GEBZ@mx3.eastlink.ca> for gdb@sources.redhat.com; Tue, 07 Jun 2005 15:45:50 -0300 (ADT) Received: from blk-215-92-186.eastlink.ca (HELO [192.168.11.236]) (24.215.92.186) by ip04.eastlink.ca with ESMTP; Tue, 07 Jun 2005 15:45:43 -0300 Date: Tue, 07 Jun 2005 18:45:00 -0000 From: Alvin Beach Subject: Re: Program no longer exists [SOLVED - 95% sure] In-reply-to: <200506061929.47871.abeach@deepvision.ca> To: gdb@sources.redhat.com Message-id: <200506071546.54443.abeach@deepvision.ca> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: KMail/1.8 X-BrightmailFiltered: true References: <200506061929.47871.abeach@deepvision.ca> X-SW-Source: 2005-06/txt/msg00063.txt.bz2 On Monday 06 June 2005 19:29, Alvin Beach wrote: > Hello all, > > I don't know why or how, but after I installed gdb-debuginfo-6.3-14 I can > now debug threaded applications. > > I thought I'd send this out in case someone else has run into the same > problem I did. > > Alvin Hello all, I think I know the cause of this problem (Well I got the answer from the linux.development.apps newsgroup). Turns out the glibc and glibc-devel rpms have missed matched versions! Suse has a security fix for glibc but not glibc-devel. Once I down-graded glibc, I was able to debug again. -- Please reply to the mailing list.