From owner-freebsd-java@FreeBSD.ORG Thu Aug 18 01:30:26 2005 Return-Path: X-Original-To: freebsd-java@hub.freebsd.org Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F90116A41F for ; Thu, 18 Aug 2005 01:30:26 +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 1CE9E43D46 for ; Thu, 18 Aug 2005 01:30:26 +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 j7I1UPks013781 for ; Thu, 18 Aug 2005 01:30:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7I1UP5P013764; Thu, 18 Aug 2005 01:30:25 GMT (envelope-from gnats) Date: Thu, 18 Aug 2005 01:30:25 GMT Message-Id: <200508180130.j7I1UP5P013764@freefall.freebsd.org> To: freebsd-java@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-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Roethlisberger List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 01:30:26 -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 Subject: Re: ports/72014: Eclipse doesn't work (SigBus 10) if it has been built with GTK Date: Thu, 18 Aug 2005 03:21:00 +0200 Eclipse has been crashing on me at random intervals in the exact same way lately, always within random functions in GTK, using both native JDK 1.4 and 1.5. I built my ports with CPUTYPE?=pentium-m and CFLAGS=-O -pipe in /etc/make.conf. Rebuilding only GTK without CPUTYPE?=pentium-m fixed the problem for me. This seems to confirm the earlier analysis by Oleg Sharoiko, and adds pentium-m to the list of CPUTYPEs which break GTK. This is FreeBSD 5.4-RELEASE-p6 with gcc-3.4.2 and current ports tree (gtk-2.6.9, eclipse-3.1, jdk-1.4.2p7_1 and jdk-1.5.0p1_3) http://www.freebsd.org/cgi/query-pr.cgi?pr=72014 -- Daniel Roethlisberger