Date: Sat, 18 Sep 2004 21:49:46 -0400 From: Bill Moran <wmoran@potentialtech.com> To: robg <robg.list@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Recompiling `world` throws Segmentation fault Message-ID: <20040918214946.68fd0337.wmoran@potentialtech.com> In-Reply-To: <5c389d3b04091818304d4e283a@mail.gmail.com> References: <5c389d3b04091818304d4e283a@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
robg <robg.list@gmail.com> wrote: > Hi: > > I updated my source code to 4.10 and went to recompile world using > `make buildworld` and it prints this out: > > > gzip -cn /usr/src/usr.sbin/pccard/pccardd/pccard.conf.5 > pccard.conf.5.gz > gzip -cn /usr/src/usr.sbin/pccard/pccardd/pccardd.8 > pccardd.8.gz > Segmentation fault (core dumped) > *** Error code 139 > > Stop in /usr/src/usr.sbin/pccard. > *** Error code 1 > > Stop in /usr/src/usr.sbin. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > 35218# > > Could someone tell me how to fix this? There is a FAQ entry on this, but the short answer is: If you try to make world multiple times, and it segfaults at a different part of the process each time, it's probably faulty hardware. See the FreeBSD FAQ for more information. Also, download and run something along the lines of memtest86 to see if your RAM is reliable. -- Bill Moran Potential Technologies http://www.potentialtech.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040918214946.68fd0337.wmoran>