質問編集履歴

2

WSL

2021/02/14 02:49

投稿

hashibiro
hashibiro

スコア10

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
 
8
8
 
9
- 実行環境です。
9
+ 実行環境です。WSL (Windows Subsystem for Linux)を使用しています。
10
10
 
11
11
  lsb_release -a
12
12
 

1

OS・バージョン情報を追加

2021/02/14 02:49

投稿

hashibiro
hashibiro

スコア10

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,24 @@
1
1
  実行ファイルを実行したところ”Segmentation fault”が発生したのでコアファイルを出力するため、
2
2
 
3
3
  ”gcc -g -pthread threadAttr.c”を打ち”Segmentation fault (コアダンプ)”と出力されたが、コアファイルがなく、出力されない原因が知りたいです。
4
+
5
+
6
+
7
+
8
+
9
+ 実行環境です。
10
+
11
+ lsb_release -a
12
+
13
+ No LSB modules are available.
14
+
15
+ Distributor ID: Debian
16
+
17
+ Description: Debian GNU/Linux 10 (buster)
18
+
19
+ Release: 10
20
+
21
+ Codename: buster
4
22
 
5
23
 
6
24