简体   繁体   English

Apple评论小组提供的EXC_BREAKPOINT(SIGTRAP)崩溃报告

[英]EXC_BREAKPOINT (SIGTRAP) crash report from Apple Review Team

I got this crash report from Apple Review Team, they said that the app crashed at lunch. 我收到了Apple Review Team的崩溃报告,他们说该应用程序在午餐时崩溃了。 I have symbolicate the crash log, double check the app version and the dSYM, but the first two lines after the Crash were not Symbolicated (Symbolicated crash at the end). 我已将崩溃日志符号化,请仔细检查应用程序版本和dSYM,但未对崩溃后的前两行进行符号化(末尾为符号化崩溃)。

I haven't been able to reproduce the error by myself and this app has been tested by a lot of people and is currently been use by Beta testers, and non of them has reported this or any other crash. 我无法自己重现该错误,并且此应用已经过很多人的测试,目前正由Beta测试人员使用,并且没有人报告此崩溃或任何其他崩溃。 The same version of this app is approved on TestFlight but rejected for the Apple Store. 此应用程序的相同版本已在TestFlight上获得批准,但被Apple Store拒绝。

Here is the symbolicated log if some of you guys can give me some insight. 如果您有些人可以给我一些见解,这是带符号的日志。

Thanks in advance 提前致谢

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000001, 0x00000001000e446c
Triggered by Thread:  0

Filtered syslog:
None found

Global Trace Buffer (reverse chronological seconds):
18.764194    CFNetwork                  0x000000018117fe7c TCP Conn 0x13ef3aed0 complete. fd: 10, err: 0
18.765782    CFNetwork                  0x00000001811813a8 TCP Conn 0x13ef3aed0 event 1. err: 0
19.628068    CFNetwork                  0x0000000181181480 TCP Conn 0x13ef3aed0 started
19.631343    CFNetwork                  0x00000001811dbe5c Creating default cookie storage with default identifier
19.631343    CFNetwork                  0x00000001811dbe28 Faulting in CFHTTPCookieStorage singleton
19.631343    CFNetwork                  0x000000018122de50 Faulting in NSHTTPCookieStorage singleton
24.382802    CFNetwork                  0x00000001810dd8e0 TCP Conn 0x13ee3e6c0 SSL Handshake DONE
24.428562    CFNetwork                  0x00000001810dd7f0 TCP Conn 0x13ee3e6c0 starting SSL negotiation
24.428880    CFNetwork                  0x000000018117fe7c TCP Conn 0x13ee3e6c0 complete. fd: 5, err: 0
24.429089    CFNetwork                  0x00000001811813a8 TCP Conn 0x13ee3e6c0 event 1. err: 0
24.459404    CFNetwork                  0x0000000181181480 TCP Conn 0x13ee3e6c0 started



Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   mrquick                         0x00000001000e446c 0x100070000 + 476268
1   mrquick                         0x00000001000e2504 0x100070000 + 468228
2   UIKit                           0x0000000185c50c40 -[UIViewController loadViewIfRequired] + 996
3   UIKit                           0x0000000185c690d0 -[UIViewController __viewWillAppear:] + 132
4   UIKit                           0x0000000185e03e5c -[UINavigationController _startCustomTransition:] + 1052
5   UIKit                           0x0000000185d0fe40 -[UINavigationController _startDeferredTransitionIfNeeded:] + 688
6   UIKit                           0x0000000185d0fb1c -[UINavigationController __viewWillLayoutSubviews] + 60
7   UIKit                           0x0000000185d0fa84 -[UILayoutContainerView layoutSubviews] + 208
8   UIKit                           0x0000000185c4c1e4 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 656
9   QuartzCore                      0x00000001835de98c -[CALayer layoutSublayers] + 148
10  QuartzCore                      0x00000001835d95c8 CA::Layer::layout_if_needed(CA::Transaction*) + 292
11  QuartzCore                      0x00000001835d9488 CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 32
12  QuartzCore                      0x00000001835d8ab8 CA::Context::commit_transaction(CA::Transaction*) + 252
13  QuartzCore                      0x00000001835d8818 CA::Transaction::commit() + 500
14  QuartzCore                      0x00000001835d1ddc CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) + 80
15  CoreFoundation                  0x0000000180ab0728 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 32
16  CoreFoundation                  0x0000000180aae4cc __CFRunLoopDoObservers + 372
17  CoreFoundation                  0x0000000180aae8fc __CFRunLoopRun + 928
18  CoreFoundation                  0x00000001809d8c50 CFRunLoopRunSpecific + 384
19  GraphicsServices                0x00000001822c0088 GSEventRunModal + 180
20  UIKit                           0x0000000185cba088 UIApplicationMain + 204
21  mrquick                         0x00000001000ec5c4 0x100070000 + 509380
22  libdyld.dylib                   0x00000001805768b8 start + 4

Thread 1:
0   libsystem_kernel.dylib          0x0000000180694b48 __workq_kernreturn + 8
1   libsystem_pthread.dylib         0x000000018075d530 _pthread_wqthread + 1284
2   libsystem_pthread.dylib         0x000000018075d020 start_wqthread + 4

for the record I was able to find the crash and solve it, my App has been approved and is ready for sale! 根据记录,我能够找到崩溃并予以解决,我的App已获得批准并可以出售!

In my case the crash was happening because I didn't take care of some functions when the user don't accept the App Location permissions, it crashes when trying to do a reverse geocoding. 就我而言,发生崩溃是因为当用户不接受“应用程序位置”权限时,我没有处理某些功能,而在尝试进行反向地理编码时会崩溃。

For those having similar issues here I leave you some links that can help you resolve you Crash issue, and symbolicate the crash log. 对于这里遇到类似问题的人,我为您提供了一些链接,可以帮助您解决崩溃问题,并表示崩溃日志。

Saludos Saludos

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM