質問編集履歴
3
追記を加えました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -59,3 +59,69 @@
|
|
59
59
|
|
60
60
|
|
61
61
|
どなたかお力をお貸しいただける方がおられましたら何卒よろしくお願いいたします。
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
### 追記
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
いろいろ試してみたところ吐かれたログの一部が変わっていることに気付きました。
|
70
|
+
|
71
|
+
アプリ名の8行目、9行目,19行目になります。
|
72
|
+
|
73
|
+
他の行UIKitCoreの部分などは何も変わっていないのですがこれでSymbolicateは正常に完了しているのでしょうか?
|
74
|
+
|
75
|
+
どなたかご教授いただけますと幸いです。
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
```ここに言語名を入力
|
80
|
+
|
81
|
+
Thread 0 name: Dispatch queue: com.apple.main-thread
|
82
|
+
|
83
|
+
Thread 0 Crashed:
|
84
|
+
|
85
|
+
0 UIKitCore 0x00000001930dbc20 0x19231c000 + 14416928
|
86
|
+
|
87
|
+
1 UIKitCore 0x00000001930e0b88 0x19231c000 + 14437256
|
88
|
+
|
89
|
+
2 UIKitCore 0x00000001930e0b88 0x19231c000 + 14437256
|
90
|
+
|
91
|
+
3 UIKitCore 0x00000001930e2204 0x19231c000 + 14443012
|
92
|
+
|
93
|
+
4 UIKitCore 0x000000019309c608 0x19231c000 + 14157320
|
94
|
+
|
95
|
+
5 UIKitCore 0x000000019309dd04 0x19231c000 + 14163204
|
96
|
+
|
97
|
+
6 UIKitCore 0x000000019309e968 0x19231c000 + 14166376
|
98
|
+
|
99
|
+
7 UIKitCore 0x000000019309e7d0 0x19231c000 + 14165968
|
100
|
+
|
101
|
+
8 DotMe 0x0000000102cfdf24 closure #1 in ViewController.loadMessages() + 40740 (ViewController.swift:0)
|
102
|
+
|
103
|
+
9 DotMe 0x0000000102cfdfac thunk for @escaping @callee_guaranteed () -> () + 40876 (<compiler-generated>:0)
|
104
|
+
|
105
|
+
10 libdispatch.dylib 0x0000000190174fd0 0x190173000 + 8144
|
106
|
+
|
107
|
+
11 libdispatch.dylib 0x0000000190176ac8 0x190173000 + 15048
|
108
|
+
|
109
|
+
12 libdispatch.dylib 0x000000019018404c 0x190173000 + 69708
|
110
|
+
|
111
|
+
13 CoreFoundation 0x00000001904f51e4 0x190457000 + 647652
|
112
|
+
|
113
|
+
14 CoreFoundation 0x00000001904ef3b4 0x190457000 + 623540
|
114
|
+
|
115
|
+
15 CoreFoundation 0x00000001904ee4bc 0x190457000 + 619708
|
116
|
+
|
117
|
+
16 GraphicsServices 0x00000001a7000820 0x1a6ffd000 + 14368
|
118
|
+
|
119
|
+
17 UIKitCore 0x0000000192e9b164 0x19231c000 + 12054884
|
120
|
+
|
121
|
+
18 UIKitCore 0x0000000192ea0840 0x19231c000 + 12077120
|
122
|
+
|
123
|
+
19 DotMe 0x0000000102cf84c4 main + 17604 (Setting.swift:16)
|
124
|
+
|
125
|
+
20 libdyld.dylib 0x00000001901b5e40 0x1901b5000 + 3648
|
126
|
+
|
127
|
+
```
|
2
誤字の修正。
test
CHANGED
File without changes
|
test
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
iosApp申請時のリジェクトによるクラッシュログのSymbolicate(復元)
|
5
|
+
iosApp申請時のリジェクトによるクラッシュログのSymbolicate(復元)を行いたい
|
6
6
|
|
7
7
|
|
8
8
|
|
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
|
12
12
|
|
13
|
-
アプリのdSYMファイルを用いてシンボル化(Symbolicate)しようと下記を実行したところいろいろと結果が吐かれてファイルに
|
13
|
+
アプリのdSYMファイルを用いてシンボル化(Symbolicate)しようと下記を実行したところいろいろと結果が吐かれてファイルに書き出されはしたのですが元の内容と変わっていないようすです。
|
14
14
|
|
15
15
|
|
16
16
|
|
1
質問内容を変更いたしました。
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
swift iosApp申請時のリジェクトによるクラッシュログについて
|
1
|
+
swift iosApp申請時のリジェクトによるクラッシュログのSymbolicate(復元)について
|
test
CHANGED
@@ -2,251 +2,7 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
|
5
|
+
iosApp申請時のリジェクトによるクラッシュログのSymbolicate(復元)したい
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
### アップルから届いたエラーメッセージ
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
```
|
14
|
-
|
15
|
-
Guideline 2.1 - Performance - App Completeness
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
Your app crashed on iPad running iOS 14.1 on WiFi when we:
|
20
|
-
|
21
|
-
Specifically, app crashed when tapping on the lower square button.
|
22
|
-
|
23
|
-
We have attached detailed crash logs to help troubleshoot this issue.
|
24
|
-
|
25
|
-
```
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
### クラッシュログ
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
```ここに言語名を入力
|
34
|
-
|
35
|
-
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
|
36
|
-
|
37
|
-
Exception Subtype: KERN_INVALID_ADDRESS at 0xfffffffffffffffc
|
38
|
-
|
39
|
-
VM Region Info: 0xfffffffffffffffc is not in any region. Bytes after previous region: 18446743592673214461
|
40
|
-
|
41
|
-
REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL
|
42
|
-
|
43
|
-
commpage (reserved) 1000000000-7000000000 [384.0G] ---/--- SM=NUL ...(unallocated)
|
44
|
-
|
45
|
-
--->
|
46
|
-
|
47
|
-
UNUSED SPACE AT END
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
Termination Signal: Segmentation fault: 11
|
52
|
-
|
53
|
-
Termination Reason: Namespace SIGNAL, Code 0xb
|
54
|
-
|
55
|
-
Terminating Process: exc handler [1770]
|
56
|
-
|
57
|
-
Triggered by Thread: 0
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
Thread 0 name: Dispatch queue: com.apple.main-thread
|
62
|
-
|
63
|
-
Thread 0 Crashed:
|
64
|
-
|
65
|
-
0 UIKitCore 0x00000001930dbc20 0x19231c000 + 14416928
|
66
|
-
|
67
|
-
1 UIKitCore 0x00000001930e0b88 0x19231c000 + 14437256
|
68
|
-
|
69
|
-
2 UIKitCore 0x00000001930e0b88 0x19231c000 + 14437256
|
70
|
-
|
71
|
-
3 UIKitCore 0x00000001930e2204 0x19231c000 + 14443012
|
72
|
-
|
73
|
-
4 UIKitCore 0x000000019309c608 0x19231c000 + 14157320
|
74
|
-
|
75
|
-
5 UIKitCore 0x000000019309dd04 0x19231c000 + 14163204
|
76
|
-
|
77
|
-
6 UIKitCore 0x000000019309e968 0x19231c000 + 14166376
|
78
|
-
|
79
|
-
7 UIKitCore 0x000000019309e7d0 0x19231c000 + 14165968
|
80
|
-
|
81
|
-
8 DotMe 0x0000000102e21f24 0x102e18000 + 40740
|
82
|
-
|
83
|
-
9 DotMe 0x0000000102e21fac 0x102e18000 + 40876
|
84
|
-
|
85
|
-
10 libdispatch.dylib 0x0000000190174fd0 0x190173000 + 8144
|
86
|
-
|
87
|
-
11 libdispatch.dylib 0x0000000190176ac8 0x190173000 + 15048
|
88
|
-
|
89
|
-
12 libdispatch.dylib 0x000000019018404c 0x190173000 + 69708
|
90
|
-
|
91
|
-
13 CoreFoundation 0x00000001904f51e4 0x190457000 + 647652
|
92
|
-
|
93
|
-
14 CoreFoundation 0x00000001904ef3b4 0x190457000 + 623540
|
94
|
-
|
95
|
-
15 CoreFoundation 0x00000001904ee4bc 0x190457000 + 619708
|
96
|
-
|
97
|
-
16 GraphicsServices 0x00000001a7000820 0x1a6ffd000 + 14368
|
98
|
-
|
99
|
-
17 UIKitCore 0x0000000192e9b164 0x19231c000 + 12054884
|
100
|
-
|
101
|
-
18 UIKitCore 0x0000000192ea0840 0x19231c000 + 12077120
|
102
|
-
|
103
|
-
19 DotMe 0x0000000102e1c4c4 0x102e18000 + 17604
|
104
|
-
|
105
|
-
20 libdyld.dylib 0x00000001901b5e40 0x1901b5000 + 3648
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
Thread 1:
|
110
|
-
|
111
|
-
0 libsystem_pthread.dylib 0x00000001d77ee774 0x1d77e4000 + 42868
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
Thread 2 name: com.apple.uikit.eventfetch-thread
|
116
|
-
|
117
|
-
Thread 2:
|
118
|
-
|
119
|
-
0 libsystem_kernel.dylib 0x00000001bc043dd0 0x1bc040000 + 15824
|
120
|
-
|
121
|
-
1 libsystem_kernel.dylib 0x00000001bc043184 0x1bc040000 + 12676
|
122
|
-
|
123
|
-
2 CoreFoundation 0x00000001904f4cf8 0x190457000 + 646392
|
124
|
-
|
125
|
-
3 CoreFoundation 0x00000001904eeea8 0x190457000 + 622248
|
126
|
-
|
127
|
-
4 CoreFoundation 0x00000001904ee4bc 0x190457000 + 619708
|
128
|
-
|
129
|
-
5 Foundation 0x000000019176fe30 0x191768000 + 32304
|
130
|
-
|
131
|
-
6 Foundation 0x000000019176fd08 0x191768000 + 32008
|
132
|
-
|
133
|
-
7 UIKitCore 0x0000000192f4ba4c 0x19231c000 + 12778060
|
134
|
-
|
135
|
-
8 Foundation 0x00000001918da0f0 0x191768000 + 1515760
|
136
|
-
|
137
|
-
9 libsystem_pthread.dylib 0x00000001d77e5ca8 0x1d77e4000 + 7336
|
138
|
-
|
139
|
-
10 libsystem_pthread.dylib 0x00000001d77ee788 0x1d77e4000 + 42888
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
Thread 3:
|
144
|
-
|
145
|
-
0 libsystem_pthread.dylib 0x00000001d77ee774 0x1d77e4000 + 42868
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
Thread 4:
|
150
|
-
|
151
|
-
0 libsystem_pthread.dylib 0x00000001d77ee774 0x1d77e4000 + 42868
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
Thread 5 name: JavaScriptCore bmalloc scavenger
|
156
|
-
|
157
|
-
Thread 5:
|
158
|
-
|
159
|
-
0 libsystem_kernel.dylib 0x00000001bc06775c 0x1bc040000 + 161628
|
160
|
-
|
161
|
-
1 libsystem_pthread.dylib 0x00000001d77e9550 0x1d77e4000 + 21840
|
162
|
-
|
163
|
-
2 libc++.1.dylib 0x00000001a4704c8c 0x1a46f8000 + 52364
|
164
|
-
|
165
|
-
3 JavaScriptCore 0x000000019a5ce0f8 0x199704000 + 15507704
|
166
|
-
|
167
|
-
4 JavaScriptCore 0x000000019a5d2698 0x199704000 + 15525528
|
168
|
-
|
169
|
-
5 JavaScriptCore 0x000000019a5d22d4 0x199704000 + 15524564
|
170
|
-
|
171
|
-
6 JavaScriptCore 0x000000019a5d3798 0x199704000 + 15529880
|
172
|
-
|
173
|
-
7 libsystem_pthread.dylib 0x00000001d77e5ca8 0x1d77e4000 + 7336
|
174
|
-
|
175
|
-
8 libsystem_pthread.dylib 0x00000001d77ee788 0x1d77e4000 + 42888
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
Thread 6 name: AVAudioSession Notify Thread
|
180
|
-
|
181
|
-
Thread 6:
|
182
|
-
|
183
|
-
0 libsystem_kernel.dylib 0x00000001bc043dd0 0x1bc040000 + 15824
|
184
|
-
|
185
|
-
1 libsystem_kernel.dylib 0x00000001bc043184 0x1bc040000 + 12676
|
186
|
-
|
187
|
-
2 CoreFoundation 0x00000001904f4cf8 0x190457000 + 646392
|
188
|
-
|
189
|
-
3 CoreFoundation 0x00000001904eeea8 0x190457000 + 622248
|
190
|
-
|
191
|
-
4 CoreFoundation 0x00000001904ee4bc 0x190457000 + 619708
|
192
|
-
|
193
|
-
5 AudioSession 0x0000000197d9e2ac 0x197d91000 + 53932
|
194
|
-
|
195
|
-
6 AudioSession 0x0000000197da0390 0x197d91000 + 62352
|
196
|
-
|
197
|
-
7 libsystem_pthread.dylib 0x00000001d77e5ca8 0x1d77e4000 + 7336
|
198
|
-
|
199
|
-
8 libsystem_pthread.dylib 0x00000001d77ee788 0x1d77e4000 + 42888
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
Thread 7 name: com.apple.NSURLConnectionLoader
|
204
|
-
|
205
|
-
Thread 7:
|
206
|
-
|
207
|
-
0 libsystem_kernel.dylib 0x00000001bc043dd0 0x1bc040000 + 15824
|
208
|
-
|
209
|
-
1 libsystem_kernel.dylib 0x00000001bc043184 0x1bc040000 + 12676
|
210
|
-
|
211
|
-
2 CoreFoundation 0x00000001904f4cf8 0x190457000 + 646392
|
212
|
-
|
213
|
-
3 CoreFoundation 0x00000001904eeea8 0x190457000 + 622248
|
214
|
-
|
215
|
-
4 CoreFoundation 0x00000001904ee4bc 0x190457000 + 619708
|
216
|
-
|
217
|
-
5 CFNetwork 0x0000000190daa050 0x190b67000 + 2371664
|
218
|
-
|
219
|
-
6 Foundation 0x00000001918da0f0 0x191768000 + 1515760
|
220
|
-
|
221
|
-
7 libsystem_pthread.dylib 0x00000001d77e5ca8 0x1d77e4000 + 7336
|
222
|
-
|
223
|
-
8 libsystem_pthread.dylib 0x00000001d77ee788 0x1d77e4000 + 42888
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
Thread 0 crashed with ARM Thread State (64-bit):
|
228
|
-
|
229
|
-
x0: 0x00000002802ad0e0 x1: 0x00000001d9aaf13d x2: 0xffffffffffffffff x3: 0x0000000000000000
|
230
|
-
|
231
|
-
x4: 0x0000000000000000 x5: 0x0000000000000000 x6: 0x0000000000000000 x7: 0x0000000000000000
|
232
|
-
|
233
|
-
x8: 0x0000000000000000 x9: 0x0000000000000013 x10: 0x00000001dc874fe8 x11: 0x000000000000001f
|
234
|
-
|
235
|
-
x12: 0x0000000000e0cf00 x13: 0x01000001ec725409 x14: 0x0000000000000000 x15: 0x00000001ec725408
|
236
|
-
|
237
|
-
x16: 0x00000001ec725408 x17: 0x00000001930dbbf0 x18: 0x0000000111ffd65c x19: 0xffffffffffffffff
|
238
|
-
|
239
|
-
x20: 0x00000002802ad0e0 x21: 0xffffffffffffffff x22: 0x00000002802ad0e0 x23: 0x00000002806aef40
|
240
|
-
|
241
|
-
x24: 0x0000000000000000 x25: 0x0000000000000000 x26: 0x00000001d9568000 x27: 0x00000001d91421b1
|
242
|
-
|
243
|
-
x28: 0x00000001d972093d fp: 0x000000016cfe65c0 lr: 0xf96f3701930e0b88
|
244
|
-
|
245
|
-
sp: 0x000000016cfe6580 pc: 0x00000001930dbc20 cpsr: 0x60000000
|
246
|
-
|
247
|
-
esr: 0x92000006 (Data Abort) byte read Translation fault
|
248
|
-
|
249
|
-
```
|
250
6
|
|
251
7
|
|
252
8
|
|
@@ -254,11 +10,7 @@
|
|
254
10
|
|
255
11
|
|
256
12
|
|
257
|
-
|
13
|
+
アプリのdSYMファイルを用いてシンボル化(Symbolicate)しようと下記を実行したところいろいろと結果が吐かれてファイルに下記出されたのですが元の内容と変わっていないようすです。
|
258
|
-
|
259
|
-
いろいろ調べてここがクラッシュの原因となるログなのかなというところまではわかったのですが
|
260
|
-
|
261
|
-
クラッシュログを見るのが今回初めてということもあってこれをエラー改善のためにどう活用したらよいかわからなく困っております。
|
262
14
|
|
263
15
|
|
264
16
|
|
@@ -266,33 +18,33 @@
|
|
266
18
|
|
267
19
|
```
|
268
20
|
|
269
|
-
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
|
270
|
-
|
271
|
-
|
21
|
+
export DEVELOPER_DIR="/Applications/Xcode.app/Contents/Developer"
|
272
22
|
|
273
23
|
|
274
24
|
|
275
|
-
|
25
|
+
/Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/Resources/symbolicatecrash -v ~/Desktop/hoge.crash ~/Desktop/hoge.app.dSYM > crash.txt
|
276
26
|
|
277
|
-
|
27
|
+
```
|
278
28
|
|
279
|
-
x4: 0x0000000000000000 x5: 0x0000000000000000 x6: 0x0000000000000000 x7: 0x0000000000000000
|
280
29
|
|
281
|
-
x8: 0x0000000000000000 x9: 0x0000000000000013 x10: 0x00000001dc874fe8 x11: 0x000000000000001f
|
282
30
|
|
283
|
-
|
31
|
+
### エラー内容
|
284
32
|
|
285
|
-
x16: 0x00000001ec725408 x17: 0x00000001930dbbf0 x18: 0x0000000111ffd65c x19: 0xffffffffffffffff
|
286
33
|
|
287
|
-
x20: 0x00000002802ad0e0 x21: 0xffffffffffffffff x22: 0x00000002802ad0e0 x23: 0x00000002806aef40
|
288
34
|
|
289
|
-
|
35
|
+
No symbolic information foundとなってしまいます。
|
290
36
|
|
291
|
-
x28: 0x00000001d972093d fp: 0x000000016cfe65c0 lr: 0xf96f3701930e0b88
|
292
37
|
|
293
|
-
sp: 0x000000016cfe6580 pc: 0x00000001930dbc20 cpsr: 0x60000000
|
294
38
|
|
39
|
+
```ここに言語名を入力
|
40
|
+
|
41
|
+
## Warning: Can't find any unstripped binary that matches version of /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
0 binary images were found.
|
46
|
+
|
295
|
-
|
47
|
+
No symbolic information found
|
296
48
|
|
297
49
|
```
|
298
50
|
|