From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17850 invoked by alias); 9 Jan 2008 16:40:47 -0000 Received: (qmail 17842 invoked by uid 22791); 9 Jan 2008 16:40:47 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 09 Jan 2008 16:40:19 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 1FBF898223; Wed, 9 Jan 2008 16:40:18 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 072CE98216; Wed, 9 Jan 2008 16:40:18 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1JCdyT-0002XN-2N; Wed, 09 Jan 2008 11:40:17 -0500 Date: Wed, 09 Jan 2008 16:40:00 -0000 From: Daniel Jacobowitz To: Markus Deuling Cc: GDB Patches Subject: Re: Regressions on i686-pc-linux-gnu Message-ID: <20080109164017.GA9629@caradoc.them.org> Mail-Followup-To: Markus Deuling , GDB Patches References: <4784E6EC.6090604@de.ibm.com> <20080109162813.GA8364@caradoc.them.org> <4784F826.5060906@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4784F826.5060906@de.ibm.com> User-Agent: Mutt/1.5.17 (2007-12-11) 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: 2008-01/txt/msg00194.txt.bz2 On Wed, Jan 09, 2008 at 05:36:54PM +0100, Markus Deuling wrote: > Why do we have > http://sourceware.org/ml/gdb-testers/ > and > http://sourceware.org/ml/gdb-testresults/ > ? No clue. >> 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 Looks to me like this is a bunk kernel. I know there was a recent x86 kernel release with this error. -- Daniel Jacobowitz CodeSourcery