coredump

    1熱度

    1回答

    我有下面的代碼。問題在於,當我運行它時,它沒有爲我搜索到的搜索顯示任何內容;嘗試printf("%s", strstr(tracks[i], search_for))裏面爲,帶回空,但沒有問題做跟蹤[i]和search_for。請幫忙!。 #include <stdio.h> #include <string.h> char tracks[][80]={ "I left my he

    0熱度

    4回答

    我越來越想運行下面的代碼時分段故障造成內存: C語言文件 #include <stdio.h> #include <stdlib.h> #include <stdarg.h> #include <string.h> #include "myData.h" struct structPointer *sP; struct structPointer *sSP; int recordN

    0熱度

    1回答

    我已配置系統配置以創建進程核心轉儲。 下面是我的配置。 /etc/sysctl.conf kernel.core_uses_pid = 1 kernel.core_pattern = /var/core/core.%e.%p.%h.%t fs.suid_dumpable = 2 /etc/security/limits.conf * soft co

    2熱度

    1回答

    我基本上跟在core dump note section之後。我沒有發佈這個問題,但我試圖做同樣的事情:編寫一個程序來從頭開始創建核心轉儲文件;除了我正在嘗試爲嵌入式ARM處理器上運行的自定義單線程固件。 我還提到谷歌coredumper來源,以瞭解如何通常創建核心文件。到目前爲止,我已成功創建了一個核心文件,其中包含由GDB讀取的PT_NOTE和PT_LOAD程序頭文件。 請注意,我正在嘗試爲自

    -4熱度

    1回答

    #include<stdio.h> int find(int, int parent[10]); int uni(int, int, int parent[10]); int main() { int i, j, k, a, b, u, v, n, ne = 1; int min, mincost = 0, cost[9][9], parent[9];

    0熱度

    1回答

    bool win::checkIfFScreen(sf::RenderWindow &window) { TiXmlDocument doc; TiXmlElement * fullscreen; if(!doc.LoadFile("videoSettings.xml")) { fullscreen = new TiXmlElement("W

    19熱度

    4回答

    在Linux下,當一個進程崩潰,核心轉儲將被創建。 但是,我想創建一個核心轉儲過程不會崩潰,但看起來越野車。遠程專家需要核心轉儲來分析。 在Windows下,我們可以通過任務管理器創建進程的轉儲文件,之後進程仍在運行。 在Linux下可以嗎?

    -1熱度

    1回答

    我正在寫代碼的遊戲,寶石棋和測試沿途修復分段錯誤。到目前爲止,我得到一個錯誤,指出: 分段錯誤(核心轉儲) 我不知道如何解決它,並保持運行。 #include <stdio.h> #include <stdlib.h> #include <string.h> void move_clockwise(int board[], int pos, int player_1); void mov

    -2熱度

    1回答

    該代碼適用於尺寸較小的words,但對於長尺寸的words會產生Segmentation fault錯誤。例如,長度爲438的words沒問題,工作正常;然而words長度爲12500不起作用,會給出錯誤。 代碼: #include <stdio.h> #include <string.h> #include <math.h> #include <malloc.h> const long

    5熱度

    1回答

    我正在編寫一個小程序。當我運行其中一個選項時,出現以下錯誤。 terminate called after throwing an instance of 'std::invalid_argument' what(): stoi Aborted (core dumped) 我已經查看了存放.cpp和.h文件的目錄,並且在我運行它之後核心確實出現在那裏。我用 ulimit -c unlimi