From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12600 invoked by alias); 15 Oct 2002 18:19:43 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 12576 invoked from network); 15 Oct 2002 18:19:42 -0000 Received: from unknown (HELO fw.j-son.org) (213.64.105.80) by sources.redhat.com with SMTP; 15 Oct 2002 18:19:42 -0000 Received: from u1sparc.j-son.org ([192.168.1.4]) by fw.j-son.org with esmtp (Exim 3.35 #1 (Debian)) id 181WI4-0002cd-00 for ; Tue, 15 Oct 2002 20:19:36 +0200 Received: (from chj@localhost) by u1sparc.j-son.org (8.11.6/8.11.6) id g9FIG8D20038 for gcc@gcc.gnu.org; Tue, 15 Oct 2002 20:16:08 +0200 Date: Tue, 15 Oct 2002 11:53:00 -0000 From: =?iso-8859-1?Q?Christian_J=F6nsson?= To: gcc Subject: Failure to bootstrap gcc 20021015 cvs trunk on cygwin: SIGSEGV gengtype.c:376: rtx_next[i] = -1; Message-ID: <20021015201602.A15538@u1sparc.j-son.org> Mail-Followup-To: gcc Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-SW-Source: 2002-10/txt/msg00845.txt.bz2 This was on a Windows XP SP1/cygwin P4 system with these packages: binutils 20020706-2 cygwin 1.3.12-4 dejagnu 1.4.3 (cygwin ver. 20010117-1 with 1.4.3 on top) gcc 3.2-1 In-tree joined gcc and binutils cvs trunks. stage1/xgcc.exe -Bstage1/ -B/usr/local/gcc-binutils/i686-pc-cygwin/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o gengtype.exe \ gengtype.o gengtype-lex.o gengtype-yacc.o ../libiberty/libiberty.a ./gengtype Signal 11 make[2]: *** [s-gtype] Error 139 make[2]: Leaving directory `/usr/local/src/gcc-binutils/trunk/objdir/gcc' make[1]: *** [stage2_build] Error 2 make[1]: Leaving directory `/usr/local/src/gcc-binutils/trunk/objdir/gcc' make: *** [bootstrap-lean] Error 2 $ gdb -nw gengtype GNU gdb 5.0 (20010428-3) Copyright 2001 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-cygwin"... (gdb) r Starting program: /usr/local/src/gcc-binutils/trunk/objdir/gcc/gengtype.exe Program received signal SIGSEGV, Segmentation fault. gen_rtx_next () at /usr/local/src/gcc-binutils/trunk/gcc-binutils/gcc/gengtype.c:376 376 rtx_next[i] = -1; (gdb) bt #0 gen_rtx_next () at /usr/local/src/gcc-binutils/trunk/gcc-binutils/gcc/gengtype.c:376 #1 0x00409cc5 in main () at /usr/local/src/gcc-binutils/trunk/gcc-binutils/gcc/gengtype.c:2378 #2 0x61005b8e in _libkernel32_a_iname () #3 0x61005e2c in _libkernel32_a_iname () #4 0x00412c12 in cygwin_crt0 () at /usr/local/src/gcc+binutils/trunk/gcc/gcc/gengtype-lex.c:3013 #5 0x0040103c in mainCRTStartup () #6 0x77e814c7 in _libkernel32_a_iname () (gdb)