From owner-freebsd-stable Fri Jul 26 12: 3:55 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FB9237B400 for ; Fri, 26 Jul 2002 12:03:54 -0700 (PDT) Received: from obsidian.sentex.ca (obsidian.sentex.ca [64.7.128.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 940A243E67 for ; Fri, 26 Jul 2002 12:03:53 -0700 (PDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (pyroxene.sentex.ca [199.212.134.18]) by obsidian.sentex.ca (8.12.5/8.12.4) with ESMTP id g6QJ3pOF086065; Fri, 26 Jul 2002 15:03:51 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <5.1.1.6.0.20020726145916.03c9eeb8@marble.sentex.ca> X-Sender: mdtpop@marble.sentex.ca X-Mailer: QUALCOMM Windows Eudora Version 5.1.1 Date: Fri, 26 Jul 2002 15:06:56 -0400 To: Chris BeHanna , FreeBSD-Stable From: Mike Tancsa Subject: Re: exit on signal 4s ? In-Reply-To: <20020726145202.G67766-100000@topperwein.dyndns.org> References: <5.1.1.6.0.20020725132333.04153be8@marble.sentex.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: By Sentex Communications (obsidian/20020220) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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