From owner-freebsd-emulation@FreeBSD.ORG Sun Apr 21 05:38:46 2013 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3FF266A8; Sun, 21 Apr 2013 05:38:46 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) by mx1.freebsd.org (Postfix) with ESMTP id CC5496D9; Sun, 21 Apr 2013 05:38:45 +0000 (UTC) Received: from p5dc3f97b.dip0.t-ipconnect.de ([93.195.249.123] helo=krabat.raven.hur) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1UTmz5-0003l9-F7; Sun, 21 Apr 2013 07:38:43 +0200 Message-ID: <51737B62.6020201@gwdg.de> Date: Sun, 21 Apr 2013 07:38:42 +0200 From: Rainer Hurling User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130404 Thunderbird/17.0.5 MIME-Version: 1.0 To: Juergen Lock Subject: Re: CFT: google-earth crash fix (ports/160422 [1]) References: <20130420151713.GA27318@triton8.kn-bremen.de> <5172D9AE.4060901@gwdg.de> <20130420183130.GA99498@triton8.kn-bremen.de> <5172F24B.4030601@gwdg.de> <20130420210717.GA18638@triton8.kn-bremen.de> In-Reply-To: <20130420210717.GA18638@triton8.kn-bremen.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: freebsd-emulation@FreeBSD.org, freebsd-ports@FreeBSD.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Apr 2013 05:38:46 -0000 On 20.04.2013 23:07 (UTC+2), Juergen Lock wrote: > On Sat, Apr 20, 2013 at 09:53:47PM +0200, Rainer Hurling wrote: >> On 20.04.2013 20:31 (UTC+2), Juergen Lock wrote: >>> On Sat, Apr 20, 2013 at 08:08:46PM +0200, Rainer Hurling wrote: >>>> On 20.04.2013 17:17 (UTC+2), Juergen Lock wrote: >>>>> Hi! >>>>> >>>>> COURRAUD Cybil might have found at least one cause for the >>>>> google-earth crashes on 9.0+, can people that saw the crash (and >>>>> everyone else interested) please test the following update to make >>>>> sure it's working for most people? >>>>> >>>>> http://people.freebsd.org/~nox/tmp/google-earth-5.2.1.1588-crashfixp-001.patch >>>> >>>> Hi Juergen, >>>> >>>> Thanks for the info and the link. I just tried the patch with >>>> GoogleEarth version 6.0.3.2197 on a 10.0-CURRENT amd64 (clang) and it >>>> also seems to work. >>>> >>>> Perhaps we should try to reintroduce version 6.0.3.2197? I do not >>>> remember the reason(s) for going back to version 5.2.1.1588 ... >>>> >>> Hmm is the distfile for 6.0.3.2197 still public? >> >> I would think so, because I fetched it in the common way, i.e. >> >> fetch http://dl.google.com/earth/client/current/GoogleEarthLinux.bin >> >> >> the relevant part of my Makefile looks like this >> >> PORTNAME= google-earth >> PORTVERSION= 6.0.3.2197 >> #PORTREVISION= 1 >> PORTEPOCH= 1 >> CATEGORIES= astro deskutils geography >> MASTER_SITES= http://dl.google.com/earth/client/current/:current >> DISTFILES= GoogleEarthLinux.bin:current >> DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} >> EXTRACT_ONLY= # none >> > Ok new patch here: > > http://people.freebsd.org/~nox/tmp/google-earth-6.0.3.2197-crashfixp-001.patch > > Please give this a good testing everyone, especially if it crashed for you > before... Thanks for the new patch. For me it seems to work, especially it did not crash until now. I hope that others will confirm this, too :) Rainer > Thanx again, :) > Juergen