且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何知道C程序的堆栈溢出?

更新时间:2023-11-10 16:16:22

使用GDB调试器并查看调用堆栈。

Use the GDB Debugger and look at the Call Stack.

gdb main
r
bt