From owner-freebsd-questions@FreeBSD.ORG Mon Jul 19 18:34:46 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 165C61065677; Mon, 19 Jul 2010 18:34:46 +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 C7B898FC12; Mon, 19 Jul 2010 18:34:45 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id CE01A1E000CF; Mon, 19 Jul 2010 20:34:44 +0200 (CEST) Received: from triton8.kn-bremen.de (localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.3) with ESMTP id o6JIWOQV071841; Mon, 19 Jul 2010 20:32:24 +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 o6JIWOQp071840; Mon, 19 Jul 2010 20:32:24 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Mon, 19 Jul 2010 20:32:23 +0200 To: Yuri Message-ID: <20100719183223.GA71283@triton8.kn-bremen.de> References: <4C3D9526.3080107@rawbw.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4C3D9526.3080107@rawbw.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: nox@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Why googleearth keeps crashing when photo window is closed? 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: Mon, 19 Jul 2010 18:34:46 -0000 On Wed, Jul 14, 2010 at 03:44:54AM -0700, Yuri wrote: > > For some reason googleearth crashes when the popup with photo is closed. > Crashes are intermittent, depending on system updates and port updates. > After some crashes disappear and after other updates crashes come back > again. > Hi! I didn't answer at first since my ports weren't up to date and I couldn't reproduce the issue, now after updating to latest ports and RELENG_8_1 (amd64) googleearth still seems to work just fine for me, only gl doesn't work since a) our linux versions of the gl-related libs are too old for my card (radeon r730pro i.e. HD 4650) and b) I'm on amd64 and I've been told the dri interface may be different between i386 and amd64 so the linuxolator could have issues emulating gl anyway. (or only with the xorg drivers since the nvidia blob may already be handling this problem?) > Crash stack is below. > > Yuri > > > Major Version 5 > Minor Version 2 > Build Number 0001 > Build Date Jun 10 2010 > Build Time 16:15:55 > OS Type 3 > OS Major Version 2 > OS Minor Version 6 > OS Build Version 16 > OS Patch Version 0 > Crash Signal 11 > Crash Time 1279103869 > Up Time 31.366 > > Stacktrace from glibc: > ./libgoogleearth_free.so[0x33d3c30b] > [0xbfbfffbb] > ./libQtWebKit.so.4[0x34bf7f23] > ./libQtWebKit.so.4[0x34bf7f5f] > ./libQtWebKit.so.4[0x34bf7f79] > ./libQtWebKit.so.4[0x34bf7fd3] > ./libQtWebKit.so.4[0x34cb5da8] > ./libQtWebKit.so.4[0x34cb5d1c] > ./libQtWebKit.so.4[0x35057709] > ./libQtWebKit.so.4[0x350577ad] > ./libQtWebKit.so.4[0x3516a908] > ./libQtCore.so.4(_ZN7QObject5eventEP6QEvent+0x112)[0x33fdbfca] > ./libQtGui.so.4(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0xa0)[0x3423ae20] > ./libQtGui.so.4(_ZN12QApplication6notifyEP7QObjectP6QEvent+0x22e)[0x34244962] > ./libQtCore.so.4(_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0x70)[0x33fcdd50] > ./libQtCore.so.4[0x33ff3743] > ./libQtCore.so.4(_ZN20QEventDispatcherUNIX14activateTimersEv+0x17)[0x33ff381f] > ./libQtCore.so.4(_ZN20QEventDispatcherUNIX13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0xd9)[0x33ff39ed] > ./libQtGui.so.4[0x342cfca4] > ./libQtCore.so.4(_ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE+0x47)[0x33fccfbf] > ./libQtCore.so.4(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0xff)[0x33fcd223] > ./libQtCore.so.4(_ZN16QCoreApplication4execEv+0x9d)[0x33fcec05] > ./libQtGui.so.4(_ZN12QApplication4execEv+0x25)[0x3423a7a1] > ./libgoogleearth_free.so(_ZN5earth6client11Application3runEv+0x4bc)[0x33d4750c] > ./libgoogleearth_free.so(earthmain+0x27d)[0x33d3b73d] > ./googleearth-bin(_init+0x122)[0x80486c2] > /lib/libc.so.6(__libc_start_main+0xe5)[0x358596e5] > ./googleearth-bin(_init+0x91)[0x8048631] > I see you also posted this on the googlearth forum, lets hope they know more... Good luck! :) Juergen