質問編集履歴

1

詳細に表示しました

2021/09/27 01:04

投稿

sergio
sergio

スコア10

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,24 @@
1
1
  C言語のプログラムがコアダンプしてしまうため、gdbで解析を行っているのですが、
2
2
 
3
+ ```ここに言語を入力
4
+
5
+ warning: core file may not match specified executable file.
6
+
7
+ [New LWP 7220]
8
+
9
+ Core was generated by `gdb ./mcap core'.
10
+
11
+ Program terminated with signal SIGABRT, Aborted.
12
+
3
13
  #0 0x00007f69be9a018b in ?? ()
14
+
15
+ (gdb) bt
16
+
17
+ #0 0x00007f69be9a018b in ?? ()
18
+
19
+ #1 0x0000000000000000 in ?? ()
20
+
21
+ ```
4
22
 
5
23
  のような表示が出てきました。
6
24