[Mesa-dev] [Bug 94522] llvmpipe crash in rendering on Atom

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Mar 15 17:13:41 UTC 2016


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

--- Comment #10 from Roland Scheidegger <sroland at vmware.com> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160315/28a69dff/attachment.html>


More information about the mesa-dev mailing list