[Bug 73351] xf86-video-intel-2.99.907 segfaults while the machine is unattended

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jan 8 01:29:46 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=73351

--- Comment #9 from Chris Wilson <chris at chris-wilson.co.uk> ---
>From within gdb, after the break due to the segfault, either type "frame 2" or
"up" twice. Then type "p *priv", "p *priv->cpu_bo", "p *priv->gpu_bo". And hope
gcc hasn't optimised away priv. If it complains that priv is not available, try
"p *sna_pixmap(pixmap)", "p *sna_pixmap(pixmap)->cpu_bo", "p
*sna_pixmap(pixmap)->gpu_bo". (And cross your fingers.)

A last resort would be --enable-debug=full and hoping the error still occurs.
The Xorg.0.log will be massive (may even be greater than 2GiB) but only the
last 1000 lines will be enough to check to see if the bug exposes itself.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20140108/9df7d5a2/attachment.html>


More information about the intel-gfx-bugs mailing list