mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-08 14:38:18 +02:00
docs/precompiled: document debug packages
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/14803 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39732>
This commit is contained in:
parent
7eef815667
commit
e2c35f4828
1 changed files with 19 additions and 0 deletions
|
|
@ -27,3 +27,22 @@ you know how to recover if you can't get a graphical session anymore.
|
|||
- Debian/Ubuntu based distributions - PPA: xorg-edgers, oibaf and padoka
|
||||
- Fedora - Copr: erp and che
|
||||
- OpenSuse/SLES - OBS: X11:XOrg and pontostroy:X11
|
||||
|
||||
|
||||
Debug packages
|
||||
--------------
|
||||
|
||||
Most distributions provide debug packages that contain among other things the
|
||||
symbols corresponding to the precompiled package they provide.
|
||||
|
||||
Installing them will allow you to see the symbol (functions, variables, etc.)
|
||||
names in situations like a backtrace.
|
||||
**If you want to report an issue, we recommend installing these packages first
|
||||
as these symbols allow us to know what is going on.**
|
||||
|
||||
Please refer to the corresponding documentation:
|
||||
|
||||
- Arch Linux: https://wiki.archlinux.org/title/Debugging/Getting_traces
|
||||
- Debian: https://wiki.debian.org/HowToGetABacktrace/
|
||||
- Fedora: https://docs.fedoraproject.org/en-US/quick-docs/bugzilla-providing-a-stacktrace/
|
||||
- Ubuntu: https://documentation.ubuntu.com/server/how-to/debugging/debug-symbol-packages/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue