Outils pour utilisateurs

Outils du site


tech:notes_gdb_debug

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

tech:notes_gdb_debug [2026/06/07 19:12] – créée - modification externe 127.0.0.1tech:notes_gdb_debug [2026/07/28 05:21] (Version actuelle) Jean-Baptiste
Ligne 1: Ligne 1:
 <!DOCTYPE markdown> <!DOCTYPE markdown>
-{{tag>Brouillon}}+{{tag>Brouillon Debug Segfault Coredump}}
  
 # Notes gdb debug # Notes gdb debug
Ligne 11: Ligne 11:
 * [[Process audit quand strace n'est pas là]] * [[Process audit quand strace n'est pas là]]
 * [How to cache data using GDB's Python API](https://developers.redhat.com/articles/2024/02/05/how-cache-data-using-gdbs-python-api) * [How to cache data using GDB's Python API](https://developers.redhat.com/articles/2024/02/05/how-cache-data-using-gdbs-python-api)
 +
 +
 +## Exemple d'analyse d'un Segmentation fault
 +
 +Voir aussi :
 +* SIGSEGV
  
 ~~~ ~~~
Ligne 21: Ligne 27:
 (gdb) r (gdb) r
 (gdb) bt (gdb) bt
 +~~~
 +
 +
 +## Génération d'un coredump
 +
 +~~~
 +# gdb -p <pid>
 +...
 +generate-core-dump /dev/null
 +...
 +quit
 ~~~ ~~~
  
  
tech/notes_gdb_debug.txt · Dernière modification : de Jean-Baptiste

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki