From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17208 invoked by alias); 12 May 2003 21:09:36 -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 17095 invoked from network); 12 May 2003 21:09:35 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.131) by sources.redhat.com with SMTP; 12 May 2003 21:09:35 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id AA68D2B2F; Mon, 12 May 2003 17:09:32 -0400 (EDT) Message-ID: <3EC00D8C.1040100@redhat.com> Date: Mon, 12 May 2003 21:09:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Carlton Cc: "H. J. Lu" , "J. Johnston" , Elena Zannoni , GDB Subject: Re: NPTL thread support References: <200305090945.h499jTH13137@magilla.sf.frob.com> <20030509134135.GA20959@nevyn.them.org> <16059.47081.289185.757260@localhost.redhat.com> <20030509075610.B1675@lucon.org> <16059.52718.465177.555337@localhost.redhat.com> <20030509091522.A2960@lucon.org> <16059.55278.841645.134311@localhost.redhat.com> <20030511134556.A22269@lucon.org> <3EBFF3ED.8050807@redhat.com> <20030512130839.A9491@lucon.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-05/txt/msg00211.txt.bz2 > On Mon, 12 May 2003 13:08:39 -0700, "H. J. Lu" said: > > >> It was a pilot error. The "make check" hang is gone. Here are the >> failures in today's cvs on RedHat 9. > > >> FAIL: gdb.asm/asm-source.exp: x/i globalvar (memory read error) >> FAIL: gdb.base/selftest.exp: step into xmalloc call >> FAIL: gdb.java/jmisc.exp: setting breakpoint at jmisc.main >> FAIL: gdb.java/jmisc.exp: ptype jmisc >> FAIL: gdb.java/jmisc.exp: p args >> FAIL: gdb.java/jmisc.exp: p *args >> FAIL: gdb.java/jmisc1.exp: ptype jmisc >> FAIL: gdb.java/jmisc2.exp: ptype jmisc >> FAIL: gdb.mi/mi-var-display.exp: get children local variable weird >> FAIL: gdb.mi/mi1-var-display.exp: get children local variable weird > > > These are all normal. (I can't speak about the gdb.objc ones.) Unless you've got ObjC installed, those are normal as well (it should probably be tweaked too, like threads, just fail when the compiler dies). Andrew