From owner-freebsd-questions@FreeBSD.ORG Mon Nov 8 22:03:41 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A23A16A4CE for ; Mon, 8 Nov 2004 22:03:41 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B54543D3F for ; Mon, 8 Nov 2004 22:03:41 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id A556551495; Mon, 8 Nov 2004 14:06:37 -0800 (PST) Date: Mon, 8 Nov 2004 14:06:37 -0800 From: Kris Kennaway To: Jim Pazarena Message-ID: <20041108220637.GC38817@xor.obsecurity.org> References: <418FE8E6.6020300@ccstores.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6zdv2QT/q3FMhpsV" Content-Disposition: inline In-Reply-To: <418FE8E6.6020300@ccstores.com> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: 5.3 release and mysql X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2004 22:03:41 -0000 --6zdv2QT/q3FMhpsV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 08, 2004 at 01:45:10PM -0800, Jim Pazarena wrote: > Just installed 5.3 release, and attempted to install mysql40-server > from the ports. >=20 > while compiling mysql I got the following error: > item_strfunc.h:542: internal compiler error:segmentation fault >=20 > not sure what to do or who to turn to with this. This makes me > want to stay with 4.10 :-( >=20 > what is the appropriate avenue to investigate this? Well, this is sometimes caused by trying to compile things with absurdly high optimizations. You omitted too much context from the error to decide about that though. The most common cause of random application crashes is bad hardware (CPU cooling, RAM, power supply, etc). If the error does not repeatedly occur at the same place, this is almost certainly what's going on. If it's happening at the same place each time, it might be a real bug in gcc; the rest of the error from gcc told you how to report it to the gcc team. =20 However, the mysql40-server port compiled fine when built on a default 5.3 system, so I'd look for the problem closer to home. Kris --6zdv2QT/q3FMhpsV Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBj+3tWry0BWjoQKURAqtiAKC9S0WQFgXnHF0J0vDXnd1gUqbd5gCg5j9j xKCircMLioATtAv+8pZSMqM= =GY2U -----END PGP SIGNATURE----- --6zdv2QT/q3FMhpsV--