调试大型项目的分段错误(核心转储)

时间:2016-03-22 16:12:25

标签: c++ debugging segmentation-fault

我尝试运行此代码[-git-link](https://github.com/DropIn/SequentialTextReading),但我遇到了#34; Segmentation fault(core dumped)"。你对这个错误有任何想法吗?我在Ubuntu 14.4上运行它 代码太大,无法像使用gdb那样使用传统的调试方法。 知道如何解决这个问题,或者我应该使用什么工具来解决它,因为知道项目中有很多文件和主要文件?

1 个答案:

答案 0 :(得分:0)

您还可以在程序崩溃后将coredump加载到gdb并找到根本原因。

您可以阅读How to generate core dump file in UbuntuHow to analyze a program's core dump file with gdb?