From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13586 invoked by alias); 2 Nov 2008 12:54:05 -0000 Received: (qmail 13527 invoked by uid 22791); 2 Nov 2008 12:54:05 -0000 X-Spam-Check-By: sourceware.org Received: from el-out-1112.google.com (HELO el-out-1112.google.com) (209.85.162.181) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 02 Nov 2008 12:53:23 +0000 Received: by el-out-1112.google.com with SMTP id o28so1084951ele.3 for ; Sun, 02 Nov 2008 04:53:20 -0800 (PST) Received: by 10.90.53.4 with SMTP id b4mr3389944aga.88.1225630400653; Sun, 02 Nov 2008 04:53:20 -0800 (PST) Received: from ?192.168.10.3? (cpe-71-67-134-86.woh.res.rr.com [71.67.134.86]) by mx.google.com with ESMTPS id 20sm7328845agd.35.2008.11.02.04.53.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 02 Nov 2008 04:53:20 -0800 (PST) Message-ID: <490DA2BE.6010305@gmail.com> Date: Sun, 02 Nov 2008 12:54:00 -0000 From: Andrew Lofthouse Reply-To: ajloft@umich.edu User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: gdb@sourceware.org Subject: Re: "Cannot find new threads" on Fedora 9, but not on CentOS 5 (?) References: <49065BBD.3050800@gmail.com> <4906615E.50606@gmail.com> <8ac60eac0810271836saf8c28pb1392b77c7926be0@mail.gmail.com> <4907B915.5040101@gmail.com> <8ac60eac0810281920r4bf71400hc8171bdee3c92ca@mail.gmail.com> <490909B3.2080307@gmail.com> <8ac60eac0810291830g46604c3eye8365240c48007d0@mail.gmail.com> <490BBEF4.1040801@gmail.com> <8ac60eac0810312346l638f3011n66d7681444329486@mail.gmail.com> <490C75B4.20001@gmail.com> <8ac60eac0811011440g46fcd9a6uda48e1c3b25eb776@mail.gmail.com> In-Reply-To: <8ac60eac0811011440g46fcd9a6uda48e1c3b25eb776@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2008-11/txt/msg00007.txt.bz2 Paul Pluzhnikov wrote: >> I'm going to be getting a bunch of spam, now, huh? > > This wasn't the first message so quoted. No, it was the first I noticed though. > I find gmail spam filtering to be extremely effective: > I only get about 1 spam/month through. Thanks goodness for that--I haven't noticed any increase in my spam count since I posted theses messages. Hopefully it will stay that way. >>> One thing that may have changed is prelink addresses -- >>> IIRC, Fedora runs prelink at 2 week intervals. >> Okay, it must have been prelink. > > Indeed. I did '/usr/sbin/prelink -ua', and now I can reproduce > this on the thread-so test case (with 32-bit kernel). > > Reproduces with current GDB CVS head... > > The problem is a (now almost 3 year old) bug in glibc: > http://sources.redhat.com/bugzilla/show_bug.cgi?id=2328 > for which a patch has been available for 2 years, but came > from the "wrong" person :-( Good. At least we know what the problem is (and there is a solution). In the mean-time, I have a temporary work-around. Thanks again for the help! Regards, Andrew L.