Date: Fri, 26 Jul 2002 15:06:56 -0400 From: Mike Tancsa <mike@sentex.net> To: Chris BeHanna <behanna@zbzoom.net>, FreeBSD-Stable <stable@FreeBSD.ORG> Subject: Re: exit on signal 4s ? Message-ID: <5.1.1.6.0.20020726145916.03c9eeb8@marble.sentex.ca> In-Reply-To: <20020726145202.G67766-100000@topperwein.dyndns.org> References: <5.1.1.6.0.20020725132333.04153be8@marble.sentex.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
At 02:53 PM 26/07/2002 -0400, Chris BeHanna wrote:
> You've compiled for a different processor family than you're
>running on, and the program is dying when it hits an instruction that
>your processor does not have (signal 4 == SIGILL).
>
> E.g., you built with CPUTYPE=i686 or k7 and you're running on
>something older.
Hi,
That would seem to make sense, but its the same hardware I have
been using for some time with the same options. i.e all 3 of the machines have
CPUTYPE=i686
CFLAGS= -O -pipe
COPTFLAGS= -O -pipe
in /etc/make.conf. Two are PIIIs and one a PIV.
grep -i cpu /var/run/dmesg.boot
CPU: Pentium 4 (1499.96-MHz 686-class CPU)
I havent had any AMD boxes in my network for some time.
---Mike
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5.1.1.6.0.20020726145916.03c9eeb8>
