From owner-cvs-all Tue Apr 7 23:18:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA25925 for cvs-all-outgoing; Tue, 7 Apr 1998 23:18:28 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA25869; Tue, 7 Apr 1998 23:18:15 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.HIP.Berkeley.EDU (ala-ca34-01.ix.netcom.com [207.93.143.129]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id XAA14048; Tue, 7 Apr 1998 23:18:14 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id XAA08625; Tue, 7 Apr 1998 23:18:06 -0700 (PDT) Date: Tue, 7 Apr 1998 23:18:06 -0700 (PDT) Message-Id: <199804080618.XAA08625@silvia.HIP.Berkeley.EDU> To: obrien@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG In-reply-to: <199804070118.SAA29532@freefall.freebsd.org> (obrien@FreeBSD.ORG) Subject: Re: cvs commit: ports/lang/egcs Makefile ports/lang/egcs/files md5 ports/lang/egcs/patches patch-ad patch-af ports/lang/egcs/pkg PLIST From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * Upgrade to the 980315 snapshot. Did you get this to work? === : stage1/xgcc -Bstage1/ -c -DIN_GCC -W -Wall -O2 -O2 -pipe -DHAVE_CONFIG_H -I. -I. -I./config ./gengenrtl.c stage1/xgcc -Bstage1/ -DIN_GCC -W -Wall -O2 -O2 -pipe -DHAVE_CONFIG_H -o gengenrtl \ gengenrtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ./gengenrtl tmp-genrtl.h tmp-genrtl.c gmake[2]: *** [stamp-genrtl] Segmentation fault (core dumped) gmake[2]: Leaving directory `/ccd/ports/lang/egcs/work/egcs-980315/gcc' gmake[1]: *** [bootstrap] Error 2 gmake[1]: Leaving directory `/ccd/ports/lang/egcs/work/egcs-980315/gcc' gmake: *** [bootstrap] Error 2 *** Error code 2 : === Looks like the stack is corrupted.... === ## gdb gengenrtl gengenrtl.core GDB is free software and you are welcome to 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. GDB 4.16 (i386-unknown-freebsd), Copyright 1996 Free Software Foundation, Inc... Core was generated by `gengenrtl'. Program terminated with signal 11, Segmentation fault. Cannot access memory at address 0x20017080. #0 0x2005eec4 in ?? () .gdbinit:91: Error in sourced command file: Function "abort" not defined. (gdb) bt #0 0x2005eec4 in ?? () #1 0x3 in ?? () #2 0x219b in find_formats () #3 0x2a35 in main () (gdb) === Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message