ubuntu-x-swat team mailing list archive
-
ubuntu-x-swat team
-
Mailing list archive
-
Message #22475
[Bug 432509] Re: intel gfx driver crash on logout (Latitude E6500 with Mobile 4 Series)
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.
** Summary changed:
- intel gfx driver crash on logout (Latitude E6500 with Mobile 4 Series)
+ [GM45] intel gfx driver crash on logout (Latitude E6500 with Mobile 4 Series)
** Tags added: gm45 karmic
** Changed in: xserver-xorg-video-intel (Ubuntu)
Status: New => Incomplete
--
[GM45] intel gfx driver crash on logout (Latitude E6500 with Mobile 4 Series)
https://bugs.launchpad.net/bugs/432509
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.