>>>>> "RT" == Rex Tsai <chihc...@kalug.linux.org.tw> writes: RT> I would try to down upgrade Qt or use the built-in Qt of Google Earth.
OK, first trying the latter suggestion, cd /usr/lib/googleearth/||exit 5 for qtlib in libQtCore.so.4 libQtGui.so.4 libQtNetwork.so.4 libQtWebKit.so.4 ; do ln ${qtlib}.moved.for.workaround ${qtlib} done allows GE to run a total of 18 seconds! Much more than before.
Major Version 5 Minor Version 2 Build Number 0001 Build Date Sep 1 2010 Build Time 11:25:42 OS Type 3 OS Major Version 2 OS Minor Version 6 OS Build Version 32 OS Patch Version 0 Crash Signal 11 Crash Time 1289984650 Up Time 18.6261 Stacktrace from glibc: /usr/lib/googleearth/libgoogleearth_free.so(+0xd090b)[0xb766790b] [0xb77a2400] /usr/lib/libfreeimage.so.3(+0x302b5)[0xb76ed2b5] /usr/lib/libfreeimage.so.3(FreeImage_LoadFromHandle+0xd6)[0xb76d42e6] /usr/lib/googleearth/libIGGfx.so(_ZN3Gap3Gfx7igImage21platformLoadFreeImageEPNS_4Core6igFileEbPNS0_19igImageMetaDataListE+0xa1)[0xb46d54b1] /usr/lib/googleearth/libIGGfx.so(_ZN3Gap3Gfx10igOglImage12platformLoadEPNS_4Core6igFileEPNS0_19igImageMetaDataListE+0x112)[0xb46d5bb2] /usr/lib/googleearth/libIGGfx.so(_ZN3Gap3Gfx7igImage8loadFileEPNS_4Core6igFileEPNS0_19igImageMetaDataListE+0x12d)[0xb46c61ad] /usr/lib/googleearth/libevll.so(_ZN5earth4evll7Texture9LoadBytesEPKhi+0xa6d)[0xb18e1b8d] /usr/lib/googleearth/libevll.so(_ZN5earth4evll7Texture12ProcessWorkQEd+0x184)[0xb18ed594] /usr/lib/googleearth/libevll.so(_ZN5earth4evll14TextureManager8RunTimedEPNS_9TimedTask7ContextEd+0x11)[0xb18045f1] /usr/lib/googleearth/libbase.so(_ZN5earth16TimedTaskManager11RunTimedAllEPNS_9TimedTask7ContextEd+0xf9)[0xb555cd99] /usr/lib/googleearth/libevll.so(_ZN5earth4evll12MainDatabase20ProcessEndFrameTasksERKNS0_6ViewerEd+0x3f)[0xb1971f8f] /usr/lib/googleearth/libevll.so(_ZN5earth4evll13VisualContext8EndFrameEv+0x13b)[0xb19051fb] /usr/lib/googleearth/libevll.so(_ZN5earth4evll13VisualContext4DrawEj+0x2ec)[0xb190508c] /usr/lib/googleearth/libevll.so(_ZN5earth4evll17RenderContextImpl4drawEv+0xcb)[0xb185b4bb] /usr/lib/googleearth/librender.so(_ZN12RenderWidget10paintEventEP11QPaintEvent+0x2a)[0xb4fa4e9a] /usr/lib/googleearth/librender.so(_ZN5earth6render11RenderTimer4FireEv+0x1d)[0xb4f9152d] /usr/lib/googleearth/libbase.so(_ZN5earth5Timer8dispatchEv+0x33)[0xb5558593] /usr/lib/googleearth/libbase.so(_ZN5earth11QtFramework18CommandCustomEvent8dispatchEv+0x23)[0xb558e933] /usr/lib/googleearth/libbase.so(_ZN5earth11QtFramework11customEventEP6QEvent+0x39)[0xb558c289] /usr/lib/googleearth/libQtCore.so.4(_ZN7QObject5eventEP6QEvent+0xf5)[0xb735ffad] /usr/lib/googleearth/libQtGui.so.4(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0xa0)[0xb6acee20] /usr/lib/googleearth/libQtGui.so.4(_ZN12QApplication6notifyEP7QObjectP6QEvent+0x22e)[0xb6ad8962] /usr/lib/googleearth/libQtCore.so.4(_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0x70)[0xb7351d50] /usr/lib/googleearth/libQtCore.so.4(_ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData+0x22d)[0xb7352989] /usr/lib/googleearth/libQtCore.so.4(_ZN16QCoreApplication16sendPostedEventsEP7QObjecti+0x23)[0xb7352b5f] /usr/lib/googleearth/libQtGui.so.4(+0x1d3a9e)[0xb6b63a9e] /usr/lib/googleearth/libQtCore.so.4(_ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE+0x47)[0xb7350fbf] /usr/lib/googleearth/libQtCore.so.4(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0xff)[0xb7351223] /usr/lib/googleearth/libQtCore.so.4(_ZN16QCoreApplication4execEv+0x9d)[0xb7352c05] /usr/lib/googleearth/libQtGui.so.4(_ZN12QApplication4execEv+0x25)[0xb6ace7a1] /usr/lib/googleearth/libgoogleearth_free.so(_ZN5earth6client11Application3runEv+0x4bc)[0xb7672b0c] /usr/lib/googleearth/libgoogleearth_free.so(earthmain+0x27d)[0xb7666d3d] /usr/lib/googleearth/googleearth-bin(_init+0x12e)[0x80486d2] /lib/i686/cmov/libc.so.6(__libc_start_main+0xe6)[0xb59a3c76] /usr/lib/googleearth/googleearth-bin(_init+0x9d)[0x8048641]
I will next try your downgrade suggestion...