Lector de Feeds
Debugging software crashes
← Older revision
Revision as of 13:34, 7 August 2025
(One intermediate revision by the same user not shown)Line 11:
Line 11:
== Preliminaries == == Preliminaries ==
−First, you should install the ''-debug'' packages of the applications and all the libraries that might be involved. It will allow all the debugging tools to report more useful information. +First, you should install the ''-debug'' packages of the applications and all the libraries that might be involved. It will allow all the debugging tools to report more useful information.
gdb itself will give you the command line to run in order to install these '''-debug''' packages and restart {{cmd|gdb}}. gdb itself will give you the command line to run in order to install these '''-debug''' packages and restart {{cmd|gdb}}.
Now you can start collecting useful information using the various tools listed below. Now you can start collecting useful information using the various tools listed below.
+
+To do this, install the package ''urpmi-debuginfo-install'': {{command|urpmi --auto urpmi-debuginfo-install}}
To be able to install -debug packages, you need to add or enable the separate -debug repositories. If you've added a full set of repositories via Mageia software management, all you need to do is update them with the following command in a terminal as root: To be able to install -debug packages, you need to add or enable the separate -debug repositories. If you've added a full set of repositories via Mageia software management, all you need to do is update them with the following command in a terminal as root:
Mokraemer
Categorías: Wiki de Mageia
MGAA-2025-0074 - Updated nvidia-current packages fix bugs
Publication date: 04 Aug 2025
Type: bugfix
Affected Mageia releases : 9
Description The recent update produced some new issues fixed by these packages: - several Steam games crash or freeze at launch - vulkan wasn't working after nvidia drivers update - plasmashell crashes when restoring from suspend References
Type: bugfix
Affected Mageia releases : 9
Description The recent update produced some new issues fixed by these packages: - several Steam games crash or freeze at launch - vulkan wasn't working after nvidia drivers update - plasmashell crashes when restoring from suspend References
- https://bugs.mageia.org/show_bug.cgi?id=34523
- https://bugs.mageia.org/show_bug.cgi?id=34511
- https://bugs.mageia.org/show_bug.cgi?id=34512
- https://bugs.mageia.org/show_bug.cgi?id=34514
- nvidia-current-570.172.08-3.mga9.nonfree
Categorías: Actualizaciones de Seguridad
