From owner-freebsd-ports@FreeBSD.ORG Tue Nov 22 00:27:14 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B668216A420 for ; Tue, 22 Nov 2005 00:27:14 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83AF043D81 for ; Tue, 22 Nov 2005 00:27:08 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 951645F1F; Mon, 21 Nov 2005 19:27:07 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 34346-06; Mon, 21 Nov 2005 19:27:06 -0500 (EST) Received: from [192.168.1.3] (pool-68-161-122-227.ny325.east.verizon.net [68.161.122.227]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 7C4CF5C20; Mon, 21 Nov 2005 19:27:06 -0500 (EST) Message-ID: <438265DE.6000306@mac.com> Date: Mon, 21 Nov 2005 19:27:10 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Vizion References: <200511211556.08938.vizion@vizion.occoxmail.com> <438260ED.6080908@mac.com> <200511211617.04568.vizion@vizion.occoxmail.com> In-Reply-To: <200511211617.04568.vizion@vizion.occoxmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-ports@freebsd.org Subject: Re: kioexec core dump X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2005 00:27:14 -0000 Vizion wrote: [ ... ] >> signal 4 is SIGILL, an illegal instruction, which could be because the >> software was compiled for the wrong CPU architecture, or it could indicate >> a hardware problem with your RAM or CPU. Check cooling. > > I think it has to be something else.. this is the only core dump in the syslog > and the server is temperature monitored. temperatures were all fine. I think > if there were temperature problems the monitor would have logged it and there > would be other symptoms. Well, if this was the only error, it could have been due to a genuine bug with the program, rather than a system-wide problem. But I'd give memtest86 a spin overnight to see whether anything shows up... -- -Chuck