Date: Sat, 7 Feb 2004 13:25:16 +0100 From: Matthias Andree <matthias.andree@gmx.de> To: John Baldwin <jhb@FreeBSD.org> Cc: Kris Kennaway <kris@obsecurity.org> Subject: Re: bogofilter causes infinite backtrace loop on alpha 5.x Message-ID: <20040207122515.GB11779@merlin.emma.line.org> In-Reply-To: <200402061803.59922.jhb@FreeBSD.org> References: <20040206223918.GA58851@xor.obsecurity.org> <200402061803.59922.jhb@FreeBSD.org>
index | next in thread | previous in thread | raw e-mail
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 <stdlib.h>
int main(void)
{
abort();
}
--------------------------------------------------------
--
Matthias Andree
Encrypt your mail: my GnuPG key ID is 0x052E7D95
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040207122515.GB11779>
