From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12546 invoked by alias); 7 Jul 2004 15:26:45 -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 12537 invoked from network); 7 Jul 2004 15:26:45 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 7 Jul 2004 15:26:45 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i67FQie3029299 for ; Wed, 7 Jul 2004 11:26:45 -0400 Received: from localhost.redhat.com (porkchop.devel.redhat.com [172.16.58.2]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i67FQi031007; Wed, 7 Jul 2004 11:26:44 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id E995A2B9D; Wed, 7 Jul 2004 11:26:32 -0400 (EDT) Message-ID: <40EC1628.8050207@gnu.org> Date: Wed, 07 Jul 2004 15:26:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Andrew Cagney Cc: gdb@sources.redhat.com Subject: Re: gdb 6.2 blockers References: <40EADC2B.7080504@gnu.org> In-Reply-To: <40EADC2B.7080504@gnu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-07/txt/msg00055.txt.bz2 More edits: > 1650: I suspect this is really a kernel race condition. > I remember that Jeff was pointing out that the bug this tickles is a race condition (hence isn't always reproducable). The fix for NPTL involves kernel changes, I'm not sure about linuxthreads. I couldn't get the test to fail on NPTL -> linuxthreads specific. 1704/1677: which is `under control' but a true must fix. MAINTAINERS: I guess my admin task is to get its membership to reflect current (C) assignment reality. Java: The stuff that Jeff's posting. (and one other thing, I'll start a separate thread) > HP/UX: ``regressions'' > This needs to be balanced against all the additional tests that do now pass. Some bits are working much better than ever before, just not all :-) > > vsyscall: > For those following BFD you'll see I'm having fun closing this :-) > > PIE: > This stuff needs to be reviewed/merged. > > inter-cu: > This stuff needs to be reviewed/merged. > > e500: > Architecture problems. Also dw_op_piece, xregset, ... xregset dw_op_piece Andrew