<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - llvmpipe crash in rendering on Atom"
href="https://bugs.freedesktop.org/show_bug.cgi?id=94522#c10">Comment # 10</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - llvmpipe crash in rendering on Atom"
href="https://bugs.freedesktop.org/show_bug.cgi?id=94522">bug 94522</a>
from <span class="vcard"><a class="email" href="mailto:sroland@vmware.com" title="Roland Scheidegger <sroland@vmware.com>"> <span class="fn">Roland Scheidegger</span></a>
</span></b>
<pre>Actually the asm snipped might be something different. You could try printing
the whole jit prog (from the address from the caller, or use
GALLIVM_DEBUG=asm).
Using valgrind could possibly tell you some more if it's using some buffer
which was freed (if that is actually the case, this problem shouldnt' be
restricted to 32bit).
Another random thought is that spilling sse regs in llvm could be broken
(again) due to non-aligned stack pointer (albeit in this case gdb would
indicate the wrong instruction, but could be the one immediately before). Seems
a bit unlikely.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>