From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15823 invoked by alias); 25 Jan 2012 11:06:51 -0000 Received: (qmail 15812 invoked by uid 22791); 25 Jan 2012 11:06:50 -0000 X-SWARE-Spam-Status: No, hits=-6.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 25 Jan 2012 11:06:37 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q0PB6bsr011655 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 25 Jan 2012 06:06:37 -0500 Received: from host2.jankratochvil.net (ovpn-116-21.ams2.redhat.com [10.36.116.21]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q0PB6X2R018107 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Wed, 25 Jan 2012 06:06:36 -0500 Date: Wed, 25 Jan 2012 11:18:00 -0000 From: Jan Kratochvil To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Regression for gdb.base/solib-disc.exp [Re: Regression for gdb.mi/mi-nsmoribund.exp] Message-ID: <20120125110632.GA17295@host2.jankratochvil.net> References: <20120125110312.GA17079@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120125110312.GA17079@host2.jankratochvil.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-01/txt/msg00861.txt.bz2 On Wed, 25 Jan 2012 12:03:12 +0100, Jan Kratochvil wrote: > On Tue, 24 Jan 2012 22:36:21 +0100, Tom Tromey wrote: > > Here is the version I am checking in. > > commit 23be81b20039c057ad0af30082f6f8a16a7643e9 > Author: Tom Tromey > Date: Tue Jan 24 21:39:14 2012 +0000 > PR symtab/12406: > > It is crashing on all the tested Fedora distros for: > gdb.mi/mi-nsmoribund.exp And with gdbserver it is regressing: -PASS: gdb.base/solib-disc.exp: continue to load +FAIL: gdb.base/solib-disc.exp: continue to load -PASS: gdb.base/solib-disc.exp: continue to unload +FAIL: gdb.base/solib-disc.exp: continue to unload I cannot evaluate the full testsuite results these days due to pending: Performance regression (12x): Re: RFC: add relative file name handling for linespecs http://sourceware.org/ml/gdb-patches/2012-01/msg00697.html Thanks, Jan