From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7505 invoked by alias); 15 Nov 2003 14:07:40 -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 7489 invoked from network); 15 Nov 2003 14:07:38 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.115.144) by sources.redhat.com with SMTP; 15 Nov 2003 14:07:38 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id hAFE7Vus004067; Sat, 15 Nov 2003 15:07:32 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id hAFE7VwS000296; Sat, 15 Nov 2003 15:07:31 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6/Submit) id hAFE7V5q000293; Sat, 15 Nov 2003 15:07:31 +0100 (CET) Date: Sat, 15 Nov 2003 14:07:00 -0000 Message-Id: <200311151407.hAFE7V5q000293@elgar.kettenis.dyndns.org> From: Mark Kettenis To: carlton@kealia.com CC: gdb@sources.redhat.com In-reply-to: (message from David Carlton on Fri, 14 Nov 2003 14:11:48 -0800) Subject: Re: GDB regressions References: <20031114215701 dot GA12929 at nevyn dot them dot org> X-SW-Source: 2003-11/txt/msg00118.txt.bz2 From: David Carlton Date: Fri, 14 Nov 2003 14:11:48 -0800 On Fri, 14 Nov 2003 16:57:02 -0500, Daniel Jacobowitz said: > On Fri, Nov 14, 2003 at 01:37:45PM -0800, David Carlton wrote: >> I just did a CVS update, and I got a whole bunch of regressions. >> I'll include the diff of the gdb.sums after my signatures; these >> have all appeared since Wednesday some time. > +UNSUPPORTED: gdb.threads/gcore-thread.exp: gdb does not support threads on this target > Why's it doing that? Has anything else on your system changed since > you last ran the testsuite? The only thing I can think of is that I installed new versions of the glibc RPMs (and installed the glibc-debug rpm, which I hadn't had at all before, but that goes in a directory that isn't in my LD_LIBRARY_PATH). So it could be a bug in them, I suppose. It's very well possible I'm to blame for some of the problems you're seeing (although not the thread-related ones I think). I just committed a patch which should fix it if I did indeed break things: http://sources.redhat.com/ml/gdb-patches/2003-11/msg00319.html Mark