gdb - Core dump file analysis - Stack Overflow

gdb - Core dump file analysis - Stack Overflow

瀏覽:757
日期:2025-06-10
You just need a binary (with debugging symbols included) that is identical to the one that generated the core. Then you can run gdb path/to/the/binary path/to/the/core to debug it. When it starts up, you can use bt (for backtrace) to get a stack trace fro...看更多