From owner-freebsd-ports@FreeBSD.ORG Fri Nov 26 02:51:17 2004 Return-Path: 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 5F87B16A4CE; Fri, 26 Nov 2004 02:51:17 +0000 (GMT) Received: from ion.gank.org (ion.gank.org [69.55.238.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A04643D48; Fri, 26 Nov 2004 02:51:17 +0000 (GMT) (envelope-from craig@yekse.gank.org) Received: from aldaris.auir.gank.org (arbiter.gank.org [64.81.113.221]) by ion.gank.org (mail) with ESMTP id 9817B2AA32; Thu, 25 Nov 2004 20:51:16 -0600 (CST) From: Craig Boston To: freebsd-ports@freebsd.org Date: Thu, 25 Nov 2004 20:51:09 -0600 User-Agent: KMail/1.7.1 References: <1101414027.84333.43.camel@localhost> In-Reply-To: <1101414027.84333.43.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411252051.10049.craig@yekse.gank.org> cc: gnome@freebsd.org cc: ports@freebsd.org cc: Oleg Sharoiko cc: nlsn@free.fr Subject: Re: ports/72014: Eclipse doesn't work (SigBus 10) if it has been built with GTK X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Nov 2004 02:51:17 -0000 On Thursday 25 November 2004 2:20 pm, Oleg Sharoiko wrote: > I made some investigation of this bug and it looks like it is cased by > gtk built with CPUTYPE=p4. Eclipse works fine after changing CPUTYPE to > i686 and rebuilding/reinstalling gtk. This is true for my P4 box and > this was also confirmed by two other testers who faced similar problem. > Eclipse also works fine with CPUTYPE=athlon-xp (my amd based box at > work). Would it be possible for someone who can reproduce this problem to run the process under gdb and use the disassemble command to get the machine code at the location of the crash? You don't need debug symbols for this to work, so it doesn't involve recompiling with -g or anything. I'm curious if it's movaps or another SSE instruction. Due to it happening only with CPUTYPE=p4 it sounds similar to a problem that surfaced recently on hackers@ involving SSE instructions and the stack alignment in threaded processes. Craig