← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 433310] Re: X Crashes Every Time I Close Zsnes

 

Could you try to get a full backtrace? There is some explanation for how to do this (it's a bit messy, since there are many ways to do it and not all will work in all situations). My favourite way is to do 
sudo /etc/init.d/gdm stop
ulimit -c unlimited
sudo /etc/init.d/gdm start
from a VT to enable core files (see under post-mortem backtrace)
and then analyze the core file with
sudo gdb /usr/bin/Xorg /etc/X11/core 2>&1 | tee gdb-Xorg.txt
(gdb) backtrace full
(gdb) quit
And then upload then upload the file gdb-Xorg.txt.
If you are not able to create a core file you may try some of the other tricks mentioned on that page.

-- 
[GM45] X Crashes Every Time I Close Zsnes
https://bugs.launchpad.net/bugs/433310
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.