PDA

View Full Version : [ubuntu] Obtaining Backtraces for X Crashes -> Desktop freezes



cccc
May 15th, 2011, 03:14 PM
hi

I try to do these steps according to:

https://wiki.ubuntu.com/X/Backtracing

and after

$ pgrep Xorg
5320
$ sudo gdb /usr/bin/Xorg 2>&1 | tee gdb-Xorg.txt
GNU gdb (Ubuntu/Linaro 7.2-1ubuntu11) 7.2
Copyright (C) 2010 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 "i686-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/Xorg...Reading symbols from /usr/lib/debug/usr/bin/Xorg...done.
done.
(gdb) attach 5320the Gnome Desktop is freezing completely.

cccc
May 18th, 2011, 01:50 AM
Knows someone what's wrong and howto solve this problem?

BenginM
April 13th, 2013, 11:30 PM
Hi CC , nothing wrong there , you'll need to continue with steps as mentioned in the above link , in your case as the DE and X server is locked up you need to stop it with Ctrl+C , then in (gdb) type " backtrace full " .

overdrank
April 13th, 2013, 11:47 PM
From the Ubuntu Forums Code of Conduct (http://ubuntuforums.org/misc.php?do=showrules).

If a post is older than a year or so and hasn't had a new reply in that time, instead of replying to it, create a new thread. In the software world, a lot can change in a very short time, and doing things this way makes it more likely that you will find the best information. You may link to the original discussion in the new thread if you think it may be helpful.
Thread closed.