[Mesa-dev] [Bug 99055] Games hang / freeze completely

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Dec 12 14:27:29 UTC 2016


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

--- Comment #3 from Eero Tamminen <eero.t.tamminen at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20161212/349feec3/attachment.html>


More information about the mesa-dev mailing list