Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| linux:debugging [2023/11/02 14:38] – external edit 127.0.0.1 | linux:debugging [2026/07/05 15:40] (current) – jotasandoku |
|---|
| * [[https://unix.stackexchange.com/questions/120015/how-to-find-out-the-dynamic-libraries-executables-loads-when-run|ldd]]: to find the dynamic libraries loaded | * [[https://unix.stackexchange.com/questions/120015/how-to-find-out-the-dynamic-libraries-executables-loads-when-run|ldd]]: to find the dynamic libraries loaded |
| * [[https://www.tecmint.com/strace-commands-for-troubleshooting-and-debugging-linux/|strace]] | * [[https://www.tecmint.com/strace-commands-for-troubleshooting-and-debugging-linux/|strace]] # note that this is for system calls. Not useful for troubleshooting kernel-bypass tails. For kernel tuning we use ftrace and cyclictest (see in other section here) |