From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4987 invoked by alias); 17 Jun 2005 11:18:58 -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 4973 invoked by uid 22791); 17 Jun 2005 11:18:54 -0000 Received: from smtpout.eastlink.ca (HELO smtpout.eastlink.ca) (24.222.0.30) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 17 Jun 2005 11:18:54 +0000 Received: from ip04.eastlink.ca ([24.222.10.20]) by mx4.eastlink.ca (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0II800EYV7N3Y8@mx4.eastlink.ca> for gdb@sources.redhat.com; Fri, 17 Jun 2005 08:23:27 -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; Fri, 17 Jun 2005 08:18:53 -0300 Date: Fri, 17 Jun 2005 11:18:00 -0000 From: Alvin Beach Subject: Re: Program no longer exists [SOLVED - Completely] In-reply-to: <200506071546.54443.abeach@deepvision.ca> To: gdb@sources.redhat.com Message-id: <200506170820.02018.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> <200506071546.54443.abeach@deepvision.ca> X-SW-Source: 2005-06/txt/msg00182.txt.bz2 On Tuesday 07 June 2005 15:46, Alvin Beach wrote: > 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. Just in case someone is experiencing this same problem, SuSE has released a fix for this. They have patched several rpms, which include: glibc-i18ndata-2.3.4-23.4 glibc-profile-2.3.4-23.4 glibc-2.3.4-23.4 glibc-locale-2.3.4-23.4 glibc-info-2.3.4-23.4 glibc-devel-2.3.4-23.4 timezone-2.3.4-23.4 So, basically, just do an update and the problem will go away. -- Please reply to the mailing list.