<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - xf86-video-intel-2.99.907 segfaults while the machine is unattended"
href="https://bugs.freedesktop.org/show_bug.cgi?id=73351#c9">Comment # 9</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - xf86-video-intel-2.99.907 segfaults while the machine is unattended"
href="https://bugs.freedesktop.org/show_bug.cgi?id=73351">bug 73351</a>
from <span class="vcard"><a class="email" href="mailto:chris@chris-wilson.co.uk" title="Chris Wilson <chris@chris-wilson.co.uk>"> <span class="fn">Chris Wilson</span></a>
</span></b>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>