Comment 18 for bug 446674

Revision history for this message
jean-baptiste (jbateau54) wrote : Re: [Karmic] no more stellarium or googleearth with mesa 7.6 with Radeon Mobility 7500 1002:4c57

Sorry for the confusion, but after more testing googleearth crash also but not immediately. I try to backtrace like you ask (https://wiki.ubuntu.com/Backtrace) but it's not very succesfull:

- with stellarium i have a xorg deadlock after the "run" command......

-with googlearth gdb tell me that /usr/bin/googleearth": not in executable format. So i read the /usr/bin/googleearth:

#!/bin/bash
export LD_LIBRARY_PATH=/usr/lib/googleearth:"${LD_LIBRARY_PATH}"
cd /usr/lib/googleearth
exec /usr/lib/googleearth/googleearth-bin "$@"

So i try gdb with /usr/lib/googleearth/googleearth-bin but i have a probleme with the run command:

Starting program: /usr/lib/googleearth/googleearth-bin
/usr/lib/googleearth/googleearth-bin: error while loading shared libraries: libgoogleearth_lib.so: cannot open shared object file: No such file or directory

Program exited with code 0177.

What can i do ????

I think this probleme are related because they appear just after the upgrade of mesa ( no probleme before).

Thank you for your interest and i wait for your advice.

jb