https://bugs.freedesktop.org/show_bug.cgi?id=99055
--- Comment #3 from Eero Tamminen <eero.t.tammi...@intel.com> ---
Could you attach to the game process with GDB:
sudo gdb PATH PID
(PID is the game process ID. PATH is path to the game binary:
ls -l /proc/PID/exe
)
And attach here backtrace for all the threads:
(gdb) thread apply all bt
?
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev