From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25357 invoked by alias); 18 Jun 2004 15:43:29 -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 25345 invoked from network); 18 Jun 2004 15:43:29 -0000 Received: from unknown (HELO smtp6.mindspring.com) (207.69.200.110) by sourceware.org with SMTP; 18 Jun 2004 15:43:29 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by smtp6.mindspring.com with esmtp (Exim 3.33 #1) id 1BbLWZ-0008OM-00; Fri, 18 Jun 2004 11:43:28 -0400 Received: by berman.michael-chastain.com (Postfix, from userid 502) id EE98F4B104; Fri, 18 Jun 2004 11:43:32 -0400 (EDT) To: cagney@gnu.org Subject: Re: GDB 6.2 release schedule? Cc: gdb@sources.redhat.com Message-Id: <20040618154332.EE98F4B104@berman.michael-chastain.com> Date: Fri, 18 Jun 2004 15:43:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-06/txt/msg00197.txt.bz2 mec> 1677 is probably easy to fix. 1650 looks significantly deeper. mec> The problem with 1650 is that gdb HEAD randomly gets internal errors, mec> but gdb 6.1 does not, on the same test script. ac> These worry me I'll be looking at 1650 over the weekend. I doubt that I can fix it but I can analyze it some more. ac> (btw, no one got around to moving selftest.exp to ac> testsuite/gdb.gdb/ :-). Is there a PR for it? ac> But these don't. Presumably being ISA specific its possible to have ac> fixes easily pulled into the branch. Good point. Some of them are probably hppa-specific or hpux-specific and easy to fix. But some of the problems involve watchpoints, so it might be something that happens on several arches besides hppa-hpux. All I really know is that it happens on hppa-hpux and does not happen on i686-linux. I have to roll up my sleeves and do a bunch of cvs narrowing, which is a pain on the hp test drive cluster. Michael C