From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16673 invoked by alias); 28 Jul 2004 21:36:38 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 16647 invoked from network); 28 Jul 2004 21:36:35 -0000 Received: from unknown (HELO granger.mail.mindspring.net) (207.69.200.148) by sourceware.org with SMTP; 28 Jul 2004 21:36:35 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by granger.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1Bpw6E-0007A6-00; Wed, 28 Jul 2004 17:36:34 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 76F294B102; Wed, 28 Jul 2004 17:36:43 -0400 (EDT) Date: Wed, 28 Jul 2004 21:36:00 -0000 From: Michael Chastain To: cagney@gnu.org Subject: Re: [patch/rfc/6.2] Mention threads in NEWS and PROBLEMS Cc: gdb-patches@sources.redhat.com Message-ID: <41081C6A.nail5AH1BTNHU@mindspring.com> References: <410726AD.4030409@gnu.org> <41074264.4070007@gnu.org> <410746E8.nail8HA11UZGF@mindspring.com> <4107B8CC.6090001@gnu.org> In-Reply-To: <4107B8CC.6090001@gnu.org> User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-07/txt/msg00432.txt.bz2 > Separatly, what about HP/UX? Is that a regression or a long standing bug? I let hpux get away from me for this release. :-( My most recent results are in: http://sources.redhat.com/ml/gdb-testers/2004-q3/msg00012.html There are 14 test scripts with regressions in the results from gdb 6.1.1 to gdb HEAD 2004-07-02. From experience, about 20% of those will turn out to be actual gdb bugs, so I expect 2-3 actual gdb bugs. None of the regressions are in gdb.threads. In particular, manythreads.exp is broken with both 6.1.1 and gdb HEAD. So it's a long-standing bug. Michael C