- Wed 17 May 2023
- unix
- Nathaniel Butterworth
How to use a 'trace' to debug a crashing program in Linux
When software crashes, it usually produces a runtime error and wil give you a hint to why it is failing. Digging into the libraries and system calls and monitoring "where …