According to http://wiki.debian.org/XStrikeForce/XserverDebugging: apt-get install xserver-xorg-video-intel-dbg libgl1-mesa-dri-dbg libgl1-mesa-glx-dbg
I tried using gdb in batch mode with: gdb /usr/bin/Xorg -batch -ex 'run' -ex 'set logging overwrite on' -ex 'set logging on' -ex 'bt full' -ex set 'logging off' -> results in empty gdb.txt: "no stack" gdb /usr/bin/Xorg -batch -ex 'run' -ex 'handle all nostop' -ex 'handle all pass' -ex 'handle 11 stop' -ex 'cont' -ex 'bt full' -ex 'cont' -> results in empty gdb.txt: "no stack" The (ssh) shell output of the starting Xorg is [...] (==) Using config file: "/etc/X11/xorg.conf" [New Thread 0xb7c686b0 (LWP 5418)] (no debugging symbols found) [tcsetpgrp failed in terminal_inferior: Operation not permitted] (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (II) Module "ddc" already built-in (II) Module "i2c" already built-in (II) Module "ramdac" already built-in --->>> CRASH The acccording Xorg.0.log is attached again in "logs.tgz". "messages" and "kern.log" are from the next boot, but don't contain any useful informations. Can somebody give me a hint how to enable the debugging symbols when testing xorg? ** Attachment added: "Xorg.0.log, kern.log, messages" http://launchpadlibrarian.net/11856631/logs.tgz -- X freezes after first boot https://bugs.launchpad.net/bugs/151044 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
