https://bugs.freedesktop.org/show_bug.cgi?id=106533
--- Comment #2 from Roland Scheidegger sroland@vmware.com --- I suppose it crashes in the jit-compiled code (debug symbols should help with identifying that, but not help any further if that's the case). Can you print out the faulting instruction (gdb x/i address or so)? Also, if that would be some SSE instruction, try to see if the memory operand is aligned (or just not addressable).