Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
installation_guide:debug:start [2024/02/19 16:09] – [Monitor the file descriptors] borja | installation_guide:debug:start [2025/03/07 08:44] (current) – [Execute Asterisk with GDB (debugger)] borja | ||
---|---|---|---|
Line 346: | Line 346: | ||
</ | </ | ||
- | ==== Coredump generators | + | ==== Generate a CallStacks or Coredumps |
Generate the threads stacks or a coredump file for the process (voximald) : | Generate the threads stacks or a coredump file for the process (voximald) : | ||
Line 355: | Line 355: | ||
</ | </ | ||
+ | ==== Execute the Asterisk with GDB (debugger) ==== | ||
+ | |||
+ | Launch the Asterisk process with the debugger (gdb) : | ||
+ | |||
+ | < | ||
+ | gdb -ex=r --args asterisk -cvvvvvv -U asterisk -G asterisk | ||
+ | </ |