From 99a65117750bf029b5fce9a67ac491022de9ecfb Mon Sep 17 00:00:00 2001 From: Konstantin Seurer Date: Wed, 15 May 2024 09:04:31 +0200 Subject: [PATCH] gitlab: Reference hang debugging documenttion It should help the user with setting up UMR, which adds a lot of useful information to the hang report. Part-of: --- .gitlab/issue_templates/Bug Report - AMD Radeon Vulkan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/issue_templates/Bug Report - AMD Radeon Vulkan.md b/.gitlab/issue_templates/Bug Report - AMD Radeon Vulkan.md index 98251fb8569..6cc69a4fac1 100644 --- a/.gitlab/issue_templates/Bug Report - AMD Radeon Vulkan.md +++ b/.gitlab/issue_templates/Bug Report - AMD Radeon Vulkan.md @@ -30,7 +30,7 @@ For rendering errors, attach screenshots of the problem and (if possible) of how - Backtrace (for crashes) - Output of `dmesg` -- Hang reports: Run with `RADV_DEBUG=hang` and attach the files created in `$HOME/radv_dumps_*/` +- Hang reports: Follow the steps described [here](https://docs.mesa3d.org/drivers/amd/hang-debugging.html#radv-debug-hang) and attach the files created in `$HOME/radv_dumps_*/`. ### Steps to reproduce