From owner-freebsd-questions@FreeBSD.ORG Thu May 13 21:52:12 2010 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 D1850106566B for ; Thu, 13 May 2010 21:52:11 +0000 (UTC) (envelope-from oxyd.oxyd@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by mx1.freebsd.org (Postfix) with ESMTP id 5DCA78FC17 for ; Thu, 13 May 2010 21:52:11 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 22so2047073fge.13 for ; Thu, 13 May 2010 14:52:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=7aSkibSoxi3d4dBiXNsaA7w0jy/ZeL3dYA+dXVGudxs=; b=BTheHy6yAl+faPGm76cFm63y35HAYcUaA7Vl9wJh7CQSxICmqaT9+Fck2XMMX1tQb1 wrcTBYPSOp7B1d0pe2AliSrouPMYiHm6YdSpcM87TyJWnEMMEPukDmbxEz/XTSuytOLY /bu0sQIA5kdsrvpv1VBXJt4IofxEpit2G8blg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=QMOCBBiQWcbD8RVHVND1yxtigPlmxDiBRkzoGnheC3qcjSijjlRT8NYjZsIFGCyh2O vvuP5BIu5rP+/sjqXySro+xlt3Q45Vi4bP1knZQR4gt/lTQErAD/SaVNhshqcGJrKKQO F4eGG/iaeZXuxq1GoavyOBxomrSZg1Vd+bN+U= Received: by 10.87.73.20 with SMTP id a20mr1412568fgl.67.1273787530421; Thu, 13 May 2010 14:52:10 -0700 (PDT) Received: from [192.168.1.31] (adsl-static-82-202-0-211.praha.tiscali.cz [82.202.0.211]) by mx.google.com with ESMTPS id 12sm9664729fgg.29.2010.05.13.14.52.09 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 13 May 2010 14:52:09 -0700 (PDT) Message-ID: <4BEC7488.5070104@gmail.com> Date: Thu, 13 May 2010 23:52:08 +0200 From: Ondrej Majerech User-Agent: Thunderbird 2.0.0.24 (X11/20100512) MIME-Version: 1.0 To: Jonathan Chen References: <4BEC6AD2.9070800@gmail.com> <20100513211838.GA789@osiris.chen.org.nz> In-Reply-To: <20100513211838.GA789@osiris.chen.org.nz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@FreeBSD.org Subject: Re: Eclipse causes segmentation fault in Java 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: Thu, 13 May 2010 21:52:12 -0000 Jonathan Chen wrote: > On Thu, May 13, 2010 at 11:10:42PM +0200, Ondrej Majerech wrote: > > At a guess, you recently upgraded to GNOME 2.30; and since it's been > crashing. I just started seeing this myself since I updated yesterday. > > Cheers. This is a fresh install, so I didn't yet have the chance to upgrade anything -- everything is a fresh, first-time install. But yeah, it appears to be the case. Eclipse pulled libgnome-2.30.0 as a dependency (among others). Perhaps rebuilding Eclipse with WITHOUT_GNOMEVFS=yes is worth a try. I'm not a Gnome user anyway. ~ Ondra