Date: Thu, 26 Aug 1999 00:11:20 -0400 (EDT) From: "John W. DeBoskey" <jwd@unx.sas.com> To: grog@lemis.com (Greg Lehey) Cc: freebsd-current@FreeBSD.ORG Subject: Re: make world failure (signal 11 in cpp) Message-ID: <199908260411.AAA36535@bb01f39.unx.sas.com> In-Reply-To: <19990826131514.B8184@freebie.lemis.com> from Greg Lehey at "Aug 26, 1999 1:15:15 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908260411.AAA36535>