← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 431246] Re: X crashed when running a shockwave test file in Firefox 3.5 within wine.

 

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.

-- 
X crashed when running a shockwave test file in Firefox 3.5 within wine.
https://bugs.launchpad.net/bugs/431246
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.



References