From owner-freebsd-alpha@FreeBSD.ORG Sat Feb 7 04:25:19 2004 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9BE416A4CE; Sat, 7 Feb 2004 04:25:19 -0800 (PST) Received: from mail.dt.e-technik.uni-dortmund.de (mail.dt.E-Technik.Uni-Dortmund.DE [129.217.163.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9E5A43D2F; Sat, 7 Feb 2004 04:25:19 -0800 (PST) (envelope-from matthias.andree@gmx.de) Received: from m2a2.dyndns.org (krusty.dt.e-technik.uni-dortmund.de [129.217.163.1])946D01DB39; Sat, 7 Feb 2004 13:25:18 +0100 (CET) Received: by merlin.emma.line.org (Postfix, from userid 500) id 346B6A6BE5; Sat, 7 Feb 2004 13:25:16 +0100 (CET) Date: Sat, 7 Feb 2004 13:25:16 +0100 From: Matthias Andree To: John Baldwin Message-ID: <20040207122515.GB11779@merlin.emma.line.org> References: <20040206223918.GA58851@xor.obsecurity.org> <200402061803.59922.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402061803.59922.jhb@FreeBSD.org> User-Agent: Mutt/1.5.5.1i cc: matthias.andree@gmx.de cc: alpha@FreeBSD.org cc: obrien@FreeBSD.org cc: Kris Kennaway Subject: Re: bogofilter causes infinite backtrace loop on alpha 5.x X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2004 12:25:20 -0000 On Fri, 06 Feb 2004, John Baldwin wrote: > On Friday 06 February 2004 05:39 pm, Kris Kennaway wrote: > > The 3 bogofilter ports are going into an infinite loop on bento's > > alpha 5.2-CURRENT build: > > Looks like maybe gdb is broken. Obrien recently changed how gdb does stack > backtraces on Alpha. I thought it only affected kgdb, but maybe it broke > normal gdb? Hum, ports as regression tests for base. :-) Should I do anything about this or just wait until GDB is fixed? The program in question is trivial. It's a sanity check to have a reference output for the GDB version that is used by the respective build cluster, buildd.debian.org or bento.freebsd.org. This is the whole beast, abortme.c: -------------------------------------------------------- #include int main(void) { abort(); } -------------------------------------------------------- -- Matthias Andree Encrypt your mail: my GnuPG key ID is 0x052E7D95