Embedding Google earth in Java Application

I have developed a java application with help of wings i wanna embed google earth can sum1 guide from were to proceed plz

Hitish wrote:
I have developed a java application with help of wings i wanna embed google earth can sum1 guide from were to proceed plzPlease don't use silly SMS speak.
Embed Google Earth? Does it have any exposed APIs. If not then no.

Similar Messages

  • How do you plot a path using a .kml file in an embedded google earth in Labview?

    Over the last few days I have been reading all the google earth and lv postings that I can find and I have downloaded a variety of vis and examples that people have posted. I haven't been able to find or figure out a way to display a .kml file that I am creating based on a path of lat and long values in an embedded google earth map in labview.  I was hoping to have the user select a portion of the path on a x,y lv graph and then use those cursor coordinates to create a kml file of the lat and long values of that selected path (I have already completed this portion of the code) and display that alongside in a google earth map.  All the examples I have found show how to display a point in the embedded GE map - does anyone know how to display a number of points along a path?
    Thanks so much!

    Hi,
    I have found an example thatprogramatically creates and modifies a .kml file with pushpin information:
    https://decibel.ni.com/content/docs/DOC-11225
    Regards,

  • Embedding Google Earth in frame

    i am making a a java application using swings i want to embed google earth in it can nebody help me how to proceed

    I am also interested in this. I've seen Google Earth's COM API, but was wondering if anyone has written a java client that wraps the google earth renderer.

  • [SOLVED] Google Earth doesn't work with xf86-video-ati

    Hi all,
    I'm having a problem with the open-source ATI drivers.  I haven't had much luck finding out anything from anywhere else, so I'm hoping someone here can help.
    Whenever I start Google Earth, the graphics run EXTREMELY slowly, almost as if it's running on a system with low memory.  I'm running an Acer Extensa 4420 with an AMD Athlon 64 X2 dual-core 64-bit processor with 2GB of RAM.  As mentioned before, I'm running on the open-source xf86-video-ati drivers, but this is the only app that gives me problems.  GL screensavers run fine, and glxgears runs without any significant input.  Running Google Earth in terminal also gives no output. 
    And I'm not sure if this is related, but closing Google Earth also crashes X.
    Here's xorg.conf:
    Section "Module"
    Load "extmod"
    Load "dbe"
    Load "record"
    #Free86-DGA extension within that module.
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    # This loads the font modules
    # Load "type1"
    Load "freetype"
    # Load "xtt"
    # This loads the GLX module
    Load "glx"
    # This loads the DRI module
    Load "dri"
    Load "drm"
    Load "synaptics"
    EndSection
    # Files section. This allows default font and rgb paths to be set
    Section "Files"
    # Multiple FontPath entries are allowed (which are concatenated together),
    # as well as specifying multiple comma-separated entries in one FontPath
    # command (or a combination of both methods)
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    # FontPath "/usr/lib/X11/fonts/local/"
    # FontPath "/usr/lib/X11/fonts/misc/"
    # FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/Type1/"
    # FontPath "/usr/lib/X11/fonts/TrueType/"
    # FontPath "/usr/lib/X11/fonts/freefont/"
    # FontPath "/usr/lib/X11/fonts/75dpi/"
    # FontPath "/usr/lib/X11/fonts/100dpi/"
    # The module search path. The default path is shown here.
    # ModulePath "/usr/lib/modules"
    EndSection
    # Server flags section.
    Section "ServerFlags"
    # Uncomment this to cause a core dump at the spot where a signal is
    # received. This may leave the console in an unusable state, but may
    # provide a better stack trace in the core dump to aid in debugging
    # Option "NoTrapSignals"
    # Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
    # (where n is 1 through 12). This allows clients to receive these key
    # events.
    # Option "DontVTSwitch"
    # Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    Option "DontZap" "no"
    # Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching
    # sequences. This allows clients to receive these key events.
    # Option "Dont Zoom"
    # Uncomment this to disable tuning with the xvidtune client. With
    # it the client can still run and fetch card and monitor attributes,
    # but it will not be allowed to change them. If it tries it will
    # receive a protocol error.
    # Option "DisableVidModeExtension"
    # Uncomment this to enable the use of a non-local xvidtune client.
    # Option "AllowNonLocalXvidtune"
    # Uncomment this to disable dynamically modifying the input device
    # (mouse and keyboard) settings.
    # Option "DisableModInDev"
    # Uncomment this to enable the use of a non-local client to
    # change the keyboard or mouse settings (currently only xset).
    # Option "AllowNonLocalModInDev"
    Option "AutoAddDevices" "False"
    EndSection
    # Input devices
    # Core keyboard's InputDevice section
    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "AutoRepeat" "500 30"
    # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    # Option "Xleds" "1 2 3"
    # Option "LeftAlt" "Meta"
    # Option "RightAlt" "ModeShift"
    # To customise the XKB settings to suit your keyboard, modify the
    # lines below (which are the defaults). For example, for a non-U.S.
    # keyboard, you will probably want to use:
    # Option "XkbModel" "pc105"
    # If you have a US Microsoft Natural keyboard, you can use:
    # Option "XkbModel" "microsoft"
    # Then to change the language, change the Layout setting.
    # For example, a german layout can be obtained with:
    # Option "XkbLayout" "de"
    # or:
    # Option "XkbLayout" "de"
    # Option "XkbVariant" "nodeadkeys"
    # If you'd like to switch the positions of your capslock and
    # control keys, use:
    # Option "XkbOptions" "ctrl:swapcaps"
    # These are the default XKB settings for Xorg
    # Option "XkbRules" "xorg"
    # Option "XkbModel" "pc105"
    # Option "XkbLayout" "us"
    # Option "XkbVariant" ""
    # Option "XkbOptions" ""
    # Option "XkbDisable"
    Option "XkbRules" "xorg"
    Option "XkbModel" "acer_laptop"
    Option "XkbLayout" "us,de"
    Option "XkbOptions" "grp:lwin_switch,grp_led:num,eurosign:e"
    EndSection
    # Core Pointer's InputDevice section
    Section "InputDevice"
    # Identifier and driver
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "Auto" # Auto detect
    Option "Device" "/dev/input/mice"
    # Mouse-speed setting for PS/2 mouse.
    # Option "Resolution" "256"
    # Baudrate and SampleRate are only for some Logitech mice. In
    # almost every case these lines should be omitted.
    # Option "BaudRate" "9600"
    # Option "SampleRate" "150"
    # Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
    # horizontal wheel to buttons 6 & 7. Change if your mouse has more than
    # 3 buttons and you need to map the wheel to different button ids to avoid
    # conflicts.
    Option "ZAxisMapping" "4 5 6 7"
    # Emulate3Buttons is an option for 2-button mice
    # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
    # Option "Emulate3Buttons"
    # Option "Emulate3Timeout" "50"
    # ChordMiddle is an option for some 3-button Logitech mice
    # Option "ChordMiddle"
    EndSection
    Section "InputDevice"
    Identifier "Touchpad"
    Driver "synaptics"
    Option "AlwaysCore" "true" # send events to CorePointer
    #Option "Device" "/dev/input/mice"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "SHMConfig" "false" # configurable at runtime? security risk
    Option "LeftEdge" "1700" # x coord left
    Option "RightEdge" "5300" # x coord right
    Option "TopEdge" "1700" # y coord top
    Option "BottomEdge" "4200" # y coord bottom
    Option "FingerLow" "25" # pressure below this level triggers release
    Option "FingerHigh" "30" # pressure above this level triggers touch
    Option "MaxTapTime" "180" # max time in ms for detecting tap
    Option "VertEdgeScroll" "true" # enable vertical scroll zone
    Option "HorizEdgeScroll" "true" # enable horizontal scroll zone
    Option "CornerCoasting" "true" # enable continuous scroll with finger in corner
    Option "CoastingSpeed" "0.30" # corner coasting speed
    Option "VertScrollDelta" "100" # edge-to-edge scroll distance of the vertical scroll
    Option "HorizScrollDelta" "100" # edge-to-edge scroll distance of the horizontal scroll
    Option "MinSpeed" "0.10" # speed factor for low pointer movement
    Option "MaxSpeed" "0.60" # maximum speed factor for fast pointer movement
    Option "AccelFactor" "0.0020" # acceleration factor for normal pointer movements
    Option "VertTwoFingerScroll" "true" # vertical scroll anywhere with two fingers
    Option "HorizTwoFingerScroll" "true" # horizontal scroll anywhere with two fingers
    Option "TapButton1" "1"
    Option "TapButton2" "2"
    EndSection
    # Other input device sections
    # this is optional and is required only if you
    # are using extended input devices. This is for example only. Refer
    # to the xorg.conf man page for a description of the options.
    # Section "InputDevice"
    # Identifier "Mouse2"
    # Driver "mouse"
    # Option "Protocol" "MouseMan"
    # Option "Device" "/dev/mouse2"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball"
    # Driver "magellan"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball2"
    # Driver "spaceorb"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen0"
    # Driver "microtouch"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "1412"
    # Option "MaxX" "15184"
    # Option "MinY" "15372"
    # Option "MaxY" "1230"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen1"
    # Driver "elo2300"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "231"
    # Option "MaxX" "3868"
    # Option "MinY" "3858"
    # Option "MaxY" "272"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonThreshold" "17"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Monitor section
    # Any number of monitor sections may be present
    Section "Monitor"
    Identifier "Acer Laptop"
    # HorizSync is in kHz unless units are specified.
    # HorizSync may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    HorizSync 31.5 - 57.0
    # HorizSync 30-64 # multisync
    # HorizSync 31.5, 35.2 # multiple fixed sync frequencies
    # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
    # VertRefresh is in Hz unless units are specified.
    # VertRefresh may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    VertRefresh 50-90
    EndSection
    # Graphics device section
    # Any number of graphics device sections may be present
    # Standard VGA Device:
    Section "Device"
    Identifier "Standard VGA"
    VendorName "Unknown"
    BoardName "Unknown"
    # The chipset line is optional in most cases. It can be used to override
    # the driver's chipset detection, and should not normally be specified.
    # Chipset "generic"
    # The Driver line must be present. When using run-time loadable driver
    # modules, this line instructs the server to load the specified driver
    # module. Even when not using loadable driver modules, this line
    # indicates which driver should interpret the information in this section.
    Driver "vga"
    # The BusID line is used to specify which of possibly multiple devices
    # this section is intended for. When this line isn't present, a device
    # section can only match up with the primary video device. For PCI
    # devices a line like the following could be used. This line should not
    # normally be included unless there is more than one video device
    # intalled.
    # BusID "PCI:0:10:0"
    # VideoRam 256
    # Clocks 25.2 28.3
    EndSection
    # Device configured by xorgconfig:
    Section "Device"
    Identifier "ATI Radeon"
    Driver "radeon"
    #VideoRam 262144
    # Insert Clocks lines here if appropriate
    Option "AGPMode" "4"
    Option "ColorTiling" "on"
    Option "AccelMethod" "EXA"
    Option "EnablePageFlip" "on"
    Option "AGPFastWrite" "yes"
    Option "EXAVSync" "yes"
    Option "ForceTVOut" "true"
    Option "TVStandard" "ntsc"
    EndSection
    # Screen sections
    # Any number of screen sections may be present. Each describes
    # the configuration of a single screen. A single specific screen section
    # may be specified from the X server command line with the "-screen"
    # option.
    Section "Screen"
    Identifier "Screen 1"
    Device "ATI Radeon"
    Monitor "Acer Laptop"
    DefaultDepth 24
    Subsection "Display"
    Depth 8
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 16
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 24
    Modes "1200x800"
    ViewPort 0 0
    EndSubsection
    EndSection
    # ServerLayout sections.
    # Any number of ServerLayout sections may be present. Each describes
    # the way multiple screens are organised. A specific ServerLayout
    # section may be specified from the X server command line with the
    # "-layout" option. In the absence of this, the first section is used.
    # When now ServerLayout section is present, the first Screen section
    # is used alone.
    Section "ServerLayout"
    # The Identifier line must be present
    Identifier "Simple Layout"
    # Each Screen line specifies a Screen section name, and optionally
    # the relative position of other screens. The four names after
    # primary screen name are the screens to the top, bottom, left and right
    # of the primary screen. In this example, screen 2 is located to the
    # right of screen 1.
    Screen "Screen 1"
    # Each InputDevice line specifies an InputDevice section name and
    # optionally some options to specify the way the device is to be
    # used. Those options include "CorePointer", "CoreKeyboard" and
    # "SendCoreEvents".
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Touchpad" "SendCoreEvents"
    InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Here's my drirc:
    <driconf>
    <device screen="0" driver="r300">
    <application name="Default">
    <option name="force_s3tc_enable" value="false" />
    <option name="texture_coord_units" value="8" />
    <option name="fthrottle_mode" value="2" />
    <option name="disable_stencil_two_side" value="false" />
    <option name="tcl_mode" value="3" />
    <option name="texture_depth" value="0" />
    <option name="fp_optimization" value="0" />
    <option name="def_max_anisotropy" value="1.0" />
    <option name="no_rast" value="false" />
    <option name="command_buffer_size" value="8" />
    <option name="round_mode" value="0" />
    <option name="dither_mode" value="0" />
    <option name="disable_lowimpact_fallback" value="true" />
    <option name="texture_image_units" value="8" />
    <option name="disable_s3tc" value="false" />
    <option name="color_reduction" value="1" />
    <option name="vblank_mode" value="1" />
    </application>
    <application name="Google Earth" executable="googleearth">
    </application>
    </device>
    </driconf>
    Last edited by coolpyrofreak (2009-07-03 05:56:18)

    I had the same problem (slow googleearth) with ATI Technologies Inc Radeon Mobility U1 (IGP 320m).
    This .drirc solves it. I don't have an xorg.conf.
    - no need for the 'disable_lowimpact_fallback' option
    - no need to turn off 'atmosphere'
    cat .drirc
    <driconf>
    <device screen="0" driver="radeon">
    <application name="Default">
    <option name="force_s3tc_enable" value="false" />
    <option name="no_rast" value="false" />
    <option name="fthrottle_mode" value="2" />
    <option name="tcl_mode" value="3" />
    <option name="texture_depth" value="0" />
    <option name="def_max_anisotropy" value="1.0" />
    <option name="no_neg_lod_bias" value="false" />
    <option name="texture_units" value="3" />
    <option name="dither_mode" value="0" />
    <option name="hyperz" value="true" />
    <option name="round_mode" value="0" />
    <option name="color_reduction" value="1" />
    <option name="vblank_mode" value="0" />
    <option name="allow_large_textures" value="1" />
    </application>
    </device>
    </driconf>

  • Where can I find a version of Google Earth that I can download using OS X 10.5.8?

    Google Earth says it requires OS X 10.6. Where can I find a download that will work with OS X 10.5.8? Thanks!

    Force quit Google Earth if it is open.  Then, if there is a copy of Google Earth in your Applications folder, drag the Google Earth on your desktop to the trash.  Don't empty the trash yet.
    Open the Google Earth from the one in the Applications folder.  If this is the first time you used it from the Applications folder, you might get the message, "this is an appliaction you downloaded from the internet.  Do you want to open it?"  Open it, let load completely, quit it, and open it again.  The message should not reappear.
    Now empty the trash.
    Restart your computer.  Does Google Earth reappear on your desktop?  If so, there is probably a LaunchAgent for it in your Macintosh HD> Users> your user name> Library> LaunchAgents folder.  You can remove it.  It could be under the Macintosh HD> Library> LaunchAgents or Launch Daemons or StartupItems folders. 
    I can't remember exactly where it was, but I hated it appearing on my desktop, and I removed from one or more of these locations.
    Good luck.

  • Google Earth won't launch on iMac

    Google Earth has worked fine on my iMac until recently.  Now, when I try to launch it, I get a message "Google Earth quit unexpectedly".  Here is an excerpt from "The Problem Details". 
    Crashed Thread:        0  Dispatch queue: com.apple.main-thread
    Exception Type:        EXC_BREAKPOINT (SIGTRAP)
    Exception Codes:       0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** setObjectForKey: object cannot be nil (key: NSFont)'
    I have rebooted the iMac.  I have removed Google Earth and reinstalled it.  I continue to get the same error message.
    I am using Safari Version 8.0.4 (10600.4.10.7).
    I have 172. 25 GB free on the hard drive.
    Model: iMac9,1, BootROM IM91.008D.B08, 2 processors, Intel Core 2 Duo, 2.93 GHz, 4 GB, SMC 1.37f3
    Graphics: NVIDIA GeForce GT 120, NVIDIA GeForce GT 120, PCIe, 256 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54313235533641465238432D47372020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54313235533641465238432D47372020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8E), Broadcom BCM43xx 1.0 (5.106.98.100.24)
    Bluetooth: Version 4.3.2f6 15235, 3 services, 27 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: WDC WD6400AAKS-40H2B0, 640.14 GB
    Serial ATA Device: unknown
    USB Device: iPad
    USB Device: Built-in iSight
    USB Device: Keyboard Hub
    USB Device: Apple Optical USB Mouse
    USB Device: My Passport 0820
    USB Device: Apple Keyboard
    USB Device: My Passport 0741
    USB Device: IR Receiver
    USB Device: BRCM2046 Hub
    USB Device: Bluetooth USB Host Controller
    Thunderbolt Bus:

    The whole crash report is below:
    Process:               Google Earth [4346]
    Path:                  /Applications/Google Earth.app/Contents/MacOS/Google Earth
    Identifier:            com.Google.GoogleEarthPlus
    Version:               7.1 (7.1.2.2041)
    Code Type:             X86 (Native)
    Parent Process:        ??? [1]
    Responsible:           Google Earth [4346]
    User ID:               501
    Date/Time:             2015-03-24 11:41:31.798 -0500
    OS Version:            Mac OS X 10.10.2 (14C1514)
    Report Version:        11
    Anonymous UUID:        DC7A1B04-AB3B-381A-29EC-321D43ECE9A4
    Sleep/Wake UUID:       81E865F9-A464-4BC9-8277-7D1966200190
    Time Awake Since Boot: 140000 seconds
    Time Since Wake:       6600 seconds
    Crashed Thread:        0  Dispatch queue: com.apple.main-thread
    Exception Type:        EXC_BREAKPOINT (SIGTRAP)
    Exception Codes:       0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** setObjectForKey: object cannot be nil (key: NSFont)'
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x98ced373 __raiseError + 195
    1   libobjc.A.dylib                     0x931afa2a objc_exception_throw + 276
    2   CoreFoundation                      0x98bc15fa -[__NSDictionaryM setObject:forKey:] + 1066
    3   libgoogleearth_free.dylib           0x006efc26 Convert_UTM_To_Geodetic + 3946499
    4   libgoogleearth_free.dylib           0x006f03fd Convert_UTM_To_Geodetic + 3948506
    5   libgoogleearth_free.dylib           0x005f27aa Convert_UTM_To_Geodetic + 2909063
    6   libgoogleearth_free.dylib           0x005f3439 Convert_UTM_To_Geodetic + 2912278
    7   libgoogleearth_free.dylib           0x005f31fd Convert_UTM_To_Geodetic + 2911706
    8   libgoogleearth_free.dylib           0x00624157 Convert_UTM_To_Geodetic + 3112244
    9   libgoogleearth_free.dylib           0x006233af Convert_UTM_To_Geodetic + 3108748
    10  libgoogleearth_free.dylib           0x00722433 Convert_UTM_To_Geodetic + 4153360
    11  libgoogleearth_free.dylib           0x0061beee Convert_UTM_To_Geodetic + 3078859
    12  libgoogleearth_free.dylib           0x009a179e _ZN4Leap8Listener11onFocusLostERKNS_10ControllerE + 1316196
    13  libgoogleearth_free.dylib           0x00997820 _ZN4Leap8Listener11onFocusLostERKNS_10ControllerE + 1275366
    14  libgoogleearth_free.dylib           0x0003cb90 libgoogleearth_free.dylib + 215952
    15  QtGui                               0x026d7c8b _ZN7QWidget5eventEP6QEvent + 2061
    16  QtGui                               0x02690ecc _ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent + 326
    17  QtGui                               0x02691191 _ZN12QApplication6notifyEP7QObjectP6QEvent + 673
    18  QtCore                              0x023db56c _ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent + 108
    19  QtGui                               0x026dd876 _ZN14QWidgetPrivate11show_helperEv + 526
    20  QtGui                               0x026dda33 _ZN14QWidgetPrivate12showChildrenEb + 267
    21  QtGui                               0x026dd6c7 _ZN14QWidgetPrivate11show_helperEv + 95
    22  QtGui                               0x026d893f _ZN7QWidget10setVisibleEb + 715
    23  QtGui                               0x026dda45 _ZN14QWidgetPrivate12showChildrenEb + 285
    24  QtGui                               0x026dd6c7 _ZN14QWidgetPrivate11show_helperEv + 95
    25  QtGui                               0x026dda33 _ZN14QWidgetPrivate12showChildrenEb + 267
    26  QtGui                               0x026dd6c7 _ZN14QWidgetPrivate11show_helperEv + 95
    27  QtGui                               0x026d893f _ZN7QWidget10setVisibleEb + 715
    28  QtGui                               0x026dda45 _ZN14QWidgetPrivate12showChildrenEb + 285
    29  QtGui                               0x026dd6c7 _ZN14QWidgetPrivate11show_helperEv + 95
    30  QtGui                               0x026dda33 _ZN14QWidgetPrivate12showChildrenEb + 267
    31  QtGui                               0x026dd6c7 _ZN14QWidgetPrivate11show_helperEv + 95
    32  QtGui                               0x026d893f _ZN7QWidget10setVisibleEb + 715
    33  QtGui                               0x026dda45 _ZN14QWidgetPrivate12showChildrenEb + 285
    34  QtGui                               0x026dd6c7 _ZN14QWidgetPrivate11show_helperEv + 95
    35  QtGui                               0x026d893f _ZN7QWidget10setVisibleEb + 715
    36  QtGui                               0x026dda45 _ZN14QWidgetPrivate12showChildrenEb + 285
    37  QtGui                               0x026dd6c7 _ZN14QWidgetPrivate11show_helperEv + 95
    38  QtGui                               0x026d893f _ZN7QWidget10setVisibleEb + 715
    39  QtGui                               0x026dda45 _ZN14QWidgetPrivate12showChildrenEb + 285
    40  QtGui                               0x026dd6c7 _ZN14QWidgetPrivate11show_helperEv + 95
    41  QtGui                               0x026d893f _ZN7QWidget10setVisibleEb + 715
    42  QtGui                               0x026cdddd _ZN7QWidget10showNormalEv + 151
    43  libgoogleearth_free.dylib           0x0001c2bb libgoogleearth_free.dylib + 82619
    44  libgoogleearth_free.dylib           0x00088c93 mainMac + 262409
    45  libgoogleearth_free.dylib           0x00089cf1 mainMac + 266599
    46  libgoogleearth_free.dylib           0x00048e44 mainMac + 698
    47  Google Earth                        0x00002c3a start + 1262
    48  Google Earth                        0x00002781 start + 53
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation       0x98cedd07 ___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___ + 7
    1   com.apple.CoreFoundation       0x98ced689 __raiseError + 985
    2   libobjc.A.dylib               0x931afa2a objc_exception_throw + 276
    3   com.apple.CoreFoundation       0x98bc15fa -[__NSDictionaryM setObject:forKey:] + 1066
    4   libgoogleearth_free.dylib     0x006efc26 0x8000 + 7240742
    5   libgoogleearth_free.dylib     0x006f03fd 0x8000 + 7242749
    6   libgoogleearth_free.dylib     0x005f27aa 0x8000 + 6203306
    7   libgoogleearth_free.dylib     0x005f3439 0x8000 + 6206521
    8   libgoogleearth_free.dylib     0x005f31fd 0x8000 + 6205949
    9   libgoogleearth_free.dylib     0x00624157 0x8000 + 6406487
    10  libgoogleearth_free.dylib     0x006233af 0x8000 + 6402991
    11  libgoogleearth_free.dylib     0x00722433 0x8000 + 7447603
    12  libgoogleearth_free.dylib     0x0061beee 0x8000 + 6373102
    13  libgoogleearth_free.dylib     0x009a179e 0x8000 + 10065822
    14  libgoogleearth_free.dylib     0x00997820 0x8000 + 10024992
    15  libgoogleearth_free.dylib     0x0003cb90 0x8000 + 215952
    16  QtGui                         0x026d7c8b QWidget::event(QEvent*) + 2061
    17  QtGui                         0x02690ecc QApplicationPrivate::notify_helper(QObject*, QEvent*) + 326
    18  QtGui                         0x02691191 QApplication::notify(QObject*, QEvent*) + 673
    19  QtCore                         0x023db56c QCoreApplication::notifyInternal(QObject*, QEvent*) + 108
    20  QtGui                         0x026dd876 QWidgetPrivate::show_helper() + 526
    21  QtGui                         0x026dda33 QWidgetPrivate::showChildren(bool) + 267
    22  QtGui                         0x026dd6c7 QWidgetPrivate::show_helper() + 95
    23  QtGui                         0x026d893f QWidget::setVisible(bool) + 715
    24  QtGui                         0x026dda45 QWidgetPrivate::showChildren(bool) + 285
    25  QtGui                         0x026dd6c7 QWidgetPrivate::show_helper() + 95
    26  QtGui                         0x026dda33 QWidgetPrivate::showChildren(bool) + 267
    27  QtGui                         0x026dd6c7 QWidgetPrivate::show_helper() + 95
    28  QtGui                         0x026d893f QWidget::setVisible(bool) + 715
    29  QtGui                         0x026dda45 QWidgetPrivate::showChildren(bool) + 285
    30  QtGui                         0x026dd6c7 QWidgetPrivate::show_helper() + 95
    31  QtGui                         0x026dda33 QWidgetPrivate::showChildren(bool) + 267
    32  QtGui                         0x026dd6c7 QWidgetPrivate::show_helper() + 95
    33  QtGui                         0x026d893f QWidget::setVisible(bool) + 715
    34  QtGui                         0x026dda45 QWidgetPrivate::showChildren(bool) + 285
    35  QtGui                         0x026dd6c7 QWidgetPrivate::show_helper() + 95
    36  QtGui                         0x026d893f QWidget::setVisible(bool) + 715
    37  QtGui                         0x026dda45 QWidgetPrivate::showChildren(bool) + 285
    38  QtGui                         0x026dd6c7 QWidgetPrivate::show_helper() + 95
    39  QtGui                         0x026d893f QWidget::setVisible(bool) + 715
    40  QtGui                         0x026dda45 QWidgetPrivate::showChildren(bool) + 285
    41  QtGui                         0x026dd6c7 QWidgetPrivate::show_helper() + 95
    42  QtGui                         0x026d893f QWidget::setVisible(bool) + 715
    43  QtGui                         0x026cdddd QWidget::showNormal() + 151
    44  libgoogleearth_free.dylib     0x0001c2bb 0x8000 + 82619
    45  libgoogleearth_free.dylib     0x00088c93 0x8000 + 527507
    46  libgoogleearth_free.dylib     0x00089cf1 0x8000 + 531697
    47  libgoogleearth_free.dylib     0x00048e44 mainMac + 698
    48  com.Google.GoogleEarthPlus     0x00002c3a 0x1000 + 7226
    49  com.Google.GoogleEarthPlus     0x00002781 start + 53
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x9c28d8ce kevent64 + 10
    1   libdispatch.dylib             0x9009f73f _dispatch_mgr_invoke + 245
    2   libdispatch.dylib             0x9009f3a2 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x9c28ce6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x9a7852b1 _pthread_wqthread + 939
    2   libsystem_pthread.dylib       0x9a782e2e start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib         0x9c28ce6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x9a7852b1 _pthread_wqthread + 939
    2   libsystem_pthread.dylib       0x9a782e2e start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib         0x9c28ce6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x9a7852b1 _pthread_wqthread + 939
    2   libsystem_pthread.dylib       0x9a782e2e start_wqthread + 30
    Thread 5:
    0   libsystem_kernel.dylib         0x9c28ce6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x9a7852b1 _pthread_wqthread + 939
    2   libsystem_pthread.dylib       0x9a782e2e start_wqthread + 30
    Thread 6:
    0   libsystem_kernel.dylib         0x9c286a22 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x97d4916c MPWaitOnSemaphore + 120
    2   libgoogleearth_free.dylib     0x0034cf7d 0x8000 + 3428221
    3   libgoogleearth_free.dylib     0x0012a449 0x8000 + 1188937
    4   libgoogleearth_free.dylib     0x0012a3fb 0x8000 + 1188859
    5   libgoogleearth_free.dylib     0x00127384 0x8000 + 1176452
    6   libgoogleearth_free.dylib     0x0013b426 0x8000 + 1258534
    7   libsystem_pthread.dylib       0x9a784e13 _pthread_body + 138
    8   libsystem_pthread.dylib       0x9a784d89 _pthread_start + 162
    9   libsystem_pthread.dylib       0x9a782e52 thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib         0x9c286a22 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x97d4916c MPWaitOnSemaphore + 120
    2   libgoogleearth_free.dylib     0x0034cf7d 0x8000 + 3428221
    3   libgoogleearth_free.dylib     0x0012a419 0x8000 + 1188889
    4   libgoogleearth_free.dylib     0x0012a3fb 0x8000 + 1188859
    5   libgoogleearth_free.dylib     0x00127384 0x8000 + 1176452
    6   libgoogleearth_free.dylib     0x0013b426 0x8000 + 1258534
    7   libsystem_pthread.dylib       0x9a784e13 _pthread_body + 138
    8   libsystem_pthread.dylib       0x9a784d89 _pthread_start + 162
    9   libsystem_pthread.dylib       0x9a782e52 thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib         0x9c286a22 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x97d4916c MPWaitOnSemaphore + 120
    2   libgoogleearth_free.dylib     0x0034cf7d 0x8000 + 3428221
    3   libgoogleearth_free.dylib     0x00128cf3 0x8000 + 1182963
    4   libgoogleearth_free.dylib     0x00116429 0x8000 + 1106985
    5   libgoogleearth_free.dylib     0x00112451 0x8000 + 1090641
    6   libgoogleearth_free.dylib     0x00127384 0x8000 + 1176452
    7   libgoogleearth_free.dylib     0x0013b426 0x8000 + 1258534
    8   libsystem_pthread.dylib       0x9a784e13 _pthread_body + 138
    9   libsystem_pthread.dylib       0x9a784d89 _pthread_start + 162
    10  libsystem_pthread.dylib       0x9a782e52 thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib         0x9c286a22 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x97d4916c MPWaitOnSemaphore + 120
    2   libgoogleearth_free.dylib     0x0034cf7d 0x8000 + 3428221
    3   libgoogleearth_free.dylib     0x00128cf3 0x8000 + 1182963
    4   libgoogleearth_free.dylib     0x00116429 0x8000 + 1106985
    5   libgoogleearth_free.dylib     0x00112451 0x8000 + 1090641
    6   libgoogleearth_free.dylib     0x00127384 0x8000 + 1176452
    7   libgoogleearth_free.dylib     0x0013b426 0x8000 + 1258534
    8   libsystem_pthread.dylib       0x9a784e13 _pthread_body + 138
    9   libsystem_pthread.dylib       0x9a784d89 _pthread_start + 162
    10  libsystem_pthread.dylib       0x9a782e52 thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib         0x9c286a22 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x97d4916c MPWaitOnSemaphore + 120
    2   libgoogleearth_free.dylib     0x0034cf7d 0x8000 + 3428221
    3   libgoogleearth_free.dylib     0x00128cf3 0x8000 + 1182963
    4   libgoogleearth_free.dylib     0x001163ee 0x8000 + 1106926
    5   libgoogleearth_free.dylib     0x00112451 0x8000 + 1090641
    6   libgoogleearth_free.dylib     0x00127384 0x8000 + 1176452
    7   libgoogleearth_free.dylib     0x0013b426 0x8000 + 1258534
    8   libsystem_pthread.dylib       0x9a784e13 _pthread_body + 138
    9   libsystem_pthread.dylib       0x9a784d89 _pthread_start + 162
    10  libsystem_pthread.dylib       0x9a782e52 thread_start + 34
    Thread 11:: Cookie Async Thread
    0   libsystem_kernel.dylib         0x9c28c512 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x9a785a4a _pthread_cond_wait + 726
    2   libsystem_pthread.dylib       0x9a7891c0 pthread_cond_wait$UNIX2003 + 71
    3   libgoogleearth_free.dylib     0x00c65ec7 0x8000 + 12967623
    4   libgoogleearth_free.dylib     0x00c66fde 0x8000 + 12971998
    5   libgoogleearth_free.dylib     0x00c67025 0x8000 + 12972069
    6   libgoogleearth_free.dylib     0x00c5635e 0x8000 + 12903262
    7   libgoogleearth_free.dylib     0x00c4f29d 0x8000 + 12874397
    8   libgoogleearth_free.dylib     0x00c4f364 0x8000 + 12874596
    9   libgoogleearth_free.dylib     0x00c6907a 0x8000 + 12980346
    10  libgoogleearth_free.dylib     0x00c68bac 0x8000 + 12979116
    11  libsystem_pthread.dylib       0x9a784e13 _pthread_body + 138
    12  libsystem_pthread.dylib       0x9a784d89 _pthread_start + 162
    13  libsystem_pthread.dylib       0x9a782e52 thread_start + 34
    Thread 12:: Chrome Network Thread
    0   libsystem_kernel.dylib         0x9c28d8b2 kevent + 10
    1   libgoogleearth_free.dylib     0x01202ccd 0x8000 + 18853069
    2   libgoogleearth_free.dylib     0x012010f2 0x8000 + 18845938
    3   libgoogleearth_free.dylib     0x00c35053 0x8000 + 12767315
    4   libgoogleearth_free.dylib     0x00c4f29d 0x8000 + 12874397
    5   libgoogleearth_free.dylib     0x00c4f364 0x8000 + 12874596
    6   libgoogleearth_free.dylib     0x00c6907a 0x8000 + 12980346
    7   libgoogleearth_free.dylib     0x00c68bac 0x8000 + 12979116
    8   libsystem_pthread.dylib       0x9a784e13 _pthread_body + 138
    9   libsystem_pthread.dylib       0x9a784d89 _pthread_start + 162
    10  libsystem_pthread.dylib       0x9a782e52 thread_start + 34
    Thread 13:: Cookie Store Thread
    0   libsystem_kernel.dylib         0x9c28c512 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x9a785a4a _pthread_cond_wait + 726
    2   libsystem_pthread.dylib       0x9a78920c pthread_cond_timedwait$UNIX2003 + 71
    3   libgoogleearth_free.dylib     0x00c661fc 0x8000 + 12968444
    4   libgoogleearth_free.dylib     0x00c66fbe 0x8000 + 12971966
    5   libgoogleearth_free.dylib     0x00c56414 0x8000 + 12903444
    6   libgoogleearth_free.dylib     0x00c4f29d 0x8000 + 12874397
    7   libgoogleearth_free.dylib     0x00c4f364 0x8000 + 12874596
    8   libgoogleearth_free.dylib     0x00c6907a 0x8000 + 12980346
    9   libgoogleearth_free.dylib     0x00c68bac 0x8000 + 12979116
    10  libsystem_pthread.dylib       0x9a784e13 _pthread_body + 138
    11  libsystem_pthread.dylib       0x9a784d89 _pthread_start + 162
    12  libsystem_pthread.dylib       0x9a782e52 thread_start + 34
    Thread 14:: NetworkConfigWatcher
    0   libsystem_kernel.dylib         0x9c2869ce mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x9c285a70 mach_msg + 68
    2   com.apple.CoreFoundation       0x98bebb16 __CFRunLoopServiceMachPort + 214
    3   com.apple.CoreFoundation       0x98beaf29 __CFRunLoopRun + 1529
    4   com.apple.CoreFoundation       0x98bea6c6 CFRunLoopRunSpecific + 390
    5   com.apple.CoreFoundation       0x98bea52b CFRunLoopRunInMode + 123
    6   com.apple.Foundation           0x90272aaa -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 305
    7   libgoogleearth_free.dylib     0x00c36ba4 0x8000 + 12774308
    8   libgoogleearth_free.dylib     0x00c36c74 0x8000 + 12774516
    9   libgoogleearth_free.dylib     0x00c4f29d 0x8000 + 12874397
    10  libgoogleearth_free.dylib     0x00c4f364 0x8000 + 12874596
    11  libgoogleearth_free.dylib     0x00c6907a 0x8000 + 12980346
    12  libgoogleearth_free.dylib     0x00c68bac 0x8000 + 12979116
    13  libsystem_pthread.dylib       0x9a784e13 _pthread_body + 138
    14  libsystem_pthread.dylib       0x9a784d89 _pthread_start + 162
    15  libsystem_pthread.dylib       0x9a782e52 thread_start + 34
    Thread 15:: cache
    0   libsystem_kernel.dylib         0x9c28d8b2 kevent + 10
    1   libgoogleearth_free.dylib     0x01202ccd 0x8000 + 18853069
    2   libgoogleearth_free.dylib     0x012010f2 0x8000 + 18845938
    3   libgoogleearth_free.dylib     0x00c35053 0x8000 + 12767315
    4   libgoogleearth_free.dylib     0x00c4f29d 0x8000 + 12874397
    5   libgoogleearth_free.dylib     0x00c4f364 0x8000 + 12874596
    6   libgoogleearth_free.dylib     0x00c6907a 0x8000 + 12980346
    7   libgoogleearth_free.dylib     0x00c68bac 0x8000 + 12979116
    8   libsystem_pthread.dylib       0x9a784e13 _pthread_body + 138
    9   libsystem_pthread.dylib       0x9a784d89 _pthread_start + 162
    10  libsystem_pthread.dylib       0x9a782e52 thread_start + 34
    Thread 16:: FinishThread
    0   libsystem_kernel.dylib         0x9c28c512 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x9a785a4a _pthread_cond_wait + 726
    2   libsystem_pthread.dylib       0x9a7891c0 pthread_cond_wait$UNIX2003 + 71
    3   libgoogleearth_free.dylib     0x00c65ec7 0x8000 + 12967623
    4   libgoogleearth_free.dylib     0x00c66fde 0x8000 + 12971998
    5   libgoogleearth_free.dylib     0x00c67025 0x8000 + 12972069
    6   libgoogleearth_free.dylib     0x00c5635e 0x8000 + 12903262
    7   libgoogleearth_free.dylib     0x00c4f29d 0x8000 + 12874397
    8   libgoogleearth_free.dylib     0x00c4f364 0x8000 + 12874596
    9   libgoogleearth_free.dylib     0x00c6907a 0x8000 + 12980346
    10  libgoogleearth_free.dylib     0x00c68bac 0x8000 + 12979116
    11  libsystem_pthread.dylib       0x9a784e13 _pthread_body + 138
    12  libsystem_pthread.dylib       0x9a784d89 _pthread_start + 162
    13  libsystem_pthread.dylib       0x9a782e52 thread_start + 34
    Thread 17:
    0   libsystem_kernel.dylib         0x9c286a22 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x97d4916c MPWaitOnSemaphore + 120
    2   libgoogleearth_free.dylib     0x0034cf7d 0x8000 + 3428221
    3   libgoogleearth_free.dylib     0x002d3b37 0x8000 + 2931511
    4   libgoogleearth_free.dylib     0x002d35ad 0x8000 + 2930093
    5   libgoogleearth_free.dylib     0x00127384 0x8000 + 1176452
    6   libgoogleearth_free.dylib     0x0013b426 0x8000 + 1258534
    7   libsystem_pthread.dylib       0x9a784e13 _pthread_body + 138
    8   libsystem_pthread.dylib       0x9a784d89 _pthread_start + 162
    9   libsystem_pthread.dylib       0x9a782e52 thread_start + 34
    Thread 18:
    0   libsystem_kernel.dylib         0x9c28c512 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x9a785abe _pthread_cond_wait + 842
    2   libsystem_pthread.dylib       0x9a78576f pthread_cond_wait + 48
    3   QtWebKit                       0x0398e037 JSValueMakeNull + 1351543
    4   QtWebKit                       0x0398e0c1 JSValueMakeNull + 1351681
    5   libsystem_pthread.dylib       0x9a784e13 _pthread_body + 138
    6   libsystem_pthread.dylib       0x9a784d89 _pthread_start + 162
    7   libsystem_pthread.dylib       0x9a782e52 thread_start + 34
    Thread 19:: WorkerPool/37387
    0   libsystem_kernel.dylib         0x9c28c512 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x9a785a4a _pthread_cond_wait + 726
    2   libsystem_pthread.dylib       0x9a78920c pthread_cond_timedwait$UNIX2003 + 71
    3   libgoogleearth_free.dylib     0x00c661fc 0x8000 + 12968444
    4   libgoogleearth_free.dylib     0x00c69fb0 0x8000 + 12984240
    5   libgoogleearth_free.dylib     0x00c6a8e8 0x8000 + 12986600
    6   libgoogleearth_free.dylib     0x00c68bac 0x8000 + 12979116
    7   libsystem_pthread.dylib       0x9a784e13 _pthread_body + 138
    8   libsystem_pthread.dylib       0x9a784d89 _pthread_start + 162
    9   libsystem_pthread.dylib       0x9a782e52 thread_start + 34
    Thread 20:: WorkerPool/36619
    0   libsystem_kernel.dylib         0x9c28c512 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x9a785a4a _pthread_cond_wait + 726
    2   libsystem_pthread.dylib       0x9a78920c pthread_cond_timedwait$UNIX2003 + 71
    3   libgoogleearth_free.dylib     0x00c661fc 0x8000 + 12968444
    4   libgoogleearth_free.dylib     0x00c69fb0 0x8000 + 12984240
    5   libgoogleearth_free.dylib     0x00c6a8e8 0x8000 + 12986600
    6   libgoogleearth_free.dylib     0x00c68bac 0x8000 + 12979116
    7   libsystem_pthread.dylib       0x9a784e13 _pthread_body + 138
    8   libsystem_pthread.dylib       0x9a784d89 _pthread_start + 162
    9   libsystem_pthread.dylib       0x9a782e52 thread_start + 34
    Thread 21:: WorkerPool/37639
    0   libsystem_kernel.dylib         0x9c28c512 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x9a785a4a _pthread_cond_wait + 726
    2   libsystem_pthread.dylib       0x9a78920c pthread_cond_timedwait$UNIX2003 + 71
    3   libgoogleearth_free.dylib     0x00c661fc 0x8000 + 12968444
    4   libgoogleearth_free.dylib     0x00c69fb0 0x8000 + 12984240
    5   libgoogleearth_free.dylib     0x00c6a8e8 0x8000 + 12986600
    6   libgoogleearth_free.dylib     0x00c68bac 0x8000 + 12979116
    7   libsystem_pthread.dylib       0x9a784e13 _pthread_body + 138
    8   libsystem_pthread.dylib       0x9a784d89 _pthread_start + 162
    9   libsystem_pthread.dylib       0x9a782e52 thread_start + 34
    Thread 22:
    0   libsystem_kernel.dylib         0x9c28c86a __select_nocancel + 10
    1   libsystem_kernel.dylib         0x9c289a4d select + 92
    2   QtCore                         0x024d0bb0 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timeval const*) + 320
    3   QtCore                         0x024d48b3 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timeval*) + 435
    4   QtCore                         0x024d4def QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 175
    5   QtCore                         0x024b2801 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 65
    6   QtCore                         0x024b2b2a QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 170
    7   QtCore                         0x02408e8d QThread::exec() + 157
    8   QtCore                         0x024099d6 QThread::setPriority(QThread::Priority) + 454
    9   libsystem_pthread.dylib       0x9a784e13 _pthread_body + 138
    10  libsystem_pthread.dylib       0x9a784d89 _pthread_start + 162
    11  libsystem_pthread.dylib       0x9a782e52 thread_start + 34
    Thread 23:: WorkerPool/40967
    0   libsystem_kernel.dylib         0x9c28c512 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x9a785a4a _pthread_cond_wait + 726
    2   libsystem_pthread.dylib       0x9a78920c pthread_cond_timedwait$UNIX2003 + 71
    3   libgoogleearth_free.dylib     0x00c661fc 0x8000 + 12968444
    4   libgoogleearth_free.dylib     0x00c69fb0 0x8000 + 12984240
    5   libgoogleearth_free.dylib     0x00c6a8e8 0x8000 + 12986600
    6   libgoogleearth_free.dylib     0x00c68bac 0x8000 + 12979116
    7   libsystem_pthread.dylib       0x9a784e13 _pthread_body + 138
    8   libsystem_pthread.dylib       0x9a784d89 _pthread_start + 162
    9   libsystem_pthread.dylib       0x9a782e52 thread_start + 34
    Thread 24:
    0   libsystem_kernel.dylib         0x9c286a22 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x97d4916c MPWaitOnSemaphore + 120
    2   libgoogleearth_free.dylib     0x0034cf7d 0x8000 + 3428221
    3   libgoogleearth_free.dylib     0x002d3b37 0x8000 + 2931511
    4   libgoogleearth_free.dylib     0x002d35ad 0x8000 + 2930093
    5   libgoogleearth_free.dylib     0x00127384 0x8000 + 1176452
    6   libgoogleearth_free.dylib     0x0013b426 0x8000 + 1258534
    7   libsystem_pthread.dylib       0x9a784e13 _pthread_body + 138
    8   libsystem_pthread.dylib       0x9a784d89 _pthread_start + 162
    9   libsystem_pthread.dylib       0x9a782e52 thread_start + 34
    Thread 25:: WorkerPool/41987
    0   libsystem_kernel.dylib         0x9c28c512 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x9a785a4a _pthread_cond_wait + 726
    2   libsystem_pthread.dylib       0x9a78920c pthread_cond_timedwait$UNIX2003 + 71
    3   libgoogleearth_free.dylib     0x00c661fc 0x8000 + 12968444
    4   libgoogleearth_free.dylib     0x00c69fb0 0x8000 + 12984240
    5   libgoogleearth_free.dylib     0x00c6a8e8 0x8000 + 12986600
    6   libgoogleearth_free.dylib     0x00c68bac 0x8000 + 12979116
    7   libsystem_pthread.dylib       0x9a784e13 _pthread_body + 138
    8   libsystem_pthread.dylib       0x9a784d89 _pthread_start + 162
    9   libsystem_pthread.dylib       0x9a782e52 thread_start + 34
    Thread 26:: WorkerPool/42243
    0   libsystem_kernel.dylib         0x9c28c512 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x9a785a4a _pthread_cond_wait + 726
    2   libsystem_pthread.dylib       0x9a78920c pthread_cond_timedwait$UNIX2003 + 71
    3   libgoogleearth_free.dylib     0x00c661fc 0x8000 + 12968444
    4   libgoogleearth_free.dylib     0x00c69fb0 0x8000 + 12984240
    5   libgoogleearth_free.dylib     0x00c6a8e8 0x8000 + 12986600
    6   libgoogleearth_free.dylib     0x00c68bac 0x8000 + 12979116
    7   libsystem_pthread.dylib       0x9a784e13 _pthread_body + 138
    8   libsystem_pthread.dylib       0x9a784d89 _pthread_start + 162
    9   libsystem_pthread.dylib       0x9a782e52 thread_start + 34
    Thread 27:
    0   libsystem_kernel.dylib         0x9c286a22 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x97d4916c MPWaitOnSemaphore + 120
    2   libgoogleearth_free.dylib     0x0034cf7d 0x8000 + 3428221
    3   libgoogleearth_free.dylib     0x0049ab38 0x8000 + 4795192
    4   libgoogleearth_free.dylib     0x0049aa0d 0x8000 + 4794893
    5   libgoogleearth_free.dylib     0x00496ed5 0x8000 + 4779733
    6   libgoogleearth_free.dylib     0x00127384 0x8000 + 1176452
    7   libgoogleearth_free.dylib     0x0013b426 0x8000 + 1258534
    8   libsystem_pthread.dylib       0x9a784e13 _pthread_body + 138
    9   libsystem_pthread.dylib       0x9a784d89 _pthread_start + 162
    10  libsystem_pthread.dylib       0x9a782e52 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000001  ebx: 0x0457aa10  ecx: 0x00000000  edx: 0x00000000
      edi: 0x98ced2be  esi: 0x04916000  ebp: 0xbfffdcd8  esp: 0xbfffdcd0
       ss: 0x00000023  efl: 0x00200282  eip: 0x98cedd07   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x0de66000
    Logical CPU:     0
    Error Code:      0x00000000
    Trap Number:     3
    Binary Images:
        0x1000 -     0x2ffd +com.Google.GoogleEarthPlus (7.1 - 7.1.2.2041) <9B52EC88-5756-351C-8D25-9F4C6072D92B> /Applications/Google Earth.app/Contents/MacOS/Google Earth
        0x8000 -  0x20f0ffb +libgoogleearth_free.dylib (0) <C74D6AD3-66E8-382A-A6BF-ADA626BF1717> /Applications/Google Earth.app/Contents/Frameworks/libgoogleearth_free.dylib
    0x2392000 -  0x25d0fe7 +QtCore (4.7.4) <9B01EA58-A8A4-6D2F-81D7-A4B83863E490> /Applications/Google Earth.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
    0x261d000 -  0x2cbbfe3 +QtGui (4.7.4) <741A2953-19F8-2B9F-7EC2-D469CBDBC826> /Applications/Google Earth.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
    0x2dfb000 -  0x3b20ff7 +QtWebKit (4.7.4) <E0C210A1-D16C-A565-F989-78DB24DDD727> /Applications/Google Earth.app/Contents/Frameworks/QtWebKit.framework/Versions/4/QtWebKit
    0x3d2b000 -  0x3de8fe7 +QtNetwork (4.7.4) <D13048C3-EDCE-FCA5-828E-B1E112255E27> /Applications/Google Earth.app/Contents/Frameworks/QtNetwork.framework/Versions/4/QtNetwork
    0x3e0c000 -  0x3e18ff7  libexslt.0.dylib (13) <10E6C8FD-8D80-3A34-8EB4-AB0299EA0EDC> /usr/lib/libexslt.0.dylib
    0x3e1f000 -  0x3f16ff7 +libLeap.dylib (1.0.8) <FFB97D4F-53CE-3058-8360-C5E5CB9510D3> /Applications/Google Earth.app/Contents/Frameworks/libLeap.dylib
    0x3f2f000 -  0x3f55ff7 +libicudata.38.dylib (38) <90531F55-CFBF-0CDE-7F61-30600311756F> /Applications/Google Earth.app/Contents/Frameworks/libicudata.38.dylib
    0x3f58000 -  0x4022ff7 +libicuuc.38.dylib (38) <FBCE378B-CF19-7351-99E1-FB1B6C9B18BF> /Applications/Google Earth.app/Contents/Frameworks/libicuuc.38.dylib
    0x405f000 -  0x4077ffb +libge_expat.dylib (0) <C58ED800-85DC-3998-B11E-CE108D828BDE> /Applications/Google Earth.app/Contents/Frameworks/libge_expat.dylib
    0x407c000 -  0x4304fef +libfreeimage-3.dylib (0) <4F9D6BA4-156E-DF20-AB9F-D742BCFD1527> /Applications/Google Earth.app/Contents/Frameworks/libfreeimage-3.dylib
    0x4368000 -  0x437bfff +GoogleBreakpad (1.1) <F44AD185-9F9F-5D8A-1A2C-85A161C3DB4B> /Applications/Google Earth.app/Contents/Frameworks/GoogleBreakpad.framework/Versions/A/GoogleBreakpa d
    0x4388000 -  0x4397ff7 +KeystoneRegistration (0) <2379CBDF-65AB-246D-D5F4-3A450D457F42> /Applications/Google Earth.app/Contents/Frameworks/KeystoneRegistration.framework/Versions/A/Keyston eRegistration
    0x43a3000 -  0x43d4ffb  com.apple.securityinterface (10.0 - 55058) <95726911-E181-3115-8451-EE1FA35A2937> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x70c6000 -  0x717eff7  ColorSyncDeprecated.dylib (442) <EC2A4ACE-5AC2-3BAD-862D-9640B241A098> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x8b08000 -  0x8b4affb  com.apple.CloudDocs (1.0 - 280.6) <5C3C95B5-C470-3C3C-969D-008A045F5284> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
    0xb824000 -  0xb831ff3  libGPUSupport.dylib (11.1.1) <488C6CF4-10C0-3F1B-9C13-AFC5163EEC9C> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
    0xb8c1000 -  0xb8c6ff7 +libqgif.dylib (0) <5570C4CD-C39F-1D5C-6BD8-D6CDD9054852> /Applications/Google Earth.app/Contents/PlugIns/imageformats/libqgif.dylib
    0xbc01000 -  0xbcf9ff7 +libnpgeinprocessplugin.dylib (0) <73C7118B-D7AC-3AF4-98DB-D36DD2CDF4B6> /Applications/Google Earth.app/Contents/Frameworks/libnpgeinprocessplugin.dylib
    0xbd78000 -  0xbdacfe7 +libqjpeg.dylib (0) <6A2CC7F3-BCEB-2172-C969-18301EBA155D> /Applications/Google Earth.app/Contents/PlugIns/imageformats/libqjpeg.dylib
    0xbdb1000 -  0xbdfffe7 +libqtiff.dylib (0) <71D1939B-D05B-43A2-07DF-E4138F35734F> /Applications/Google Earth.app/Contents/PlugIns/imageformats/libqtiff.dylib
    0xc800000 -  0xd01effb  libclh.dylib (4.0.3 - 4.0.3) <E361905B-2B9B-3715-A618-7A89320EE2D0> /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/libclh.dy lib
    0xe5e8000 -  0xe5e9ffb  ATSHI.dylib (375) <43D88214-DA8A-3ECA-906F-AC704FD0441E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0xec95000 -  0xec99ff3  libFontRegistryUI.dylib (134) <930E414C-F621-3EE5-8D2F-4C595BDEB2B4> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
    0x48000000 - 0x488f0fff  com.apple.GeForceTeslaGLDriver (10.0.19 - 10.0.0) <B3E00313-2879-3640-8ACB-86D6FE3B974D> /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/GeForceTe slaGLDriver
    0x8fe48000 - 0x8fe7be03  dyld (353.2.1) <06B1254D-9BB9-327C-BA15-8F18FFF97586> /usr/lib/dyld
    0x90008000 - 0x9009afff  com.apple.CoreSymbolication (3.1 - 57020) <EAC6745A-AB1D-38CC-A12C-99ECD8F071ED> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x9009b000 - 0x900c2fff  libdispatch.dylib (442.1.4) <B26A176C-39F7-3362-B128-27B1211068B9> /usr/lib/system/libdispatch.dylib
    0x900c3000 - 0x900cdffb  com.apple.audio.SoundManager (4.2 - 4.2) <4312D0A7-4B6F-3A1E-9A47-24C6E8C65E51> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x900ce000 - 0x90108ff7  com.apple.DebugSymbols (115 - 115) <D01FFA10-1734-31C5-B5A1-9CB61463FC15> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x90109000 - 0x90150ff3  com.apple.AppleJPEG (1.0 - 1) <C14A2B49-A664-3EDE-9B9B-6A678ED7F8DE> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x901a1000 - 0x901a1fff  libkeymgr.dylib (28) <06DDCEF8-EB84-3F68-9E19-FD1A12B764FD> /usr/lib/system/libkeymgr.dylib
    0x901a2000 - 0x901a3fff  liblangid.dylib (117) <34A0F807-755F-300B-B01F-AABAE3838451> /usr/lib/liblangid.dylib
    0x901a4000 - 0x901bbffb  com.apple.AppContainer (4.0 - 238.10.1) <76D88956-AF52-35AA-8213-9B6285B623CD> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
    0x901bc000 - 0x901d0fff  com.apple.ImageCapture (9.0 - 9.0) <4B84B5D5-A5F3-3B35-93CE-568A73486B92> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x901d1000 - 0x901fbfff  libxslt.1.dylib (13) <0F55B64A-6C55-304E-ACE0-B531027AA066> /usr/lib/libxslt.1.dylib
    0x901fc000 - 0x90200fff  libheimdal-asn1.dylib (398.10.1) <6F113AF8-F5AD-330B-B029-F7AF28A93F28> /usr/lib/libheimdal-asn1.dylib
    0x90201000 - 0x90560ffb  com.apple.Foundation (6.9 - 1152.14) <F74F139D-8789-3B60-ADF6-AB6F39444AC4> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90561000 - 0x9057bff7  liblzma.5.dylib (7) <D0BC984D-5B33-328C-8F1E-7E9C41813433> /usr/lib/liblzma.5.dylib
    0x9057c000 - 0x905a9ff7  GLRendererFloat (11.1.1) <C8DA6CFC-9574-31A2-B012-5394A007268F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x905aa000 - 0x909ddff3  com.apple.vision.FaceCore (3.1.6 - 3.1.6) <EF92C25B-3E33-379F-A862-75C2FCA8B386> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x909de000 - 0x909f0ff7  libsasl2.2.dylib (193) <B5813595-A89D-39D4-BB06-F6013D3BD98C> /usr/lib/libsasl2.2.dylib
    0x909f1000 - 0x90a51fff  com.apple.AppleVAFramework (5.0.31 - 5.0.31) <45401678-26FE-3EFD-B1A1-88864B470871> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x90a52000 - 0x90aeffff  com.apple.ink.framework (10.9 - 213) <F47949BC-ABEE-329B-B568-71C6FEF761F6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x90af0000 - 0x90afbff7  com.apple.NetAuth (5.0 - 5.0) <D6C31218-47E4-3553-9208-D1091A81044E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x90afc000 - 0x90ba4ff7  com.apple.CoreMedia (1.0 - 1562.107) <A175F33D-8502-3D36-8C9C-0D74BA904CF2> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x90c5f000 - 0x90d2afff  com.apple.DiscRecording (9.0 - 9000.4.2) <79272AB7-6389-34D8-ADEE-612E1DBE6B54> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x90d2b000 - 0x90db7ff3  com.apple.PerformanceAnalysis (1.0 - 1) <7A9DD1C9-465D-37FA-957E-2B0F190CFC7C> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x90db8000 - 0x919adfff  com.apple.AppKit (6.9 - 1344.72) <B84FF828-3016-353A-BF86-C1547F448FB1> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x919ae000 - 0x919b4ff7  libsystem_networkextension.dylib (167.1.10) <FC20E3AD-A53D-3346-AC71-829E82832AE8> /usr/lib/system/libsystem_networkextension.dylib
    0x919b5000 - 0x91a32ff3  com.apple.framework.IOKit (2.0.2 - 1050.10.8) <60574F96-1CD6-34B8-A862-EA977FD058BF> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x91a33000 - 0x91a59ffb  libxpc.dylib (559.10.3) <6C4CEB0F-0044-3B62-A286-5693C3FD239E> /usr/lib/system/libxpc.dylib
    0x91a5a000 - 0x91a63fff  com.apple.DiskArbitration (2.6 - 2.6) <D906604A-1D8C-31BF-8F22-EA219FFC858F> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91a64000 - 0x91abafff  libc++.1.dylib (120) <D8DE4962-66CD-3491-904E-9291EEE5E570> /usr/lib/libc++.1.dylib
    0x91abb000 - 0x91b10ff7  com.apple.htmlrendering (77 - 1.1.4) <B85A63B9-C9DD-3ECC-B5DC-E12533C7FDF9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x91b11000 - 0x91b2effb  com.apple.Ubiquity (1.3 - 313) <9ED23769-0725-3D4B-B7F4-AF08020D73C3> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x91b2f000 - 0x91b33fff  libCoreVMClient.dylib (79) <85CBF1F3-3CE1-304F-88DF-15608C9A2367> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x91b34000 - 0x91b37fff  libpam.2.dylib (20) <E2F34522-448A-3392-BC1D-6625BEB612B9> /usr/lib/libpam.2.dylib
    0x91b6a000 - 0x91b99fff  com.apple.CoreVideo (1.8 - 145.1) <A59466FC-6B5A-3B36-BDD4-AC9CD581B7A1> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x91b9a000 - 0x91e38ffb  com.apple.WebKit (10600 - 10600.3.18) <EB9B4EAA-C074-3B29-88C1-35E23889C636> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x91e39000 - 0x91e8afff  libcups.2.dylib (408) <08C5D411-533C-345A-B820-092C96215F2E> /usr/lib/libcups.2.dylib
    0x91e8b000 - 0x91e8cfff  com.apple.TrustEvaluationAgent (2.0 - 25) <28BBD931-EF7C-3753-B50E-6568F4075086> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x91e8d000 - 0x91ee0fff  libstdc++.6.dylib (104.1) <D0EB2C99-5939-3ABA-9C18-D9AD75CE23A1> /usr/lib/libstdc++.6.dylib
    0x91ee1000 - 0x9204afff  com.apple.avfoundation (2.0 - 889.102) <864AFE74-25CA-3704-9246-5BD9CB5AB360> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x92304000 - 0x92312ff7  com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) <637E7AB2-1077-319C-A6A2-D0D0F01951BA> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/Sp eechRecognitionCore
    0x92313000 - 0x92315fff  libCVMSPluginSupport.dylib (11.1.1) <2AEAFC0D-982C-3E26-B50B-B6EB12FE71F4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x92316000 - 0x9231efff  com.apple.CoreServices.FSEvents (1210 - 1210) <FC372799-6E8E-3290-9816-6981D39BC9D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvent s.framework/Versions/A/FSEvents
    0x92322000 - 0x9232ffff  com.apple.OpenDirectory (10.10 - 187) <14AA5E0C-238A-32C4-BAF3-81893750B5A9> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x92330000 - 0x9239bff7  com.apple.framework.CoreWiFi (3.0 - 300.4) <632A811D-4706-3ED7-85E3-DD2CDB47CF8F> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x92416000 - 0x92445ff7  com.apple.DictionaryServices (1.2 - 229) <1F5C35C7-67AA-30A0-A366-EB4B361152A3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x92446000 - 0x92448fff  libsystem_coreservices.dylib (9) <20E66A47-8D67-344A-A393-73926F0E5FB2> /usr/lib/system/libsystem_coreservices.dylib
    0x92449000 - 0x9244eff7  libcompiler_rt.dylib (35) <6630682F-AB76-3E55-BE51-0A3E61B6CFC2> /usr/lib/system/libcompiler_rt.dylib
    0x9244f000 - 0x92453ffb  libcache.dylib (69) <55501A00-AF64-3554-8F46-8D5AFEDEC332> /usr/lib/system/libcache.dylib
    0x92454000 - 0x9254bff7  libFontParser.dylib (134.1) <AF60B79A-410B-389E-9B24-09B5BC61E19F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x9254c000 - 0x9255ffff  com.apple.CoreBluetooth (1.0 - 1) <DF406F6F-C173-3598-8785-8A2014F770EF> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x92ee5000 - 0x92fcffff  libcrypto.0.9.8.dylib (52.10.1) <DD3EA46B-C906-39AA-848E-7C7240EB31F9> /usr/lib/libcrypto.0.9.8.dylib
    0x92fd0000 - 0x92fe5ffb  com.apple.MultitouchSupport.framework (262.33.1 - 262.33.1) <E8AF5A36-89A1-38CC-9905-D74A692D0898> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x92fe6000 - 0x930b0ff7  com.apple.backup.framework (1.6.2 - 1.6.2) <AE8234C3-6BB3-317B-A4E7-EF3478445DFF> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x930b1000 - 0x930ddffb  libsandbox.1.dylib (358.1.1) <776BDC0D-F352-3F49-9B0A-8B6B0D164C6A> /usr/lib/libsandbox.1.dylib
    0x930de000 - 0x930e4ff3  libsystem_platform.dylib (63) <509993B7-3F26-3360-B899-0BBB15152516> /usr/lib/system/libsystem_platform.dylib
    0x930e5000 - 0x9317ffff  com.apple.ColorSync (4.9.0 - 4.9.0) <091CDCEC-1B25-3FE7-94C2-8AEFA6564E95> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x93180000 - 0x9318eff3  libxar.1.dylib (254) <D7C4FDEB-61AA-3FC1-8B7B-0AE3A3A64492> /usr/lib/libxar.1.dylib
    0x931a5000 - 0x933942ef  libobjc.A.dylib (647) <7648C174-3098-3B26-AD20-490DBFFD5D4C> /usr/lib/libobjc.A.dylib
    0x93395000 - 0x933bbff3  libc++abi.dylib (125) <E9AF8CA1-D54D-37E3-8363-A3E8C0840F71> /usr/lib/libc++abi.dylib
    0x933bc000 - 0x9340dfff  com.apple.opencl (2.4.2 - 2.4.2) <327699CD-6BF9-3B63-999E-A5A56014E540> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x9340e000 - 0x934feff3  com.apple.DiskImagesFramework (10.10.1 - 396) <976D6EB2-1729-33FF-BEAC-83EE6653CF74> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x934ff000 - 0x93539fff  com.apple.MediaKit (16 - 757) <430EC569-B083-3608-B91F-3EC6B6065519> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x9353a000 - 0x93542fff  libsystem_dnssd.dylib (561.1.1) <45CDAF46-03DE-33DB-A627-14F245993EF2> /usr/lib/system/libsystem_dnssd.dylib
    0x93543000 - 0x93545fff  libquarantine.dylib (76) <9ADD861F-A66E-3AD1-A77E-C622E91BD203> /usr/lib/system/libquarantine.dylib
    0x93546000 - 0x93552ff3  libcommonCrypto.dylib (60061) <024B3913-15C6-3005-9E5A-EB24918F6977> /usr/lib/system/libcommonCrypto.dylib
    0x93560000 - 0x93560fff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <F968D12F-F59D-3148-951D-76735C3C1B57> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x93561000 - 0x93abdff3  com.apple.MediaToolbox (1.0 - 1562.107) <AA1B8DFA-C1C3-3610-BBFD-3C26E063168F> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x93abe000 - 0x93dd2fef  com.apple.CoreAUC (211.0.0 - 211.0.0) <78C567D8-532D-3A08-BF7D-0C25A859F64A> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x93dd3000 - 0x93ddcfff  libGFXShared.dylib (11.1.1) <9A7C1796-07E7-3856-8703-75559016EF98> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x93ddd000 - 0x93e5cfff  com.apple.SystemConfiguration (1.14 - 1.14) <21296E7B-11A3-35C0-BDC7-838392DE8298> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x93e5d000 - 0x93f6afe3  libvDSP.dylib (516) <53F7A960-01E1-3B79-A7FD-67BD19471420> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x93f6b000 - 0x93f76ff7  com.apple.AppSandbox (4.0 - 238.10.1) <89DA7A61-B7F6-3365-8D49-65FA766EF720> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x93f77000 - 0x940bbfff  com.apple.ImageIO.framework (3.3.0 - 1232) <3C219D4C-9B88-3A4A-A266-AEA6C6495676> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x940bc000 - 0x940d9fff  libCRFSuite.dylib (34) <781A92EF-410E-39B2-953D-FEE12748D834> /usr/lib/libCRFSuite.dylib
    0x940da000 - 0x940f3fff  com.apple.Kerberos (3.0 - 1) <92735F11-CF1C-3FA6-8682-9A30AC9E2651> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x940f4000 - 0x940f7fff  libextension.dylib (55.1) <E0A4ADBE-596E-3363-8780-51D8AE39B755> /usr/lib/libextension.dylib
    0x940f8000 - 0x9414cfff  com.apple.HIServices (1.22 - 520.12) <8950B516-7DFD-3154-B34F-067809086832> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9414d000 - 0x9414dfff  com.apple.Accelerate (1.10 - Accelerate 1.10) <C2367B5B-AE20-3084-A864-104743BE478E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9414e000 - 0x941a9ffb  libTIFF.dylib (1232) <E5A82202-E766-32DE-9706-86B3B2B73731> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x941aa000 - 0x9421dffb  com.apple.framework.CoreWLAN (5.0 - 500.35.2) <22CC0615-70EF-3155-8410-A1427793DBBC> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x9421e000 - 0x9425aff3  com.apple.RemoteViewServices (2.0 - 99) <2839C2F1-88DA-3843-87BF-441A374A8967> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x9425b000 - 0x9435bff7  com.apple.LaunchServices (644.12.4 - 644.12.4) <D41066A1-FC8B-34A2-A980-4B011AA77F38> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x9435c000 - 0x9435dfff  libsystem_blocks.dylib (65) <5D98F022-E863-31D4-8ADE-D53B2AE0D331> /usr/lib/system/libsystem_blocks.dylib
    0x9435e000 - 0x94365fff  libMatch.1.dylib (24) <428CD037-5261-39A6-83EE-A7D9ABF446EB> /usr/lib/libMatch.1.dylib
    0x94366000 - 0x9440cfff  com.apple.Metadata (10.7.0 - 917.1) <0B19C2DD-A71C-3D2B-AB00-68FFC6CC606A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9440d000 - 0x9444dffb  libGLImage.dylib (11.1.1) <B49A6796-40A3-33D0-8199-6AED149ADFDF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9444e000 - 0x9449cff7  libcurl.4.dylib (83.1.2) <F5D7DC22-1308-34FD-8A4E-A4DC3F8351E4> /usr/lib/libcurl.4.dylib
    0x9449d000 - 0x944a0fff  com.apple.xpc.ServiceManagement (1.0 - 1) <D0A00D0C-D37D-3CF1-9EE0-41A88BC112BB> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x944a1000 - 0x944feff3  com.apple.print.framework.PrintCore (10.0 - 451) <2563665B-7B7F-3B8A-83B1-E5AC8D389909> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x944ff000 - 0x94518fff  libsystem_malloc.dylib (53.1.1) <58CD8BC7-55D1-3862-8E5D-728EE2EBE447> /usr/lib/system/libsystem_malloc.dylib
    0x94519000 - 0x94558fff  com.apple.NavigationServices (3.8 - 215.1) <46D8B66D-CB59-36F5-BD26-FD8309337BB3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x94559000 - 0x947d5ff7  com.apple.security (7.0 - 57031.10.10) <3EF32688-A176-33DD-BA59-25F37D6C08DA> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x947d6000 - 0x94813ff7  libsystem_network.dylib (411.1) <EB71DD61-9515-3F6C-817E-25AF7F108CB8> /usr/lib/system/libsystem_network.dylib
    0x94814000 - 0x9490aff7  libxml2.2.dylib (26) <2F37833C-4D55-3A09-9A0C-5904E8B6892A> /usr/lib/libxml2.2.dylib
    0x9490b000 - 0x9490eff7  com.apple.help (1.3.3 - 46) <FDF183E4-3B95-3CBD-A390-2536C8E7E258> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x9490f000 - 0x94910fff  libremovefile.dylib (35) <49DCAF7B-4466-3775-9E58-EA5D7CBA8AE0> /usr/lib/system/libremovefile.dylib
    0x94911000 - 0x9493afff  libRIP.A.dylib (775.16) <5587B04F-D31C-3F70-961F-0F6282E8FB29> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
    0x9493b000 - 0x94961ffb  libPng.dylib (1232) <576BCAB6-DBE2-36DB-A390-E945FC844118> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x94962000 - 0x949a2fff  com.apple.Symbolication (1.4 - 56045) <BE1C4846-DA11-365D-9B46-3FF130401839> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x949a3000 - 0x949a5ffb  libRadiance.dylib (1232) <F16794FD-4326-32CD-A578-3B2ADB27587D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x949a6000 - 0x94baaff3  com.apple.CFNetwork (720.2.4 - 720.2.4) <2BDDB692-8973-3B53-A53C-71D42BDBABBF> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x94bad000 - 0x94d5bffb  GLEngine (11.1.1) <3F96C2B6-72EF-30DB-BE7C-50411D9B360F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundl e/GLEngine
    0x94d5c000 - 0x94d60ff3  com.apple.TCC (1.0 - 1) <3E7036F2-9706-3116-8126-16F26AA2FC11> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x94d6f000 - 0x94e04fff  libsystem_c.dylib (1044.10.1) <584F66B1-ABBA-354C-8118-1DA5386A065E> /usr/lib/system/libsystem_c.dylib
    0x94e05000 - 0x94e0bff7  libsystem_trace.dylib (72.1.3) <E1985F9C-78FC-3098-8683-81F0DCEE54BB> /usr/lib/system/libsystem_trace.dylib
    0x94e0c000 - 0x94fd0ff3  com.apple.QuartzCore (1.10 - 361.15) <4DD4BF91-26D4-3325-BB42-9642318307FA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94fd1000 - 0x94fd9ff7  libCGCMS.A.dylib (775.16) <8464ED9C-1365-3E92-BCD4-FEAD13EA9836> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
    0x94fda000 - 0x94fe2feb  libcldcpuengine.dylib (2.4.5) <3E336292-C1DC-3B11-BDA5-BB495FC47F5B> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
    0x94fe3000 - 0x94ffaff7  com.apple.CoreMediaAuthoring (2.2 - 951) <02B870F3-BA89-3CFD-95E2-39359DF39D68> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x94ffb000 - 0x95075fff  com.apple.ApplicationServices.ATS (360 - 375) <4052B5D1-5F16-315A-A03B-14F0A112FC18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x95076000 - 0x95091ff3  com.apple.openscripting (1.4 - 162) <EB1D1BA6-C0B0-3D3B-AE54-676324FFF3E6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x95092000 - 0x950edfff  com.apple.LanguageModeling (1.0 - 1) <9B39E059-F48E-31AF-B1B3-B0872F362627> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/Languag eModeling
    0x950ee000 - 0x9527dff3  libsqlite3.dylib (168) <C3F78985-C19B-3320-9F71-543969632128> /usr/lib/libsqlite3.dylib
    0x9527e000 - 0x9527efff  libOpenScriptingUtil.dylib (162) <9872C464-DF90-37C2-9871-8A3F53C615EC> /usr/lib/libOpenScriptingUtil.dylib
    0x952a2000 - 0x952b5fff  libcmph.dylib (1) <2449B048-208E-36FB-9DFA-47E0F3BCF132> /usr/lib/libcmph.dylib
    0x952b6000 - 0x9575dff7  com.apple.JavaScriptCore (10600 - 10600.3.13) <21BA75F3-8A70-3159-8696-7392EDEBEF70> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x9575e000 - 0x95766ffb  com.apple.NetFS (6.0 - 4.0) <141BFE7E-634E-32A0-8EC9-0A1A4DFEA7D9> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x9576c000 - 0x95770fff  com.apple.CommonPanels (1.2.6 - 96) <955375E6-2416-38E1-AFC6-477827119329> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x957a6000 - 0x96756fff  com.apple.WebCore (10600 - 10600.3.15) <FF6008C2-AD

  • I am having trouble displaying Google Earth Plug-in

    My embedded Google Earth plugin suddenly stopped working in Firefox. It's worked fine for months, still works in IE and Chrome, but suddenly it won't display in Firefox. Here is the link:
    http://www.miraclecenter.org/services/study_groups.html

    Morbus:
    You don't understand the Question!! Hence your solution has a high probability of failure. What the original post was saying is that the Google Earth Viewer Plug in, which is an embedded widget provided by Google isn't working in FF 6.3.10 either. I am having the same issues and it works fine in IE and Chrome. It was working fine for me too, but not now.
    You really think if I call or email Google they will fix the problem? I really doubt it. Seems to me like they would prefer FF not to run the embedded player. I could be wrong though.
    Do you still suggest that I contact Google and ask them to fix "there" code so FF can display and run the Embedded Google Earth Player? Would love to hear another solution if possible.
    Thanks
    ~Byron

  • Google earth opens, then crashes

    Google earth opens, but then immediately crashes since Yosemite update.  Anyone else having issues, any fix?

    I'm having the identical problem. Here's the extract of the diagnostic message:
    Process:               Google Earth [6842]
    Path:                  /Applications/Google Earth.app/Contents/MacOS/Google Earth
    Identifier:            com.Google.GoogleEarthPlus
    Version:               7.1 (7.1.2.2041)
    Code Type:             X86 (Native)
    Parent Process:        ??? [1]
    Responsible:           Google Earth [6842]
    User ID:              
    Date/Time:             2014-10-24 01:58:06.936 -0500
    OS Version:            Mac OS X 10.10 (14A389)
    Report Version:        11
    Anonymous UUID:   
    Sleep/Wake UUID:      
    Time Awake Since Boot: 140000 seconds
    Time Since Wake:       13000 seconds
    Crashed Thread:        0  Dispatch queue: com.apple.main-thread
    Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 0000000000001000-0000000000003000 [    8K] r-x/rwx SM=COW  /Applications/Google Earth.app/Contents/MacOS/Google Earth
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation       0x96ccf0b5 CFDictionaryGetValue + 37
    1   com.facebook.plugin           0x176c1694 CGImageProcessor::CGImageProcessor() + 300
    2   com.facebook.plugin           0x176c2cca __static_initialization_and_destruction_0(int, int) + 44
    3   dyld                           0x8fe4f0b3 ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) + 291
    4   dyld                           0x8fe4f218 ImageLoaderMachO::doInitialization(ImageLoader::LinkContext const&) + 64
    5   dyld                           0x8fe4b2f0 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) + 296
    6   dyld                           0x8fe4b176 ImageLoader::processInitializers(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) + 120
    7   dyld                           0x8fe4b3e1 ImageLoader::runInitializers(ImageLoader::LinkContext const&, ImageLoader::InitializerTimingList&) + 79
    8   dyld                           0x8fe3ffc3 dyld::runInitializers(ImageLoader*) + 89
    9   dyld                           0x8fe4789f dlopen + 599
    10  libdyld.dylib                 0x9a229a91 dlopen + 70
    11  com.apple.CoreFoundation       0x96d65c88 _CFBundleDlfcnLoadBundle + 184
    12  com.apple.CoreFoundation       0x96d653c6 _CFBundleLoadExecutableAndReturnError + 630
    13  com.apple.CoreFoundation       0x96de3a01 CFBundleLoadExecutable + 33
    14  QtWebKit                       0x03659c28 qWebKitVersion() + 4088
    15  QtWebKit                       0x03659fcd qWebKitVersion() + 5021
    16  QtWebKit                       0x03507b3b 0x2dfb000 + 7392059
    17  QtWebKit                       0x0350345e 0x2dfb000 + 7373918
    18  QtWebKit                       0x0350372b 0x2dfb000 + 7374635
    19  QtWebKit                       0x0361df44 0x2dfb000 + 8531780
    20  QtWebKit                       0x034a876a 0x2dfb000 + 7001962
    21  QtWebKit                       0x0349693a 0x2dfb000 + 6928698
    22  QtWebKit                       0x034a8db7 0x2dfb000 + 7003575
    23  QtWebKit                       0x03180f95 0x2dfb000 + 3694485
    24  QtWebKit                       0x02fc2f93 0x2dfb000 + 1867667
    25  QtWebKit                       0x03898c5d JSValueMakeNull + 347037
    26  QtWebKit                       0x038d9e5d JSValueMakeNull + 613789
    27  ???                           0x0f71f166 0 + 259125606
    28  QtWebKit                       0x038815c7 JSValueMakeNull + 251143
    29  QtWebKit                       0x03901bd4 JSValueMakeNull + 776980
    30  QtWebKit                       0x0319350b 0x2dfb000 + 3769611
    31  QtWebKit                       0x03193c69 0x2dfb000 + 3771497
    32  QtWebKit                       0x031a9a3e 0x2dfb000 + 3861054
    33  QtWebKit                       0x033ac296 0x2dfb000 + 5968534
    34  QtWebKit                       0x033ace74 0x2dfb000 + 5971572
    35  QtWebKit                       0x033f70dc 0x2dfb000 + 6275292
    36  QtWebKit                       0x0342dea4 0x2dfb000 + 6500004
    37  QtWebKit                       0x03442a1c 0x2dfb000 + 6584860
    38  QtWebKit                       0x0360ad1b 0x2dfb000 + 8453403
    39  QtWebKit                       0x0360b3d2 0x2dfb000 + 8455122
    40  QtCore                         0x023e0f81 QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 593
    And here's the entire log file:
    Process:               Google Earth [6866]
    Path:                  /Applications/Google Earth.app/Contents/MacOS/Google Earth
    Identifier:            com.Google.GoogleEarthPlus
    Version:               7.1 (7.1.2.2041)
    Code Type:             X86 (Native)
    Parent Process:        ??? [1]
    Responsible:           Google Earth [6866]
    User ID:              
    Date/Time:             2014-10-24 01:58:25.701 -0500
    OS Version:            Mac OS X 10.10 (14A389)
    Report Version:        11
    Anonymous UUID:  
    Sleep/Wake UUID:      
    Time Awake Since Boot: 140000 seconds
    Time Since Wake:       13000 seconds
    Crashed Thread:        0  Dispatch queue: com.apple.main-thread
    Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 0000000000001000-0000000000003000 [    8K] r-x/rwx SM=COW  /Applications/Google Earth.app/Contents/MacOS/Google Earth
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation       0x96ccf0b5 CFDictionaryGetValue + 37
    1   com.facebook.plugin           0x16f01694 CGImageProcessor::CGImageProcessor() + 300
    2   com.facebook.plugin           0x16f02cca __static_initialization_and_destruction_0(int, int) + 44
    3   dyld                           0x8fef20b3 ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) + 291
    4   dyld                           0x8fef2218 ImageLoaderMachO::doInitialization(ImageLoader::LinkContext const&) + 64
    5   dyld                           0x8feee2f0 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) + 296
    6   dyld                           0x8feee176 ImageLoader::processInitializers(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) + 120
    7   dyld                           0x8feee3e1 ImageLoader::runInitializers(ImageLoader::LinkContext const&, ImageLoader::InitializerTimingList&) + 79
    8   dyld                           0x8fee2fc3 dyld::runInitializers(ImageLoader*) + 89
    9   dyld                           0x8feea89f dlopen + 599
    10  libdyld.dylib                 0x9a229a91 dlopen + 70
    11  com.apple.CoreFoundation       0x96d65c88 _CFBundleDlfcnLoadBundle + 184
    12  com.apple.CoreFoundation       0x96d653c6 _CFBundleLoadExecutableAndReturnError + 630
    13  com.apple.CoreFoundation       0x96de3a01 CFBundleLoadExecutable + 33
    14  QtWebKit                       0x03659c28 qWebKitVersion() + 4088
    15  QtWebKit                       0x03659fcd qWebKitVersion() + 5021
    16  QtWebKit                       0x03507b3b 0x2dfb000 + 7392059
    17  QtWebKit                       0x0350345e 0x2dfb000 + 7373918
    18  QtWebKit                       0x0350372b 0x2dfb000 + 7374635
    19  QtWebKit                       0x0361df44 0x2dfb000 + 8531780
    20  QtWebKit                       0x034a876a 0x2dfb000 + 7001962
    21  QtWebKit                       0x0349693a 0x2dfb000 + 6928698
    22  QtWebKit                       0x034a8db7 0x2dfb000 + 7003575
    23  QtWebKit                       0x03180f95 0x2dfb000 + 3694485
    24  QtWebKit                       0x02fc2f93 0x2dfb000 + 1867667
    25  QtWebKit                       0x03898c5d JSValueMakeNull + 347037
    26  QtWebKit                       0x038d9e5d JSValueMakeNull + 613789
    27  ???                           0x1255f166 0 + 307622246
    28  QtWebKit                       0x038815c7 JSValueMakeNull + 251143
    29  QtWebKit                       0x03901bd4 JSValueMakeNull + 776980
    30  QtWebKit                       0x0319350b 0x2dfb000 + 3769611
    31  QtWebKit                       0x03193c69 0x2dfb000 + 3771497
    32  QtWebKit                       0x031a9a3e 0x2dfb000 + 3861054
    33  QtWebKit                       0x033ac296 0x2dfb000 + 5968534
    34  QtWebKit                       0x033ace74 0x2dfb000 + 5971572
    35  QtWebKit                       0x033f70dc 0x2dfb000 + 6275292
    36  QtWebKit                       0x0342dea4 0x2dfb000 + 6500004
    37  QtWebKit                       0x03442a1c 0x2dfb000 + 6584860
    38  QtWebKit                       0x0360ad1b 0x2dfb000 + 8453403
    39  QtWebKit                       0x0360b3d2 0x2dfb000 + 8455122
    40  QtCore                         0x023e0f81 QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 593
    41  QtNetwork                     0x03dcd222 QNetworkReply::finished() + 50
    42  libgoogleearth_free.dylib     0x0018c6c4 0x8000 + 1590980
    43  QtCore                         0x024be25a QMetaCallEvent::placeMetaCall(QObject*) + 42
    44  QtCore                         0x024bea8c QObject::event(QEvent*) + 572
    45  QtGui                         0x02690ecc QApplicationPrivate::notify_helper(QObject*, QEvent*) + 326
    46  QtGui                         0x02691191 QApplication::notify(QObject*, QEvent*) + 673
    47  QtCore                         0x023db56c QCoreApplication::notifyInternal(QObject*, QEvent*) + 108
    48  QtCore                         0x024b3c7e QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) + 670
    49  QtGui                         0x02654865 operator!=(QRectF const&, QRectF const&) + 4613
    50  com.apple.CoreFoundation       0x96d4bd1f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
    51  com.apple.CoreFoundation       0x96d3d7ad __CFRunLoopDoSources0 + 253
    52  com.apple.CoreFoundation       0x96d3cce2 __CFRunLoopRun + 994
    53  com.apple.CoreFoundation       0x96d3c696 CFRunLoopRunSpecific + 390
    54  com.apple.CoreFoundation       0x96d3c4fb CFRunLoopRunInMode + 123
    55  com.apple.HIToolbox           0x90588178 RunCurrentEventLoopInMode + 262
    56  com.apple.HIToolbox           0x90587eb1 ReceiveNextEventCommon + 494
    57  com.apple.HIToolbox           0x90587cac _BlockUntilNextEventMatchingListInModeWithFilter + 99
    58  com.apple.AppKit               0x90c2ff59 _DPSNextEvent + 734
    59  com.apple.AppKit               0x90c2f7a1 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 186
    60  com.apple.AppKit               0x90c21f6c -[NSApplication run] + 907
    61  QtGui                         0x0265523e operator!=(QRectF const&, QRectF const&) + 7134
    62  QtCore                         0x024b2801 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 65
    63  QtCore                         0x024b2b2a QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 170
    64  QtCore                         0x024b3ec0 QCoreApplication::exec() + 176
    65  libgoogleearth_free.dylib     0x00089e68 0x8000 + 532072
    66  libgoogleearth_free.dylib     0x00048e44 mainMac + 698
    67  com.Google.GoogleEarthPlus     0x00002c3a start + 1262
    68  com.Google.GoogleEarthPlus     0x00002781 start + 53
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x9783d8d2 kevent64 + 10
    1   libdispatch.dylib             0x980b673f _dispatch_mgr_invoke + 245
    2   libdispatch.dylib             0x980b63a2 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x9783ce6e __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x98c7536d _pthread_wqthread + 939
    2   libsystem_pthread.dylib       0x98c72eea start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib         0x9783ce6e __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x98c7536d _pthread_wqthread + 939
    2   libsystem_pthread.dylib       0x98c72eea start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib         0x9783ce6e __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x98c7536d _pthread_wqthread + 939
    2   libsystem_pthread.dylib       0x98c72eea start_wqthread + 30
    Thread 5:
    0   libsystem_kernel.dylib         0x9783ce6e __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x98c7536d _pthread_wqthread + 939
    2   libsystem_pthread.dylib       0x98c72eea start_wqthread + 30
    Thread 6:
    0   libsystem_kernel.dylib         0x9783ce6e __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x98c7536d _pthread_wqthread + 939
    2   libsystem_pthread.dylib       0x98c72eea start_wqthread + 30
    Thread 7:
    0   libsystem_kernel.dylib         0x97836a82 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x9b52f18c MPWaitOnSemaphore + 120
    2   libgoogleearth_free.dylib     0x0034cf7d 0x8000 + 3428221
    3   libgoogleearth_free.dylib     0x0012a449 0x8000 + 1188937
    4   libgoogleearth_free.dylib     0x0012a3fb 0x8000 + 1188859
    5   libgoogleearth_free.dylib     0x00127384 0x8000 + 1176452
    6   libgoogleearth_free.dylib     0x0013b426 0x8000 + 1258534
    7   libsystem_pthread.dylib       0x98c74ecf _pthread_body + 138
    8   libsystem_pthread.dylib       0x98c74e45 _pthread_start + 162
    9   libsystem_pthread.dylib       0x98c72f0e thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib         0x97836a82 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x9b52f18c MPWaitOnSemaphore + 120
    2   libgoogleearth_free.dylib     0x0034cf7d 0x8000 + 3428221
    3   libgoogleearth_free.dylib     0x0012a449 0x8000 + 1188937
    4   libgoogleearth_free.dylib     0x0012a3fb 0x8000 + 1188859
    5   libgoogleearth_free.dylib     0x00127384 0x8000 + 1176452
    6   libgoogleearth_free.dylib     0x0013b426 0x8000 + 1258534
    7   libsystem_pthread.dylib       0x98c74ecf _pthread_body + 138
    8   libsystem_pthread.dylib       0x98c74e45 _pthread_start + 162
    9   libsystem_pthread.dylib       0x98c72f0e thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib         0x97836a82 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x9b52f18c MPWaitOnSemaphore + 120
    2   libgoogleearth_free.dylib     0x0034cf7d 0x8000 + 3428221
    3   libgoogleearth_free.dylib     0x0012a449 0x8000 + 1188937
    4   libgoogleearth_free.dylib     0x0012a3fb 0x8000 + 1188859
    5   libgoogleearth_free.dylib     0x00127384 0x8000 + 1176452
    6   libgoogleearth_free.dylib     0x0013b426 0x8000 + 1258534
    7   libsystem_pthread.dylib       0x98c74ecf _pthread_body + 138
    8   libsystem_pthread.dylib       0x98c74e45 _pthread_start + 162
    9   libsystem_pthread.dylib       0x98c72f0e thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib         0x97836a82 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x9b52f18c MPWaitOnSemaphore + 120
    2   libgoogleearth_free.dylib     0x0034cf7d 0x8000 + 3428221
    3   libgoogleearth_free.dylib     0x0012a449 0x8000 + 1188937
    4   libgoogleearth_free.dylib     0x0012a3fb 0x8000 + 1188859
    5   libgoogleearth_free.dylib     0x00127384 0x8000 + 1176452
    6   libgoogleearth_free.dylib     0x0013b426 0x8000 + 1258534
    7   libsystem_pthread.dylib       0x98c74ecf _pthread_body + 138
    8   libsystem_pthread.dylib       0x98c74e45 _pthread_start + 162
    9   libsystem_pthread.dylib       0x98c72f0e thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib         0x97836a82 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x9b52f18c MPWaitOnSemaphore + 120
    2   libgoogleearth_free.dylib     0x0034cf7d 0x8000 + 3428221
    3   libgoogleearth_free.dylib     0x0012a419 0x8000 + 1188889
    4   libgoogleearth_free.dylib     0x0012a3fb 0x8000 + 1188859
    5   libgoogleearth_free.dylib     0x00127384 0x8000 + 1176452
    6   libgoogleearth_free.dylib     0x0013b426 0x8000 + 1258534
    7   libsystem_pthread.dylib       0x98c74ecf _pthread_body + 138
    8   libsystem_pthread.dylib       0x98c74e45 _pthread_start + 162
    9   libsystem_pthread.dylib       0x98c72f0e thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib         0x97836a82 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x9b52f18c MPWaitOnSemaphore + 120
    2   libgoogleearth_free.dylib     0x0034cf7d 0x8000 + 3428221
    3   libgoogleearth_free.dylib     0x00128cf3 0x8000 + 1182963
    4   libgoogleearth_free.dylib     0x00116429 0x8000 + 1106985
    5   libgoogleearth_free.dylib     0x00112451 0x8000 + 1090641
    6   libgoogleearth_free.dylib     0x00127384 0x8000 + 1176452
    7   libgoogleearth_free.dylib     0x0013b426 0x8000 + 1258534
    8   libsystem_pthread.dylib       0x98c74ecf _pthread_body + 138
    9   libsystem_pthread.dylib       0x98c74e45 _pthread_start + 162
    10  libsystem_pthread.dylib       0x98c72f0e thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib         0x97836a82 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x9b52f18c MPWaitOnSemaphore + 120
    2   libgoogleearth_free.dylib     0x0034cf7d 0x8000 + 3428221
    3   libgoogleearth_free.dylib     0x00128cf3 0x8000 + 1182963
    4   libgoogleearth_free.dylib     0x00116429 0x8000 + 1106985
    5   libgoogleearth_free.dylib     0x00112451 0x8000 + 1090641
    6   libgoogleearth_free.dylib     0x00127384 0x8000 + 1176452
    7   libgoogleearth_free.dylib     0x0013b426 0x8000 + 1258534
    8   libsystem_pthread.dylib       0x98c74ecf _pthread_body + 138
    9   libsystem_pthread.dylib       0x98c74e45 _pthread_start + 162
    10  libsystem_pthread.dylib       0x98c72f0e thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib         0x97836a82 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x9b52f18c MPWaitOnSemaphore + 120
    2   libgoogleearth_free.dylib     0x0034cf7d 0x8000 + 3428221
    3   libgoogleearth_free.dylib     0x00128cf3 0x8000 + 1182963
    4   libgoogleearth_free.dylib     0x00116429 0x8000 + 1106985
    5   libgoogleearth_free.dylib     0x00112451 0x8000 + 1090641
    6   libgoogleearth_free.dylib     0x00127384 0x8000 + 1176452
    7   libgoogleearth_free.dylib     0x0013b426 0x8000 + 1258534
    8   libsystem_pthread.dylib       0x98c74ecf _pthread_body + 138
    9   libsystem_pthread.dylib       0x98c74e45 _pthread_start + 162
    10  libsystem_pthread.dylib       0x98c72f0e thread_start + 34
    Thread 15:: Cookie Async Thread
    0   libsystem_kernel.dylib         0x9783c516 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x98c75b06 _pthread_cond_wait + 726
    2   libsystem_pthread.dylib       0x98c791d1 pthread_cond_wait$UNIX2003 + 71
    3   libgoogleearth_free.dylib     0x00c65ec7 0x8000 + 12967623
    4   libgoogleearth_free.dylib     0x00c66fde 0x8000 + 12971998
    5   libgoogleearth_free.dylib     0x00c67025 0x8000 + 12972069
    6   libgoogleearth_free.dylib     0x00c5635e 0x8000 + 12903262
    7   libgoogleearth_free.dylib     0x00c4f29d 0x8000 + 12874397
    8   libgoogleearth_free.dylib     0x00c4f364 0x8000 + 12874596
    9   libgoogleearth_free.dylib     0x00c6907a 0x8000 + 12980346
    10  libgoogleearth_free.dylib     0x00c68bac 0x8000 + 12979116
    11  libsystem_pthread.dylib       0x98c74ecf _pthread_body + 138
    12  libsystem_pthread.dylib       0x98c74e45 _pthread_start + 162
    13  libsystem_pthread.dylib       0x98c72f0e thread_start + 34
    Thread 16:: Chrome Network Thread
    0   libsystem_kernel.dylib         0x9783d8b6 kevent + 10
    1   libgoogleearth_free.dylib     0x01202ccd 0x8000 + 18853069
    2   libgoogleearth_free.dylib     0x012010f2 0x8000 + 18845938
    3   libgoogleearth_free.dylib     0x00c35053 0x8000 + 12767315
    4   libgoogleearth_free.dylib     0x00c4f29d 0x8000 + 12874397
    5   libgoogleearth_free.dylib     0x00c4f364 0x8000 + 12874596
    6   libgoogleearth_free.dylib     0x00c6907a 0x8000 + 12980346
    7   libgoogleearth_free.dylib     0x00c68bac 0x8000 + 12979116
    8   libsystem_pthread.dylib       0x98c74ecf _pthread_body + 138
    9   libsystem_pthread.dylib       0x98c74e45 _pthread_start + 162
    10  libsystem_pthread.dylib       0x98c72f0e thread_start + 34
    Thread 17:: Cookie Store Thread
    0   libsystem_kernel.dylib         0x9783c516 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x98c75b06 _pthread_cond_wait + 726
    2   libsystem_pthread.dylib       0x98c7921d pthread_cond_timedwait$UNIX2003 + 71
    3   libgoogleearth_free.dylib     0x00c661fc 0x8000 + 12968444
    4   libgoogleearth_free.dylib     0x00c66fbe 0x8000 + 12971966
    5   libgoogleearth_free.dylib     0x00c56414 0x8000 + 12903444
    6   libgoogleearth_free.dylib     0x00c4f29d 0x8000 + 12874397
    7   libgoogleearth_free.dylib     0x00c4f364 0x8000 + 12874596
    8   libgoogleearth_free.dylib     0x00c6907a 0x8000 + 12980346
    9   libgoogleearth_free.dylib     0x00c68bac 0x8000 + 12979116
    10  libsystem_pthread.dylib       0x98c74ecf _pthread_body + 138
    11  libsystem_pthread.dylib       0x98c74e45 _pthread_start + 162
    12  libsystem_pthread.dylib       0x98c72f0e thread_start + 34
    Thread 18:: NetworkConfigWatcher
    0   libsystem_kernel.dylib         0x97836a2e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x97835ad0 mach_msg + 68
    2   com.apple.CoreFoundation       0x96d3dae6 __CFRunLoopServiceMachPort + 214
    3   com.apple.CoreFoundation       0x96d3cef9 __CFRunLoopRun + 1529
    4   com.apple.CoreFoundation       0x96d3c696 CFRunLoopRunSpecific + 390
    5   com.apple.CoreFoundation       0x96d3c4fb CFRunLoopRunInMode + 123
    6   com.apple.Foundation           0x9b1b7d3a -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 305
    7   libgoogleearth_free.dylib     0x00c36ba4 0x8000 + 12774308
    8   libgoogleearth_free.dylib     0x00c36c74 0x8000 + 12774516
    9   libgoogleearth_free.dylib     0x00c4f29d 0x8000 + 12874397
    10  libgoogleearth_free.dylib     0x00c4f364 0x8000 + 12874596
    11  libgoogleearth_free.dylib     0x00c6907a 0x8000 + 12980346
    12  libgoogleearth_free.dylib     0x00c68bac 0x8000 + 12979116
    13  libsystem_pthread.dylib       0x98c74ecf _pthread_body + 138
    14  libsystem_pthread.dylib       0x98c74e45 _pthread_start + 162
    15  libsystem_pthread.dylib       0x98c72f0e thread_start + 34
    Thread 19:: cache
    0   libsystem_kernel.dylib         0x9783d8b6 kevent + 10
    1   libgoogleearth_free.dylib     0x01202ccd 0x8000 + 18853069
    2   libgoogleearth_free.dylib     0x012010f2 0x8000 + 18845938
    3   libgoogleearth_free.dylib     0x00c35053 0x8000 + 12767315
    4   libgoogleearth_free.dylib     0x00c4f29d 0x8000 + 12874397
    5   libgoogleearth_free.dylib     0x00c4f364 0x8000 + 12874596
    6   libgoogleearth_free.dylib     0x00c6907a 0x8000 + 12980346
    7   libgoogleearth_free.dylib     0x00c68bac 0x8000 + 12979116
    8   libsystem_pthread.dylib       0x98c74ecf _pthread_body + 138
    9   libsystem_pthread.dylib       0x98c74e45 _pthread_start + 162
    10  libsystem_pthread.dylib       0x98c72f0e thread_start + 34
    Thread 20:: FinishThread
    0   libsystem_kernel.dylib         0x9783c516 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x98c75b06 _pthread_cond_wait + 726
    2   libsystem_pthread.dylib       0x98c791d1 pthread_cond_wait$UNIX2003 + 71
    3   libgoogleearth_free.dylib     0x00c65ec7 0x8000 + 12967623
    4   libgoogleearth_free.dylib     0x00c66fde 0x8000 + 12971998
    5   libgoogleearth_free.dylib     0x00c67025 0x8000 + 12972069
    6   libgoogleearth_free.dylib     0x00c5635e 0x8000 + 12903262
    7   libgoogleearth_free.dylib     0x00c4f29d 0x8000 + 12874397
    8   libgoogleearth_free.dylib     0x00c4f364 0x8000 + 12874596
    9   libgoogleearth_free.dylib     0x00c6907a 0x8000 + 12980346
    10  libgoogleearth_free.dylib     0x00c68bac 0x8000 + 12979116
    11  libsystem_pthread.dylib       0x98c74ecf _pthread_body + 138
    12  libsystem_pthread.dylib       0x98c74e45 _pthread_start + 162
    13  libsystem_pthread.dylib       0x98c72f0e thread_start + 34
    Thread 21:
    0   libsystem_kernel.dylib         0x97836a82 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x9b52f18c MPWaitOnSemaphore + 120
    2   libgoogleearth_free.dylib     0x0034cf7d 0x8000 + 3428221
    3   libgoogleearth_free.dylib     0x002d3b37 0x8000 + 2931511
    4   libgoogleearth_free.dylib     0x002d35ad 0x8000 + 2930093
    5   libgoogleearth_free.dylib     0x00127384 0x8000 + 1176452
    6   libgoogleearth_free.dylib     0x0013b426 0x8000 + 1258534
    7   libsystem_pthread.dylib       0x98c74ecf _pthread_body + 138
    8   libsystem_pthread.dylib       0x98c74e45 _pthread_start + 162
    9   libsystem_pthread.dylib       0x98c72f0e thread_start + 34
    Thread 22:: WorkerPool/36615
    0   libsystem_kernel.dylib         0x9783c516 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x98c75b06 _pthread_cond_wait + 726
    2   libsystem_pthread.dylib       0x98c7921d pthread_cond_timedwait$UNIX2003 + 71
    3   libgoogleearth_free.dylib     0x00c661fc 0x8000 + 12968444
    4   libgoogleearth_free.dylib     0x00c69fb0 0x8000 + 12984240
    5   libgoogleearth_free.dylib     0x00c6a8e8 0x8000 + 12986600
    6   libgoogleearth_free.dylib     0x00c68bac 0x8000 + 12979116
    7   libsystem_pthread.dylib       0x98c74ecf _pthread_body + 138
    8   libsystem_pthread.dylib       0x98c74e45 _pthread_start + 162
    9   libsystem_pthread.dylib       0x98c72f0e thread_start + 34
    Thread 23:: WorkerPool/37643
    0   libsystem_kernel.dylib         0x9783c516 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x98c75b06 _pthread_cond_wait + 726
    2   libsystem_pthread.dylib       0x98c7921d pthread_cond_timedwait$UNIX2003 + 71
    3   libgoogleearth_free.dylib     0x00c661fc 0x8000 + 12968444
    4   libgoogleearth_free.dylib     0x00c69fb0 0x8000 + 12984240
    5   libgoogleearth_free.dylib     0x00c6a8e8 0x8000 + 12986600
    6   libgoogleearth_free.dylib     0x00c68bac 0x8000 + 12979116
    7   libsystem_pthread.dylib       0x98c74ecf _pthread_body + 138
    8   libsystem_pthread.dylib       0x98c74e45 _pthread_start + 162
    9   libsystem_pthread.dylib       0x98c72f0e thread_start + 34
    Thread 24:: WorkerPool/37891
    0   libsystem_kernel.dylib         0x9783c516 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x98c75b06 _pthread_cond_wait + 726
    2   libsystem_pthread.dylib       0x98c7921d pthread_cond_timedwait$UNIX2003 + 71
    3   libgoogleearth_free.dylib     0x00c661fc 0x8000 + 12968444
    4   libgoogleearth_free.dylib     0x00c69fb0 0x8000 + 12984240
    5   libgoogleearth_free.dylib     0x00c6a8e8 0x8000 + 12986600
    6   libgoogleearth_free.dylib     0x00c68bac 0x8000 + 12979116
    7   libsystem_pthread.dylib       0x98c74ecf _pthread_body + 138
    8   libsystem_pthread.dylib       0x98c74e45 _pthread_start + 162
    9   libsystem_pthread.dylib       0x98c72f0e thread_start + 34
    Thread 25:
    0   libsystem_kernel.dylib         0x97836b4e mach_wait_until + 10
    1   libsystem_c.dylib             0x9054cd58 nanosleep + 360
    2   libsystem_c.dylib             0x9054c80d sleep + 42
    3   QtWebKit                       0x0398de78 JSValueMakeNull + 1351096
    4   QtWebKit                       0x0398e0c1 JSValueMakeNull + 1351681
    5   libsystem_pthread.dylib       0x98c74ecf _pthread_body + 138
    6   libsystem_pthread.dylib       0x98c74e45 _pthread_start + 162
    7   libsystem_pthread.dylib       0x98c72f0e thread_start + 34
    Thread 26:
    0   libsystem_kernel.dylib         0x9783c86e __select_nocancel + 10
    1   libsystem_kernel.dylib         0x97839aad select + 92
    2   QtCore                         0x024d0bb0 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timeval const*) + 320
    3   QtCore                         0x024d48b3 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timeval*) + 435
    4   QtCore                         0x024d4def QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 175
    5   QtCore                         0x024b2801 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 65
    6   QtCore                         0x024b2b2a QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 170
    7   QtCore                         0x02408e8d QThread::exec() + 157
    8   QtCore                         0x024099d6 QThread::setPriority(QThread::Priority) + 454
    9   libsystem_pthread.dylib       0x98c74ecf _pthread_body + 138
    10  libsystem_pthread.dylib       0x98c74e45 _pthread_start + 162
    11  libsystem_pthread.dylib       0x98c72f0e thread_start + 34
    Thread 27:
    0   libsystem_kernel.dylib         0x97836a82 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x9b52f18c MPWaitOnSemaphore + 120
    2   libgoogleearth_free.dylib     0x0034cf7d 0x8000 + 3428221
    3   libgoogleearth_free.dylib     0x002d3b37 0x8000 + 2931511
    4   libgoogleearth_free.dylib     0x002d35ad 0x8000 + 2930093
    5   libgoogleearth_free.dylib     0x00127384 0x8000 + 1176452
    6   libgoogleearth_free.dylib     0x0013b426 0x8000 + 1258534
    7   libsystem_pthread.dylib       0x98c74ecf _pthread_body + 138
    8   libsystem_pthread.dylib       0x98c74e45 _pthread_start + 162
    9   libsystem_pthread.dylib       0x98c72f0e thread_start + 34
    Thread 28:
    0   libsystem_kernel.dylib         0x97836a82 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x9b52f18c MPWaitOnSemaphore + 120
    2   libgoogleearth_free.dylib     0x0034cf7d 0x8000 + 3428221
    3   libgoogleearth_free.dylib     0x0049ab38 0x8000 + 4795192
    4   libgoogleearth_free.dylib     0x0049aa0d 0x8000 + 4794893
    5   libgoogleearth_free.dylib     0x00496ed5 0x8000 + 4779733
    6   libgoogleearth_free.dylib     0x00127384 0x8000 + 1176452
    7   libgoogleearth_free.dylib     0x0013b426 0x8000 + 1258534
    8   libsystem_pthread.dylib       0x98c74ecf _pthread_body + 138
    9   libsystem_pthread.dylib       0x98c74e45 _pthread_start + 162
    10  libsystem_pthread.dylib       0x98c72f0e thread_start + 34
    Thread 29:
    0   libsystem_kernel.dylib         0x97836a82 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x9b52f18c MPWaitOnSemaphore + 120
    2   libgoogleearth_free.dylib     0x0034cf7d 0x8000 + 3428221
    3   libgoogleearth_free.dylib     0x0012a419 0x8000 + 1188889
    4   libgoogleearth_free.dylib     0x0012a3fb 0x8000 + 1188859
    5   libgoogleearth_free.dylib     0x00127384 0x8000 + 1176452
    6   libgoogleearth_free.dylib     0x0013b426 0x8000 + 1258534
    7   libsystem_pthread.dylib       0x98c74ecf _pthread_body + 138
    8   libsystem_pthread.dylib       0x98c74e45 _pthread_start + 162
    9   libsystem_pthread.dylib       0x98c72f0e thread_start + 34
    Thread 30:
    0   libsystem_kernel.dylib         0x9783c8fa __semwait_signal + 10
    1   libsystem_c.dylib             0x90545c16 nanosleep$UNIX2003 + 218
    2   libgoogleearth_free.dylib     0x0034d41e 0x8000 + 3429406
    3   libgoogleearth_free.dylib     0x0099156c 0x8000 + 9999724
    4   libgoogleearth_free.dylib     0x00127384 0x8000 + 1176452
    5   libgoogleearth_free.dylib     0x0013b426 0x8000 + 1258534
    6   libsystem_pthread.dylib       0x98c74ecf _pthread_body + 138
    7   libsystem_pthread.dylib       0x98c74e45 _pthread_start + 162
    8   libsystem_pthread.dylib       0x98c72f0e thread_start + 34
    Thread 31:
    0   libsystem_kernel.dylib         0x97836a2e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x97835ad0 mach_msg + 68
    2   com.apple.CoreFoundation       0x96d3dae6 __CFRunLoopServiceMachPort + 214
    3   com.apple.CoreFoundation       0x96d3cef9 __CFRunLoopRun + 1529
    4   com.apple.CoreFoundation       0x96d3c696 CFRunLoopRunSpecific + 390
    5   com.apple.CoreFoundation       0x96d3c4fb CFRunLoopRunInMode + 123
    6   com.apple.AppKit               0x90da3874 _NSEventThread + 283
    7   libsystem_pthread.dylib       0x98c74ecf _pthread_body + 138
    8   libsystem_pthread.dylib       0x98c74e45 _pthread_start + 162
    9   libsystem_pthread.dylib       0x98c72f0e thread_start + 34
    Thread 32:
    0   libsystem_kernel.dylib         0x97836a82 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x9b52f18c MPWaitOnSemaphore + 120
    2   libgoogleearth_free.dylib     0x0034cf7d 0x8000 + 3428221
    3   libgoogleearth_free.dylib     0x002d3b37 0x8000 + 2931511
    4   libgoogleearth_free.dylib     0x002d35ad 0x8000 + 2930093
    5   libgoogleearth_free.dylib     0x00127384 0x8000 + 1176452
    6   libgoogleearth_free.dylib     0x0013b426 0x8000 + 1258534
    7   libsystem_pthread.dylib       0x98c74ecf _pthread_body + 138
    8   libsystem_pthread.dylib       0x98c74e45 _pthread_start + 162
    9   libsystem_pthread.dylib       0x98c72f0e thread_start + 34
    Thread 33:
    0   libsystem_kernel.dylib         0x9783ce6e __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x98c7536d _pthread_wqthread + 939
    2   libsystem_pthread.dylib       0x98c72eea start_wqthread + 30
    Thread 34:
    0   libsystem_kernel.dylib         0x9783ce6e __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x98c7536d _pthread_wqthread + 939
    2   libsystem_pthread.dylib       0x98c72eea start_wqthread + 30
    Thread 35:
    0   libsystem_kernel.dylib         0x9783ce6e __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x98c7536d _pthread_wqthread + 939
    2   libsystem_pthread.dylib       0x98c72eea start_wqthread + 30
    Thread 36:
    0   libsystem_kernel.dylib         0x97836a82 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x9b52f18c MPWaitOnSemaphore + 120
    2   libgoogleearth_free.dylib     0x0034cf7d 0x8000 + 3428221
    3   libgoogleearth_free.dylib     0x002d3b37 0x8000 + 2931511
    4   libgoogleearth_free.dylib     0x002d35ad 0x8000 + 2930093
    5   libgoogleearth_free.dylib     0x00127384 0x8000 + 1176452
    6   libgoogleearth_free.dylib     0x0013b426 0x8000 + 1258534
    7   libsystem_pthread.dylib       0x98c74ecf _pthread_body + 138
    8   libsystem_pthread.dylib       0x98c74e45 _pthread_start + 162
    9   libsystem_pthread.dylib       0x98c72f0e thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x16f01573  ecx: 0x00000000  edx: 0xa0dfcb0c
      edi: 0x96ccf09e  esi: 0x00000000  ebp: 0xbfffa888  esp: 0xbfffa850
       ss: 0x00000023  efl: 0x00210246  eip: 0x96ccf0b5   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x00000000
    Logical CPU:     4
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
        0x1000 -     0x2ffd +com.Google.GoogleEarthPlus (7.1 - 7.1.2.2041) <9B52EC88-5756-351C-8D25-9F4C6072D92B> /Applications/Google Earth.app/Contents/MacOS/Google Earth
        0x8000 -  0x20f0ffb +libgoogleearth_free.dylib (0) <C74D6AD3-66E8-382A-A6BF-ADA626BF1717> /Applications/Google Earth.app/Contents/Frameworks/libgoogleearth_free.dylib
    0x2392000 -  0x25d0fe7 +QtCore (4.7.4) <9B01EA58-A8A4-6D2F-81D7-A4B83863E490> /Applications/Google Earth.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
    0x261d000 -  0x2cbbfe3 +QtGui (4.7.4) <741A2953-19F8-2B9F-7EC2-D469CBDBC826> /Applications/Google Earth.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
    0x2dfb000 -  0x3b20ff7 +QtWebKit (4.7.4) <E0C210A1-D16C-A565-F989-78DB24DDD727> /Applications/Google Earth.app/Contents/Frameworks/QtWebKit.framework/Versions/4/QtWebKit
    0x3d2b000 -  0x3de8fe7 +QtNetwork (4.7.4) <D13048C3-EDCE-FCA5-828E-B1E112255E27> /Applications/Google Earth.app/Contents/Frameworks/QtNetwork.framework/Versions/4/QtNetwork
    0x3e0c000 -  0x3e18ff7  libexslt.0.dylib (13) <10E6C8FD-8D80-3A34-8EB4-AB0299EA0EDC> /usr/lib/libexslt.0.dylib
    0x3e1f000 -  0x3f16ff7 +libLeap.dylib (1.0.8) <FFB97D4F-53CE-3058-8360-C5E5CB9510D3> /Applications/Google Earth.app/Contents/Frameworks/libLeap.dylib
    0x3f2f000 -  0x3f55ff7 +libicudata.38.dylib (38) <90531F55-CFBF-0CDE-7F61-30600311756F> /Applications/Google Earth.app/Contents/Frameworks/libicudata.38.dylib
    0x3f58000 -  0x4022ff7 +libicuuc.38.dylib (38) <FBCE378B-CF19-7351-99E1-FB1B6C9B18BF> /Applications/Google Earth.app/Contents/Frameworks/libicuuc.38.dylib
    0x405f000 -  0x4077ffb +libge_expat.dylib (0) <C58ED800-85DC-3998-B11E-CE108D828BDE> /Applications/Google Earth.app/Contents/Frameworks/libge_expat.dylib
    0x407c000 -  0x4304fef +libfreeimage-3.dylib (0) <4F9D6BA4-156E-DF20-AB9F-D742BCFD1527> /Applications/Google Earth.app/Contents/Frameworks/libfreeimage-3.dylib
    0x4368000 -  0x437bfff +GoogleBreakpad (1.1) <F44AD185-9F9F-5D8A-1A2C-85A161C3DB4B> /Applications/Google Earth.app/Contents/Frameworks/GoogleBreakpad.framework/Versions/A/GoogleBreakpa d
    0x4388000 -  0x4397ff7 +KeystoneRegistration (0) <2379CBDF-65AB-246D-D5F4-3A450D457F42> /Applications/Google Earth.app/Contents/Frameworks/KeystoneRegistration.framework/Versions/A/Keyston eRegistration
    0x43a3000 -  0x43d4ffb  com.apple.securityinterface (10.0 - 55058) <95726911-E181-3115-8451-EE1FA35A2937> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9c00000 -  0x9cb8ff7  ColorSyncDeprecated.dylib (442) <EC2A4ACE-5AC2-3BAD-862D-9640B241A098> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0xbbd1000 -  0xbc13ffb  com.apple.CloudDocs (1.0 - 280.1) <F6C93464-F452-334C-BC49-87A0C0143A8C> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
    0xe876000 -  0xe883ff3  libGPUSupport.dylib (11.0.7) <09EA0A63-EF6C-3909-9CFE-5A475A2F51E2> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
    0xe8cc000 -  0xe8d1ff7 +libqgif.dylib (0) <5570C4CD-C39F-1D5C-6BD8-D6CDD9054852> /Applications/Google Earth.app/Contents/PlugIns/imageformats/libqgif.dylib
    0xef45000 -  0xef79fe7 +libqjpeg.dylib (0) <6A2CC7F3-BCEB-2172-C969-18301EBA155D> /Applications/Google Earth.app/Contents/PlugIns/imageformats/libqjpeg.dylib
    0xef7e000 -  0xefccfe7 +libqtiff.dylib (0) <71D1939B-D05B-43A2-07DF-E4138F35734F> /Applications/Google Earth.app/Contents/PlugIns/imageformats/libqtiff.dylib
    0x10033000 - 0x1012bff7 +libnpgeinprocessplugin.dylib (0) <73C7118B-D7AC-3AF4-98DB-D36DD2CDF4B6> /Applications/Google Earth.app/Contents/Frameworks/libnpgeinprocessplugin.dylib
    0x1068a000 - 0x1068aff9 +cl_kernels (???) <74FE5758-449A-4D50-BC60-EAFEAEF1A28C> cl_kernels
    0x1068f000 - 0x1068fffb +cl_kernels (???) <9AA39CBF-4A8D-471B-80C0-1F9689C47A7F> cl_kernels
    0x127e8000 - 0x127f5ff7 +net.telestream.license (1.0.8.2-GC - 1.0.8.2-GC) <A61005C5-E6A4-84A6-2A85-38E53CFBD6AF> /Library/Frameworks/TSLicense.framework/Versions/A/TSLicense
    0x1651b000 - 0x16606ff7  unorm8_bgra.dylib (2.4.5) <92A32497-932A-3966-91AD-DEA4CA456A5A> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
    0x166b2000 - 0x166c2ff2 +net.telestream.wmv.plugin (2.4.0.11 - 2.4.0.11) <A56C0882-6112-6092-6C76-8F2546CB29C6> /Library/Internet Plug-Ins/Flip4Mac WMV Plugin.plugin/Contents/MacOS/Flip4Mac WMV Plugin
    0x16f00000 - 0x16facfef +com.facebook.plugin (1.0) <09F362FC-188B-F3C7-4B6B-3745CE633EA3> /Users/USER/Library/Internet Plug-Ins/fbplugin_1_0_1.plugin/Contents/MacOS/fbplugin
    0x1706e000 - 0x170cdffb  com.apple.QuickLookFramework (5.0 - 675) <56D079F9-5BA5-3C34-A074-E61A003CBA41> /System/Library/Frameworks/QuickLook.framework/QuickLook
    0x40000000 - 0x40389fff  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (10.0.19 - 10.0.0) <6661B691-7E8A-35F3-8ECE-8D7DFF37185C> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD3000GraphicsGLDriver
    0x50000000 - 0x502c4fff  com.apple.AMDRadeonX3000GLDriver (1.28.29 - 1.2.8) <7844BC73-ABB7-39B4-952A-F72B15A5A3D3> /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/AMDRade onX3000GLDriver
    0x8fede000 - 0x8ff11e03  dyld (353.2.1) <EBFF7998-58E8-32F5-BF0D-9690278EC792> /usr/lib/dyld
    0x90008000 - 0x90013ff7  com.apple.CrashReporterSupport (10.10 - 629) <BB92BB57-6F2F-3348-BEF4-58036DF40FA4> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x90014000 - 0x9001cff7  libCGCMS.A.dylib (772) <C556A973-97EF-353D-AA9A-82483BDB481C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
    0x9001d000 - 0x90024ff3  libunwind.dylib (35.3) <29D9343F-9A0A-3535-B0AE-E7CC761D95EE> /usr/lib/system/libunwind.dylib
    0x90025000 - 0x9003cff7  com.apple.CoreMediaAuthoring (2.2 - 951) <D3051132-DF37-3D20-9875-9541CE2641BB> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x9003d000 - 0x902d8ff3  com.apple.RawCamera.bundle (6.00 - 761) <DC69A768-9B78-3B56-94AD-3A3E5965C8A3> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x902d9000 - 0x90388fff  com.apple.Bluetooth (4.3.0 - 4.3.0f10) <6BE1AED1-C590-36BE-B796-2F3856318633> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x90389000 - 0x90397ff3  libxar.1.dylib (254) <D7C4FDEB-61AA-3FC1-8B7B-0AE3A3A64492> /usr/lib/libxar.1.dylib
    0x90398000 - 0x90488ff3  com.apple.DiskImagesFramework (10.10 - 389.1) <2C988912-3B5E-3E13-A172-01221AAC91E6> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x90489000 - 0x904c6ff7  libsystem_network.dylib (411) <4D5BCDE3-5155-3D97-84C5-778D56A5122A> /usr/lib/system/libsystem_network.dylib
    0x904c7000 - 0x9055cff3  libsystem_c.dylib (1044.1.2) <819FD4E2-3B29-38F0-AC5C-BEE865489F5F> /usr/lib/system/libsystem_c.dylib
    0x9055d000 - 0x90933ff7  com.apple.HIToolbox (2.1.1 - 756) <5204085A-4D56-3430-889F-11C42E43729B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x90934000 - 0x90962ff7  libarchive.2.dylib (30) <8758D35F-ADF8-30F6-8EB2-9B852876EAC8> /usr/lib/libarchive.2.dylib
    0x90963000 - 0x909b6fff  com.apple.CoreMediaIO (601.0 - 4749) <96E6B0EE-1251-39BA-A186-0D2DA82CB69C> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x909b7000 - 0x909bafff  libextension.dylib (55) <E191881E-EAFD-3FD4-A8C1-7620DDC6F125> /usr/lib/libextension.dylib
    0x909bb000 - 0x90a16ffb  libTIFF.dylib (1231) <14F5E31A-4ABC-3DF7-AB85-9DB406D3613C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x90a17000 - 0x90a5eff3  com.apple.AppleJPEG (1.0 - 1) <C14A2B49-A664-3EDE-9B9B-6A678ED7F8DE> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x90a5f000 - 0x90a99fff  com.apple.AirPlaySupport (2.0 - 215.10) <BA87CB33-2E42-389A-AFC1-0ABEE42C3E38> /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySu pport
    0x90a9a000 - 0x90a9dfff  libpam.2.dylib (20) <E2F34522-448A-3392-BC1D-6625BEB612B9> /usr/lib/libpam.2.dylib
    0x90a9e000 - 0x90aa7fff  com.apple.DiskArbitration (2.6 - 2.6) <D906604A-1D8C-31BF-8F22-EA219FFC858F> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x90aa8000 - 0x90aa8fff  com.apple.audio.units.AudioUnit (1.12 - 1.12) <64ED443E-25D5-3A2C-A028-0D0C7FAF57C6> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x90aa9000 - 0x90aabfff  libquarantine.dylib (76) <9ADD861F-A66E-3AD1-A77E-C622E91BD203> /usr/lib/system/libquarantine.dylib
    0x90aac000 - 0x90b02fff  libc++.1.dylib (120) <D8DE4962-66CD-3491-904E-9291EEE5E570> /usr/lib/libc++.1.dylib
    0x90b03000 - 0x90c07ff7  libJP2.dylib (1231) <77B25D2E-F9DE-3565-894A-970DE207B0EB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x90c08000 - 0x917f4fff  com.apple.AppKit (6.9 - 1343.14) <8A4EA92C-E6DE-3F03-9B88-A183FCDD6644> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x917f5000 - 0x9189dff7  com.apple.CoreMedia (1.0 - 1562.19) <ECB3338A-318A-3612-BBC1-11E0E99DB595> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x921ac000 - 0x925dfff3  com.apple.vision.FaceCore (3.1.6 - 3.1.6) <EF92C25B-3E33-379F-A862-75C2FCA8B386> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x925e0000 - 0x92749ff7  com.apple.avfoundation (2.0 - 889.10) <BC1712A8-FBDC-35A4-997C-2A0CA4296E8E> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x9274a000 - 0x927effff  com.apple.Metadata (10.7.0 - 916) <2776B7E6-9047-3E30-9297-DD5CF53D7C42> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x927f0000 - 0x927f6ff7  libsystem_trace.dylib (72.1.3) <E1985F9C-78FC-3098-8683-81F0DCEE54BB> /usr/lib/system/libsystem_trace.dylib
    0x927f7000 - 0x92826fff  com.apple.CoreVideo (1.8 - 145.1) <A59466FC-6B5A-3B36-BDD4-AC9CD581B7A1> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x92827000 - 0x9282fff7  com.apple.icloud.FindMyDevice (1.0 - 1) <A0C38380-8B46-39CF-A0A1-27ABDAD1D574> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevic e
    0x92830000 - 0x929bfff3  libsqlite3.dylib (168) <C3F78985-C19B-3320-9F71-543969632128> /usr/lib/libsqlite3.dylib
    0x929c0000 - 0x92a36ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <B6F346D2-BF88-3925-B962-E59267FA2268> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x92a37000 - 0x92a40ff7  libsystem_notify.dylib (133.1.1) <B8503E99-214B-3AC3-A7CA-CC837ABD7B25> /usr/lib/system/libsystem_notify.dylib
    0x92a41000 - 0x92cbdff3  com.apple.security (7.0 - 57031.1.35) <4721C22E-D6C2-3202-B80D-5E67169466D2> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x92cbe000 - 0x92dd4ff7  com.apple.CoreText (352.0 - 454.1) <02F310BE-E185-328C-A461-6D6B762D4A6D> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x92dd5000 - 0x930c7ffb  com.apple.CoreImage (10.0.33) <75B23F45-8D99-3521-89AE-AF2AF4487096> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x930c8000 - 0x930ddffb  com.apple.MultitouchSupport.framework (260.30 - 260.30) <2E28AF1C-AC6C-364F-B181-C5926A7F5A4D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x9316d000 - 0x93173ff3  libsystem_platform.dylib (63) <509993B7-3F26-3360-B899-0BBB15152516> /usr/lib/system/libsystem_platform.dylib
    0x93174000 - 0x93200ff3  com.apple.PerformanceAnalysis (1.0 - 1) <CB175B15-8AA3-3ECA-88ED-E561D7722DFB> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x93201000 - 0x9320dff3  libcommonCrypto.dylib (60061) <024B3913-15C6-3005-9E5A-EB24918F6977> /usr/lib/system/libcommonCrypto.dylib
    0x9320e000 - 0x9321eff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <DBECFAD5-DB53-390C-AE92-09549733C861> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9321f000 - 0x93228fff  com.apple.AppleSRP (5.0 - 1) <41C48FA8-C249-3800-A551-7F4AFA3E723F> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x9325b000 - 0x934e5ffb  com.apple.WebKit (10600 - 10600.1.25) <DCD91A86-737E-352F-921A-5A029DCAD0D7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x934e6000 - 0x934f2ff7  libkxld.dylib (2782.1.97) <779DF7F9-9B34-3FD9-9BC1-482CDA59E17A> /usr/lib/system/libkxld.dylib
    0x934f3000 - 0x93566ffb  com.apple.framework.CoreWLAN (5.0 - 500.35.2) <F46A7092-ADC6-3596-B046-8026F2814D8D> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x93567000 - 0x93653fe7  libvMisc.dylib (512) <56B7DE45-36B1-32BE-B823-DB14F315EEB9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x93654000 - 0x93804ff7  libGLProgrammability.dylib (11.0.7) <CE02B596-76E3-3034-9E63-67FF6FF706A4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x93805000 - 0x93858fff  libstdc++.6.dylib (104.1) <D0EB2C99-5939-3ABA-9C18-D9AD75CE23A1> /usr/lib/libstdc++.6.dylib
    0x93859000 - 0x93975ffb  com.apple.WebKitLegacy (10600 - 10600.1.25) <DEB98A5A-3404-31C6-9AB5-3A1D4DF0AF8F> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy. framework/Versions/A/WebKitLegacy
    0x93976000 - 0x939eafff  com.apple.Heimdal (4.0 - 2.0) <5D2BE254-CFCD-3A15-9A89-1CBBDE0FF265> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x939eb000 - 0x93a25fff  com.apple.MediaKit (16 - 757) <430EC569-B083-3608-B91F-3EC6B6065519> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x93a26000 - 0x93a9cfff  com.apple.securityfoundation (6.0 - 55126) <64E4CE02-8BE6-3408-99A5-23E5CF7545BC> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x93a9d000 - 0x93ab8ff7  com.apple.CFOpenDirectory (10.10 - 187) <12F3D599-88CE-3952-8987-7F6CEA2A809A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x93ac7000 - 0x93b20ffb  libAVFAudio.dylib (118.3) <65762748-F772-3959-8D14-197AFB778132> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
    0x93b21000 - 0x93bd3fff  libCoreStorage.dylib (471) <3E1DA770-7958-3243-B0D3-126E71E36BAA> /usr/lib/libCoreStorage.dylib
    0x93bd4000 - 0x93bdbfff  libMatch.1.dylib (24) <428CD037-5261-39A6-83EE-A7D9ABF446EB> /usr/lib/libMatch.1.dylib
    0x93bdc000 - 0x93bfbff7  com.apple.GenerationalStorage (2.0 - 209.11) <34CF76B2-8052-359D-816D-092608FB6919> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x93bfc000 - 0x93c0efff  com.apple.Sharing (328.3 - 328.3) <460DD833-B33A-369E-A5EF-B21D5AA231EF> /System/Library/PrivateFrameworks/Sharing.framework/Version

  • Google Earth connection problem

    I recently got Comcast cable internet and the problems are multiplying. My software update [http://discussions.apple.com/thread.jspa?threadID=430969&tstart=0 ] is giving me problems, and now Google Earth isn't able to function either. As soon as I start it up a window pops up saying:
    "Performing Google Earth server login..."
    then after a minute or two it pops up with:
    "We were unable to connect to the Google Earth server to activate your account. Please verify that your internet connection is working properly and retry your account activation. For more information visit error code: c0000024"
    And it points to this page
    [http://earth.google.com/support/bin/answer.py?answer=20717 ]
    Does anyone know the address Google Earth connects too? I think it can be a simple proxy problem but I'm not positive. Any advice?

    willjm wrote:
    Google Earth was now listed in the hard drive finder window (but was not in the applications folder).
    You are looking at a mounted disk image (.dmg). It's the container you downloaded, which holds Earth, its plug-in, and Chrome. It is only temporarily open, until it gets ejected like a CD/DVD (which will happen when you shut down your computer).
    When I dragged the Google Earth icon to the hard drive icon to install as instructed, nothing happened.
    You're supposed to drag it to your Applications folder. What's the name of the hard drive icon that you were dragging Earth onto? Were you dragging it onto the volume labeled Google Earth, or the one labeled Macintosh HD (or whatever you internal drive is called)?
    Double clicking launched the programme which worked fine (in Safari). However the problem is that _when I switch off my computer, the next time I switch on Google Earth has disappeared._
    Sounds like you were running Earth out of its own .dmg container. Once you shut your computer down, you automatically ejected the .dmg volume. If nothing happened when you tried to drag Earth out of its .dmg, then it was never copied over.
    Has anyone had this problem? What am I missing?
    Drag Google Earth to your Applications folder to pull it out of its .dmg and onto your hard drive (which is what the instructions mean).

  • My google earth has left my dock-I have LION purchased computer July 14th 2011

    Help-this is my firest computer-somehow google earth left my dock-I did pay for a years one on one but my eighty-nine year old husband insiste on driving to the Apple store-I'd rather ride on a Merry-go-round so I have not really learned much about my Apple-but I would like my google earth back-thank you

    To put Google Earth back onto your Dock, go to your Applications Folder and do one of two things.
    1. Click on Google Earth hold it and drag it back onto your Dock.
    2. Open Google Earth from you Applications Folder. Then when the Google Earth Icon appears on your Dock, Control click on it, select Options and then select Keep in Dock.

  • [SOLVED] google earth strange interface

    hello there. I'm actually using the google-earth version: 5.1.3509.4636-2
    I got a bar which I cannot remove. How can I solve this?
    Last edited by quarkup (2009-12-18 12:57:11)

    okay it is solved.
    using different theme for google earth than bespin solves the problem.
    just add in the Exec entry of the .desktop file the '-style oxygen' flag
    the file is located in /usr/share/applications/googleearth.desktop
    [Desktop Entry]
    Encoding=UTF-8
    Name=Google Earth
    GenericName=3D planet viewer
    Comment=Explore, search and discover the planet
    Exec=/usr/bin/googleearth -style oxygen %f
    Terminal=false
    MultipleArgs=false
    Type=Application
    Icon=/usr/share/pixmaps/googleearth-icon.png
    Categories=Application;Network
    MimeType=application/vnd.google-earth.kml+xml;application/vnd.google-earth.kmz;application/earthviewer;application/keyhole
    or change the google-earth launcher /usr/bin/googleearth
    and add the flag. should be something as simple as
    #!/bin/sh
    GOOGLEEARTH_DATA_PATH="/opt/google-earth"
    LD_LIBRARY_PATH=.:${GOOGLEEARTH_DATA_PATH}:${LD_LIBRARY_PATH}
    export LD_LIBRARY_PATH
    cd "${GOOGLEEARTH_DATA_PATH}/"
    exec "./googleearth-bin" -style oxygen $*
    Last edited by quarkup (2009-12-18 13:25:35)

  • Embedding video in Java Application

    I'm a total newbie, trying to decide if Java is the way to go for our application.
    We want to be able to create an interactive application with buttons, drag & drop, data input fields, hot spots, etc
    AND also show video... windows format, apple format, flash format.
    We want our application to be deployable either as...
    1 - a standalone app... running on a system not on a network or the internet
    2 - a web app
    We want the video player to be embedded in the application and not launch a player in a seperate window... thus we want to maintain as much control within the confines of our application as possible.
    MY QUESTIONS:
    1 - Will the Java Media Framework allow us to embed movies in our application as described?
    2 - Is it fairly easy to code such in our Java application?
    3 - Any code snippets around?
    4 - Re: Standalone/CD distribution version: Can the JMF be installed along with the application so the client doesn't have to "go out and install more stuff" ??
    5 - Re: Web - must the user download and install more stuff... other than the Java Virtual Machine to have the JMF work on their system?
    6 - Is the JMF multi-platform... Windows, Apple, Unix/Linux, etc like the JVM ?
    thanks for any help on this. Will

    Yes all of what you require is doable in Java
    Try
    http://java.sun.com/products/java-media/jmf/2.1.1/solutions/index.html
    Check some of these samples
    Also for a web version check
    http://java.sun.com/dev/evangcentral/totallytech/jmf2.html
    (Haven't studied this myself - but should give you an idea or two)
    Platform-wise - check here
    http://java.sun.com/products/java-media/jmf/2.1.1/download.html
    In terms of CD distribution - you should be able to package most stuff into a Jar file
    Not completely sure as there are 'Windows Performance pack' downloads which I think toake advantage of native DLLs
    Have a read around the JMF Installation pages - should answer most of your questions

  • Is it possible to import and display/plot (Google Earth) KML files as overlays in Mac OS 10.9 Maps application?

    Is it possible to import and display/plot (Google Earth) KVM files as overlays in Mac OS 10.9 Maps application?
    Here is the particular application: (note I haven't gotten the code to compile yet -- seems to be several differently named environment variables in Mac unix than in Linux that are making the compile blow up -- but that's another issue) there is a freeware application that can do radio path loss prediction and plot path loss contours on a map. It has an option to output the data as KML files which can be imported into Google Earth, in order to display the path loss contours on Google Earth maps. I guess you could liken it to displaying overlays of GIS-like data in Google Earth. I would like to know if there is a mechanism to facilitate importing KML data files to overlay (preferably in a translucent fasion so that you could see the underlying map) onto Mac OS 10.9 Maps?

    varjak paw wrote:
    They're also known to patent things they never release. So while it indicates that they're investigating such things, a patent application is no guarantee that anything will ever come of it, much less be immanent. And that application was filed in 2012 and is really for something rather different.
    Regards.
    As I stated, "possibly."
    While the commerce side of it has little to do with the KML files, per se, the API for the layer data should allow for any type of overlay.
    Also, the patent was filed Dec 19, 2013. There was a related patent filed in 2012. Not sure what it is about.

  • I do I 'drag' an application like Google Earth to my Hard Drive to install it?

    How do I 'drag' an application like Google Earth to my Hard Drive to install it?

    Click and hold on it, and then drag the cursor to the Applications folder, either in the Finder's sidebar, to an alias of it, or in a separate Finder window.
    (108558)

  • Embedded Tomcat Java Application

    Hi
    I am using an Embedded Tomcat Java Application.
    I am getting the following Exception when i run the program.
    java.lang.NullPointerException
         at org.apache.catalina.startup.DigesterFactory.register(DigesterFactory.java:174)
         at org.apache.catalina.startup.DigesterFactory.registerLocalSchema(DigesterFactory.java:130)
         at org.apache.catalina.startup.DigesterFactory.newDigester(DigesterFactory.java:92)
         at org.apache.catalina.startup.ContextConfig.createWebXmlDigester(ContextConfig.java:435)
         at org.apache.catalina.startup.ContextConfig.createWebDigester(ContextConfig.java:422)
         at org.apache.catalina.startup.ContextConfig.defaultConfig(ContextConfig.java:499)
         at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:623)
         at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:216)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4290)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:789)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478)
         at org.apache.catalina.startup.Embedded.start(Embedded.java:846)
         at EmbeddedTomcat.startTomcat(EmbeddedTomcat.java:77)
         at EmbeddedTomcat.main(EmbeddedTomcat.java:135)
    could anyone tell me how to solve this problem
    Thanx & Regards
    Faisal

    Hi
    R u able to resolve the problems.... If yes please provide me the info... I'm also facing the same problem...
    REgards
    siddhu

Maybe you are looking for

  • Error while updating the Vacancy in irecruitment Module

    Hi, When updating the existing vacancy in the irecruitment module, we are getting the following error. Error: The HR Object is invalid Cause: The HR Object which is attempted to be locked is inconsistent with the corresponding object in the HR Shema.

  • Business area wise profit and loss account urgent

    dear all According to business scenario we are going here purchase is made for business area AA purchase account is assigned to this business araea later in goods issue we are going to issue R/M for two different business areas. purchase one R/M  for

  • ORA-02298 : cannot validate - parent keys not

    Hi, I am trying to create a FK-PK constraints. In the alter table command i am using the caluse: exceptions INTO ... in order to catch all the exception rows . Can you please explain why i am getting this error message ? I am using the following comm

  • Flash player not working with pogo downloaded games

    I had to do a full system recovery. I have Vista home Premium sp2 with IE 7.  Before I did this recovery my downloaded and purchased game thru pogo was working just fine. I do have the latest version of flash player.  Now all I get is the error messa

  • Live Office Connector

    Post Author: jack_bo CA Forum: Xcelsius and Live Office Hi dudes.. I have a Live connector component in the dashboard.. but when i run it and passing the credentials it is showing me "Database Logon Failed". Is there any work around to be done for it