Re: [squid-users] 2.4.Stable7 doesn't compile under Slackware 7.1

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Wed, 21 Aug 2002 02:12:28 +0200

"Ethy H. Brito" wrote:

> gcc -g -O2 -Wall -I. -I../include -I../include -c -o cf_gen.o
> cf_gen.c gcc -o cf_gen -g cf_gen.o -L../lib -lmiscutil -lm -lresolv
> -lnsl./cf_gen cf.data
> make[1]: *** [cf_parser.c] Segmentation fault

Are you sure this is the exact line printed? Seems to be a bit
corrupted... (two lines mixed)

Anyway, my guess is a compiler crashing. Usually caused by bad hardware
such as a bad memory cell or overheated CPU.

Try the standard test of compiling the Linux kernel in a loop. If it
crashes randomly then your HW is hosed.

#!/bin/sh -x
while true; do
  make clean
  make bzImage
done

Regards
Henrik
Received on Tue Aug 20 2002 - 18:34:32 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:09:45 MST