cad6 Google Earth crashes on startup - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Ports & Packages > Installation and Maintenance of FreeBSD Ports or Packages

Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software).

Reply
 
Thread Tools Display Modes
  #1  
Old October 28th, 2011, 20:19
sk8harddiefast's Avatar
sk8harddiefast sk8harddiefast is offline
Senior Member
 
Join Date: Mar 2010
Location: Athens, Greece
Posts: 1,722
Thanks: 215
Thanked 142 Times in 88 Posts
Default Google Earth crashes on startup

Googleearth crash on startup.

Code:
Google Earth has caught signal 11.



We apologize for the inconvenience, but Google Earth has crashed.
 This is a bug in the program, and should never happen under normal
 circumstances. A bug report and debugging data have been written
 to this text file:

    /usr/home/ember/.googleearth/crashlogs/crashlog-4eaafe46.txt

Please include this file if you submit a bug report to Google.
afe46.txtember/.googleearth/crashlogs/crashlog-4ea
Opening /usr/home/ember/.googleearth/crashlogs/crashlog-4eaafe46.txt

Code:
Major Version 6
Minor Version 0
Build Number 0003
Build Date May 17 2011
Build Time 00:40:40
OS Type 3
OS Major Version 2
OS Minor Version 6
OS Build Version 16
OS Patch Version 0
Crash Signal 11
Crash Time 1319829062
Up Time 8.37777

Stacktrace from glibc:
./libgoogleearth_free.so[0x2813a953]
./libgoogleearth_free.so[0x2813aad3]
[0xffffe007]
./libQtWebKit.so.4[0x29502da2]
./libQtWebKit.so.4[0x29502e15]
./libQtWebKit.so.4[0x29503c66]
./libQtWebKit.so.4[0x295a5f44]
./libQtWebKit.so.4[0x295a5cf1]
./libQtWebKit.so.4[0x29931e01]
./libQtWebKit.so.4[0x29931e62]
./libQtWebKit.so.4[0x29a47536]
./libQtCore.so.4(_ZN7QObject5eventEP6QEvent+0x1a7)[0x282e79c7]
./libQtGui.so.4(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0xac)[0x285a469c]
./libQtGui.so.4(_ZN12QApplication6notifyEP7QObjectP6QEvent+0x426)[0x285af666]
./libQtCore.so.4(_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0x78)[0x282d5ba8]
./libQtCore.so.4[0x28305af6]
./libQtCore.so.4(_ZN20QEventDispatcherUNIX13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0xc7)[0x28305cb7]
./libQtGui.so.4[0x2865eeee]
./libQtCore.so.4(_ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE+0x49)[0x282d4b39]
./libQtCore.so.4(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0x102)[0x282d4d12]
./libQtCore.so.4(_ZN16QCoreApplication4execEv+0xaf)[0x282d71bf]
./libQtGui.so.4(_ZN12QApplication4execEv+0x27)[0x285a4177]
./libgoogleearth_free.so(_ZN5earth6client11Application3runEv+0x605)[0x28144ba5]
./libgoogleearth_free.so[0x2813940b]
./libgoogleearth_free.so(earthmain+0x247)[0x2813a587]
./googleearth-bin[0x804872b]
/lib/libc.so.6(__libc_start_main+0xe5)[0x2a49b6e5]
./googleearth-bin[0x8048671]
Any idea why chrash?
__________________
====================================
| -------> UNIX. Live Free Or Die! <-------- |
====================================
You can say: I can't do something because is difficult.
You must say: I tried a lot before say that I can't.
Never Give up.
http://unixsystems.dyndns.org/
I am not an BSD expert. But I really want to help.
Don't afraid to ask me anything. If I can I will help!

Nice wallpapers to make your desktop more hardcore :) ---> http://forums.freebsd.org/showthread.php?t=13416
Reply With Quote
  #2  
Old October 28th, 2011, 20:59
adamk adamk is offline
Senior Member
 
Join Date: Nov 2008
Posts: 1,605
Thanks: 6
Thanked 262 Times in 243 Posts
Default

There is some known bug between recent versions of GoogleEarth and the open source drivers. What video card do you have? If you are using one of the open source drivers, try setting LIBGL_ALWAYS_INDIRECT to 1 before running googleearth. If you have AIGLX enabled in the X server, it will still be accelerated, just slower, and it shouldn't crash.

Adam
Reply With Quote
  #3  
Old October 28th, 2011, 21:05
sk8harddiefast's Avatar
sk8harddiefast sk8harddiefast is offline
Senior Member
 
Join Date: Mar 2010
Location: Athens, Greece
Posts: 1,722
Thanks: 215
Thanked 142 Times in 88 Posts
Default

Quote:
try setting LIBGL_ALWAYS_INDIRECT to 1 before running googleearth.
???
From my xorg.conf

Code:
Section "Module"
	Load  "extmod"
	Load  "record"
	Load  "dbe"
	Load  "glx"
	Load  "dri"
	Load  "dri2"
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "nvidia"
	VendorName  "nVidia Corporation"
	BoardName   "G80 [GeForce 8800 GTX]"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Extensions"
    Option "Composite" "Enable"
    Option "Render" "Enable"
EndSection
I use Nvidia-driver from ports.
__________________
====================================
| -------> UNIX. Live Free Or Die! <-------- |
====================================
You can say: I can't do something because is difficult.
You must say: I tried a lot before say that I can't.
Never Give up.
http://unixsystems.dyndns.org/
I am not an BSD expert. But I really want to help.
Don't afraid to ask me anything. If I can I will help!

Nice wallpapers to make your desktop more hardcore :) ---> http://forums.freebsd.org/showthread.php?t=13416

Last edited by DutchDaemon; October 29th, 2011 at 00:40.
Reply With Quote
  #4  
Old October 30th, 2011, 16:48
jrkotrla jrkotrla is offline
Junior Member
 
Join Date: Oct 2011
Location: West Texas
Posts: 5
Thanks: 1
Thanked 0 Times in 0 Posts
Default

I'm interested in this as well.

Code:
%setenv LIBGL_ALWAYS_INDIRECT 1 
%googleearth &
[1] 87140
%Google Earth has caught signal 11.



We apologize for the inconvenience, but Google Earth has crashed.
 This is a bug in the program, and should never happen under normal
 circumstances. A bug report and debugging data have been written
 to this text file:

    /usr/home/jrkotrla/.googleearth/crashlogs/crashlog-4ead6fca.txt

Please include this file if you submit a bug report to Google.

[1]    Exit 76                       googleearth
my video card is
Code:
drm0: <ATI Radeon HD 3200 Graphics> on vgapci0
The crashlog is here
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Solved] google earth error sk8harddiefast Installation and Maintenance of FreeBSD Ports or Packages 15 July 25th, 2010 09:38
google-earth lumiwa Installation and Maintenance of FreeBSD Ports or Packages 2 June 24th, 2010 12:12
google-earth: error code 29 caesius General 1 December 7th, 2009 01:31
Google Earth, version `GLIBCXX_3.4.9' not found DavidMarec Installation and Maintenance of FreeBSD Ports or Packages 11 October 1st, 2009 22:29
google-earth has no picture caesius Installation and Maintenance of FreeBSD Ports or Packages 6 August 28th, 2009 13:58


All times are GMT +1. The time now is 05:20.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0