From owner-freebsd-eclipse@FreeBSD.ORG Thu Sep 1 23:40:19 2005 Return-Path: X-Original-To: freebsd-eclipse@hub.freebsd.org Delivered-To: freebsd-eclipse@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5515016A41F for ; Thu, 1 Sep 2005 23:40:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2556143D46 for ; Thu, 1 Sep 2005 23:40:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j81NeICL007872 for ; Thu, 1 Sep 2005 23:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j81NeIS2007871; Thu, 1 Sep 2005 23:40:18 GMT (envelope-from gnats) Date: Thu, 1 Sep 2005 23:40:18 GMT Message-Id: <200509012340.j81NeIS2007871@freefall.freebsd.org> To: freebsd-eclipse@FreeBSD.org From: Daniel Roethlisberger Cc: Subject: Re: ports/72014: Eclipse doesn't work (SigBus 10) if it has been built with GTK X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Roethlisberger List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2005 23:40:19 -0000 The following reply was made to PR ports/72014; it has been noted by GNATS. From: Daniel Roethlisberger To: bug-followup@FreeBSD.org, nlsn@free.fr Cc: Oleg Sharoiko , Panagiotis Astithas Subject: Re: ports/72014: Eclipse doesn't work (SigBus 10) if it has been built with GTK Date: Fri, 2 Sep 2005 01:36:50 +0200 I have just double checked on my pentium-m box, I can confirm that adding -mno-sse2 does solve the problem for me (at least as far as I can tell, as there is no definitive way to reproduce the problem). Compiling x11-toolkits/gtk20 with CPUTYPE?=pentium-m and CFLAGS=-O -pipe results in an unstable eclipse, while compiling gtk20 with the same CPUTYPE but CFLAGS=-O -pipe -mno-sse2 saves the day, giving me a stable eclipse. Can we add some kind of -mno-sse2 hack to the GTK port for the time being, or is there a better solution? -- Daniel Roethlisberger