Results 1 to 4 of 4

Thread: Obtaining Backtraces for X Crashes -> Desktop freezes

  1. #1
    Join Date
    Aug 2006
    Beans
    462
    Distro
    Ubuntu 11.04 Natty Narwhal

    Obtaining Backtraces for X Crashes -> Desktop freezes

    hi

    I try to do these steps according to:

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

    and after
    Code:
    $ 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 5320
    the Gnome Desktop is freezing completely.
    Last edited by cccc; May 18th, 2011 at 01:50 AM.

  2. #2
    Join Date
    Aug 2006
    Beans
    462
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Obtaining Backtraces for X Crashes -> Desktop freezes

    Knows someone what's wrong and howto solve this problem?

  3. #3
    Join Date
    Jun 2010
    Location
    Underneath!
    Beans
    381
    Distro
    Xubuntu Development Release

    Re: Obtaining Backtraces for X Crashes -> Desktop freezes

    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 " .


    GNU / Linux Being a newbie is no excuse for being lazy! I'm only exuding positive energy, And Always Learning Something. IRC'in Freenode #ubuntu / sary SSHin' with mosh



  4. #4
    Join Date
    Feb 2007
    Beans
    24,961
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Obtaining Backtraces for X Crashes -> Desktop freezes

    From the Ubuntu Forums Code of Conduct.
    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.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •