From owner-freebsd-ports@FreeBSD.ORG Wed Apr 6 18:26:03 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E426106564A for ; Wed, 6 Apr 2011 18:26:03 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 625C18FC19 for ; Wed, 6 Apr 2011 18:26:03 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 5A3331E00230; Wed, 6 Apr 2011 20:26:02 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.3) with ESMTP id p36IOU8u080918; Wed, 6 Apr 2011 20:24:30 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id p36IOT2G080917; Wed, 6 Apr 2011 20:24:29 +0200 (CEST) (envelope-from nox) Date: Wed, 6 Apr 2011 20:24:29 +0200 (CEST) From: Juergen Lock Message-Id: <201104061824.p36IOT2G080917@triton8.kn-bremen.de> To: fb-ports@psconsult.nl X-Newsgroups: local.list.freebsd.ports In-Reply-To: <20110405232519.GA60680@psconsult.nl> Organization: Cc: freebsd-ports@freebsd.org Subject: Re: Google-earth: memory fault X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2011 18:26:03 -0000 In article <20110405232519.GA60680@psconsult.nl> you write: >Hi, Hi! > >Until a couple of months ago, I was happily using google-earth on all >my desktops and laptops. Now, it exits with Memory Fault after >creating the startup window, the main window and a tiny pop-up window. >The pop-up window does not have a title not contents so I don't know >what it's trying to tell me. After this message, I'm back at the >shell prompt, the three google-earth windows stay on the screen and >do not react to resize or cancel messages from the window manager. >There are 30 ./googleearth-bin processes still running and if I >killall -1 googleearth-bin the window these processes and the windows >on my screen disappear. > >One laptop had google-earth running fo nearly two years but one day, >probably after the upgrade to google-earth-6.0.1.2032,1, it started >exiting with the above message. The notebook is running FreeBSD >8.2-STABLE #4: Sun Feb 27 12:28:14 CET 2011 i386, has an Intel T7500 >Core 2 duo CPU and 3 GB RAM. > >The other laptop runs FreeBSD 8.2-RELEASE #0: Fri Mar 11 21:52:10 CET >2011 amd64 on an Intel Q9100 CPU with 4 GB RAM. > >I can't get googleearth-bin to dump core, it just prints "Memory Fault" >and exits. > >Any ideas ow to debug this? Hm googleearth still runs here... Did you have accellerated gl when it still worked? If not maybe that is broken again... If you have accellerated gl working for native executables but not for linux ones you could try enabling AIGLX in your xserver and tell googleearth to use that by setting LIBGL_ALWAYS_INDIRECT=1 in it's environment. And if you don't have accellerated gl working at all but are using an ati HD3xxx or HD4xxx card you could try setting WITHOUT_NOUVEAU in make.conf and rebuilding a few ports after that, see the 20100207 entry in /usr/ports/UPDATING . HTH, Juergen