5
我正在編寫一個小程序。當我運行其中一個選項時,出現以下錯誤。查看核心轉儲
terminate called after throwing an instance of 'std::invalid_argument'
what(): stoi
Aborted (core dumped)
我已經查看了存放.cpp和.h文件的目錄,並且在我運行它之後核心確實出現在那裏。我用
ulimit -c unlimited
和我一起
unlimit -a.
檢查它當我在我的終端上運行GDB,並嘗試訪問內核,我得到如下回應
not in executable format: File format not recognized
我會怎樣看看我的核心轉儲,以便我可以看到是什麼造成的?
這很棒!謝謝! – maxcollector 2014-11-06 23:20:51