From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3580 invoked by alias); 19 May 2003 22:31:31 -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 3529 invoked from network); 19 May 2003 22:31:30 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 19 May 2003 22:31:30 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h4JMVUH26009 for ; Mon, 19 May 2003 18:31:30 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h4JMVUI07157 for ; Mon, 19 May 2003 18:31:30 -0400 Received: from localhost.redhat.com (IDENT:Wsk3BFq8w8MjKSdRf4P+QTTkcBueazrh@tooth.toronto.redhat.com [172.16.14.29]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h4JMVSo27388 for ; Mon, 19 May 2003 18:31:28 -0400 Received: by localhost.redhat.com (Postfix, from userid 469) id 4B1492C43C; Mon, 19 May 2003 18:36:48 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16073.23680.55346.431203@localhost.redhat.com> Date: Mon, 19 May 2003 22:31:00 -0000 To: kettenis@chello.nl Cc: aj@suse.de, mludvig@suse.cz, gdb-patches@sources.redhat.com Subject: Re: [PATCH/i386newframe] amd64newframe In-Reply-To: <16073.14290.149959.474484@localhost.redhat.com> References: <200305172226.h4HMQ8nJ010688@elgar.kettenis.dyndns.org> <3EC8810F.3040905@suse.cz> <200305191715.h4JHFCei001220@elgar.kettenis.dyndns.org> <16073.14290.149959.474484@localhost.redhat.com> X-SW-Source: 2003-05/txt/msg00354.txt.bz2 Elena Zannoni writes: > Mark Kettenis writes: > > > > Yes, that would be great. As soon as it performs better than the old > > stuff, I'd like to move things over to mainline. > > > > Mark > > > For me, I get: > > 63 failures in gdb.base > 25 in gdb.c++ > 50 in gdb.threads > 24 in gdb.mi > 6 in gdb.asm > > and > > 40 ERROR's > > === gdb Summary === > > # of expected passes 8523 > # of unexpected failures 177 > # of unexpected successes 3 > # of expected failures 46 > # of known failures 19 > # of unresolved testcases 38 > # of unsupported tests 2 > > > not perfect, but, I say, pretty close. > > Hmm, I should run the testsuite for mainline too, doh. > hmm, gdb in mainline dies at startup: (gdb) dir /home/ezannoni/gdb-sources/src/gdb/testsuite/gdb.asm Source directories searched: /home/ezannoni/gdb-sources/src/gdb/testsuite/gdb.asm:$cdir:$cwd (gdb) file /home/ezannoni/gdb-sources/torrent/gdb/testsuite/gdb.asm/asm-source /home/ezannoni/gdb-sources/src/gdb/regcache.c:172: internal-error: init_regcache_descr: Assertion `!REGISTER_VIRTUAL_TYPE_P ()' failed. A problem internal to GDB has been detected. Further debugging may prove unreliable. Quit this debugging session? (y or n) ERROR: couldn't load /home/ezannoni/gdb-sources/torrent/gdb/testsuite/gdb.asm/asm-source into /home/ezannoni/gdb-sources/torrent/gdb/testsuite/../../gdb/gdb (timed out). I think we can merge, if Michal can verify this. elena