From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17204 invoked by alias); 9 Jan 2008 16:39:21 -0000 Received: (qmail 17194 invoked by uid 22791); 9 Jan 2008 16:39:20 -0000 X-Spam-Check-By: sourceware.org Received: from mtagate7.de.ibm.com (HELO mtagate7.de.ibm.com) (195.212.29.156) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 09 Jan 2008 16:38:49 +0000 Received: from d12nrmr1607.megacenter.de.ibm.com (d12nrmr1607.megacenter.de.ibm.com [9.149.167.49]) by mtagate7.de.ibm.com (8.13.8/8.13.8) with ESMTP id m09Gcjfo143828 for ; Wed, 9 Jan 2008 16:38:45 GMT Received: from d12av02.megacenter.de.ibm.com (d12av02.megacenter.de.ibm.com [9.149.165.228]) by d12nrmr1607.megacenter.de.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m09GckB71126582 for ; Wed, 9 Jan 2008 17:38:46 +0100 Received: from d12av02.megacenter.de.ibm.com (loopback [127.0.0.1]) by d12av02.megacenter.de.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m09GcjMD003228 for ; Wed, 9 Jan 2008 17:38:45 +0100 Received: from bbkeks.de.ibm.com (dyn-9-152-248-40.boeblingen.de.ibm.com [9.152.248.40]) by d12av02.megacenter.de.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id m09Gcifc003211 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 9 Jan 2008 17:38:45 +0100 Message-ID: <4784F826.5060906@de.ibm.com> Date: Wed, 09 Jan 2008 16:39:00 -0000 From: Markus Deuling User-Agent: Thunderbird 2.0.0.9 (X11/20071031) MIME-Version: 1.0 To: Daniel Jacobowitz , GDB Patches Subject: Re: Regressions on i686-pc-linux-gnu References: <4784E6EC.6090604@de.ibm.com> <20080109162813.GA8364@caradoc.them.org> In-Reply-To: <20080109162813.GA8364@caradoc.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2008-01/txt/msg00193.txt.bz2 Daniel Jacobowitz schrieb: >> I posted my testresults for i686-pc-linux-gnu to >> gdb-testers@sourceware.org. Unfortunately >> http://sourceware.org/ml/gdb-testresults/2008-01/ doesn't seem to >> take notice of it :-( Hence I added the testresults to the bottom of >> this mail. > > Those are two different mailing lists. Ah, you're right :-) I looked at the wrong website. This link is the correct one http://sourceware.org/ml/gdb-testers/2008-q1/msg00000.html Why do we have http://sourceware.org/ml/gdb-testers/ and http://sourceware.org/ml/gdb-testresults/ ? > > Did your system C library or compiler change? What does the first new > failure look like in gdb.log? Yes, I switched my distro (glibc 2.5.-18, gcc 4.1.2) This one is the first new FAIL: print str_func1(s)^M ^M Program received signal SIGTRAP, Trace/breakpoint trap.^M str_func1 (s1="test string") at /home/deuling/gdb/dev/gdb/testsuite/gdb.base/call-strs.c:15^M 15 {^M The program being debugged was signaled while in a function called from GDB.^M GDB remains in the frame where the signal was received.^M To change this behavior use "set unwindonsignal on"^M Evaluation of the expression containing the function (str_func1) will be abandoned.^M (gdb) FAIL: gdb.base/call-strs.exp: print str_func1(s) print str_func1("test string")^M I see more of this kind also in checkpoint.exp etc. Regards, Markus