質問編集履歴

2

誤記修正

2018/12/12 08:57

投稿

Tumbler
Tumbler

スコア10

test CHANGED
File without changes
test CHANGED
@@ -38,7 +38,7 @@
38
38
 
39
39
  terminate called after throwing an instance of 'std::logic_error
40
40
 
41
- what(): basic::_S_construct null not valid
41
+ what(): basic_string::_S_construct null not valid
42
42
 
43
43
  ```
44
44
 
@@ -102,7 +102,7 @@
102
102
 
103
103
  terminate called after throwing an instance of 'std::logic_error
104
104
 
105
- what(): basic::_S_construct null not valid
105
+ what(): basic_string::_S_construct null not valid
106
106
 
107
107
  ```
108
108
 

1

状況の変化

2018/12/12 08:57

投稿

Tumbler
Tumbler

スコア10

test CHANGED
File without changes
test CHANGED
@@ -24,9 +24,25 @@
24
24
 
25
25
  what(): std::bad_alloc
26
26
 
27
+ ```
28
+
29
+ ↑解決済み
30
+
31
+
32
+
33
+ ### 新たに発生していた問題・エラーメッセージ
34
+
27
35
 
28
36
 
29
37
  ```
38
+
39
+ terminate called after throwing an instance of 'std::logic_error
40
+
41
+ what(): basic::_S_construct null not valid
42
+
43
+ ```
44
+
45
+ ↑未解決
30
46
 
31
47
 
32
48
 
@@ -56,6 +72,44 @@
56
72
 
57
73
 
58
74
 
75
+ ### 試したこと その2
76
+
77
+ 状況が変わりました。
78
+
79
+
80
+
81
+ df -h /bootを実行したところ、
82
+
83
+ ディスクの容量の94%がUseになっておりました。
84
+
85
+ 過去の学習に使用したDBを外部へ移行し、空き容量を増やすことで、
86
+
87
+ 上記のエラー
88
+
89
+ ```
90
+
91
+ terminate called after throwing an instance of 'std::bad_alloc'
92
+
93
+ what(): std::bad_alloc
94
+
95
+ ```
96
+
97
+ は出なくなりました。
98
+
99
+ 代わりに、
100
+
101
+ ```
102
+
103
+ terminate called after throwing an instance of 'std::logic_error
104
+
105
+ what(): basic::_S_construct null not valid
106
+
107
+ ```
108
+
109
+ が出力されました。
110
+
111
+
112
+
59
113
  何か解決方法や確認すべき点をご存知の方がいらっしゃれば、
60
114
 
61
115
  ご教示いただければと思います。