I have a system with Gigabyte GA-990XA-UD3 mobo, Phenom II X6 and Radeon HD 5750 graphics card, running Kubuntu 11.10, 3.1.2-030102-generic kernel and fglrx from the repositories (not the Catalyst drivers downloaded from ATI).
The system is not completely stable at the KDE level - the desktop crashes from time to time, and both chromium-browser and thunderbird crash frequently, with dmesg output like:
chromium-browser ......
chromium-browse[2565]: segfault at 68e88968 ip 00007f0463be2c08 sp 00007fff2dd58e50 error 4 in libX11.so.6.3.0[7f0463bad000+133000]
I'm not at a level that I understand what this means, but I suspect I have a shared object library problem. In that regard I note that this system has been upgraded over time from 10.04 to 11.04 to 11.10, and at one time it had the ATI Catalyst drivers, which I've hopefully completely removed, as they gave me much heartburn. That said, I've put some other outputs below - debug outputs from chromium-browser and thunderbird, a list of my environment variables, and lastly results of a search for libGL.so, indicating that those libraries are installed multiple times, and the instances are not the same. I suspect the same is true for other libraries.
So my question is ... what can I do to further diagnose and/or fix the problem.
Thanks, Gus
$ /usr/bin/chromium-browser -g
# Env:
# LD_LIBRARY_PATH=/usr/lib/chromium-browser
# PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
# GTK_PATH=
# CHROMIUM_USER_FLAGS=
# CHROMIUM_FLAGS=
/usr/bin/gdb /usr/lib/chromium-browser/chromium-browser -x /tmp/chromiumargs.oEMMq4
GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.launchpad.net/gdb-linaro/>...
Reading symbols from /usr/lib/chromium-browser/chromium-browser...(no debugging symbols found)...done.
(gdb)
$ thunderbird -g
GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.launchpad.net/gdb-linaro/>...
Reading symbols from /usr/lib/thunderbird-8.0/thunderbird-bin...(no debugging symbols found)...done.
(gdb)