From owner-freebsd-questions@FreeBSD.ORG Tue Feb 17 22:09:47 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9014A1065672; Tue, 17 Feb 2009 22:09:47 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 5D5AE8FC08; Tue, 17 Feb 2009 22:09:47 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.lan.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id A4038AFC1FE; Tue, 17 Feb 2009 13:09:46 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Tue, 17 Feb 2009 13:09:22 -0900 User-Agent: KMail/1.9.10 References: <3tvkp4pt9j6utlf0a56qhj1sj93t4u64up@4ax.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902171309.22891.fbsd.questions@rachie.is-a-geek.net> Cc: Gilles , Ivan Voras Subject: Re: [6.3/MySQL Server 5.1] item_cmpfunc.h:1301: internal compiler error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2009 22:09:47 -0000 On Tuesday 17 February 2009 01:09:34 Ivan Voras wrote: > Gilles wrote: > > On Tue, 17 Feb 2009 09:53:09 +0100, Gilles > > > > wrote: > >> BTW, here are the CFLAGS-related lines MySQL Server's Makefile: > > > > Using "make BUILD_OPTIMIZED=no" doesn't solve the issue :-/ > > > > In file included from item.h:2199, > > from mysql_priv.h:589, > > from ha_berkeley.cc:53: > > item_geofunc.h:78: internal compiler error: Illegal instruction: 4 > > Ok, there are two more possibilities: > a) Your hardware has problems (try http://www.memtest86.com/) > b) Your compiler was itself compiled with invalid optimizations. This > is only possible if you or someone else compiled the system for you, not > if you simply installed it from released ISO images. c) UNAME_m environment variable is set to not i386 Would be nice to see the final compilation line this fails on, so the very long line above the "In file included" one. If there are no cpu specific selections there, then the compiler itself is at fault. Yes, hardware is a possibility, but I'd expect to see SIGSEGV much much sooner then SIGILL. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.