<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO --- - [IVB/HSW/BYT/BDW Bisected]Show backtrace when running Synmark2 v6.0 OglTexMem512"
href="https://bugs.freedesktop.org/show_bug.cgi?id=81215#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO --- - [IVB/HSW/BYT/BDW Bisected]Show backtrace when running Synmark2 v6.0 OglTexMem512"
href="https://bugs.freedesktop.org/show_bug.cgi?id=81215">bug 81215</a>
from <span class="vcard"><a class="email" href="mailto:eero.t.tamminen@intel.com" title="Eero Tamminen <eero.t.tamminen@intel.com>"> <span class="fn">Eero Tamminen</span></a>
</span></b>
<pre>(In reply to <a href="show_bug.cgi?id=81215#c3">comment #3</a>)
<span class="quote">> Use gdb and grab the symbolic bt for the crash.</span >
Zhoujian, if you haven't done this before, this requires:
- preferably not stripping debug symbols from X server when installing it
(don't use "strip" command or "-s" argument for "install" command)
- after starting X, attaching to it with Gdb from ssh console
(display server issues need to be debugged from another machine):
gdb <your X binary> $(pidof X)
- typing "cont" in Gdb to continue X running
- running the test case under X until X crashes
- in the Gdb prompt after X crash:
- typing "bt" command to get backtrace,
- following with few "up" and "info locals" commands
(type "info locals" after every "up" command)</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>