From owner-freebsd-current Wed Aug 25 21:14:56 1999 Delivered-To: freebsd-current@freebsd.org Received: from lamb.sas.com (lamb.sas.com [192.35.83.8]) by hub.freebsd.org (Postfix) with ESMTP id 1BB2B153C9 for ; Wed, 25 Aug 1999 21:14:43 -0700 (PDT) (envelope-from jwd@unx.sas.com) Received: from mozart (mozart.unx.sas.com [192.58.184.8]) by lamb.sas.com (8.9.3/8.9.1) with SMTP id AAA26798; Thu, 26 Aug 1999 00:11:50 -0400 (EDT) Received: from bb01f39.unx.sas.com by mozart (5.65c/SAS/Domains/5-6-90) id AA11604; Thu, 26 Aug 1999 00:11:20 -0400 Received: (from jwd@localhost) by bb01f39.unx.sas.com (8.9.1/8.9.1) id AAA36535; Thu, 26 Aug 1999 00:11:20 -0400 (EDT) (envelope-from jwd) From: "John W. DeBoskey" Message-Id: <199908260411.AAA36535@bb01f39.unx.sas.com> Subject: Re: make world failure (signal 11 in cpp) In-Reply-To: <19990826131514.B8184@freebie.lemis.com> from Greg Lehey at "Aug 26, 1999 1:15:15 pm" To: grog@lemis.com (Greg Lehey) Date: Thu, 26 Aug 1999 00:11:20 -0400 (EDT) Cc: freebsd-current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Wednesday, 25 August 1999 at 23:39:56 -0400, John W. DeBoskey wrote: > > Hi, > > > > I'm having problems making world... before I dig into this, does > > anyone already know what's going on? My source is current as of > > 11:30pm EST. > > > > thanks, > > John > > > > ===> cpp > > cc -O -pipe -I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/egcs/gcc -I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/egcs/gcc/config -DFREEBSD_NATIVE -DHAVE_CONFIG_H -DDEFAULT_TARGET_VERSION=\"egcs-2.91.66\" -DDEFAULT_TARGET_MACHINE=\"i386-unknown-freebsd\" -I/usr/obj/usr/src/gnu/usr.bin/cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin/cc/cpp/../cc_tools -DPREFIX=\"/usr\" -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/egcs/gcc/cccp.c > > yacc -o cexp.c /usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/egcs/gcc/cexp.y > > *** Signal 11 > > The canonical explanation for this sort of thing is processor or > memory problems. Would that fit? > > Greg > -- > See complete headers for address, home page and phone numbers > finger grog@lemis.com for PGP public key I really doubt it, though I can replace the memory and swap machines tomorrow if I need to. It is a stock machine from Dell with no mods. This machine has been dedicated to building -current SNAP's for more than 8 months. When this machine has problems, the typical problem is bad code getting into the system, or a corrupted filesystem (I nolonger run any of my filesystems async for this reason). fyi, this problem does replicate at the exact same location. It appears to actually be yacc... /usr/obj/usr/src/gnu/usr.bin/cc/cpp %ls -al drwxr-xr-x 2 root wheel 512 Aug 25 23:53 . drwxr-xr-x 16 root wheel 512 Aug 25 23:47 .. -rw-r--r-- 1 root wheel 92936 Aug 25 23:53 cccp.o -rw------- 1 root wheel 147456 Aug 25 23:53 yacc.core /usr/obj/usr/src/gnu/usr.bin/cc/cpp %file yacc.core yacc.core: ELF 32-bit LSB core file, Intel 80386, version 1 (FreeBSD), from 'yacc' gdb says the following: (no debugging symbols found)... Core was generated by `yacc'. Program terminated with signal 11, Segmentation fault. #0 0x8051bec in free () I guess I'll try to build a debug version next... Thanks, John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message