Xcode崩溃报告KERN_INVALID_ADDRESS位于0x0000000100001da0

时间:2014-10-29 04:54:46

标签: ios xcode crash report xdebug

我很难想象Apple发给我的这份崩溃报告。出于某种原因,他们一直告诉我我的应用程序在启动时崩溃,但在不同设备上测试后我无法重新创建崩溃。由于我不确定是什么导致它崩溃并且无法重建崩溃,我想知道是否有人可以帮助解决问题可能是什么?

还有一些额外的信息,我正在使用AsyncImageView 1.5.1和Reachability类。我不确定这可能是坠机的原因吗?

非常感谢任何帮助。非常感谢!

OS Version:          iOS 8.0.2 (12A405)
Report Version:      105

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000100001da0
Triggered by Thread:  0

Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   libobjc.A.dylib                 0x0000000194c880b4 objc_retain + 20
1   MyApp                           0x0000000100113274 0x1000f4000 + 127604
2   MyApp                           0x0000000100111a84 0x1000f4000 + 121476
3   CoreFoundation                  0x0000000184324430 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 16
4   CoreFoundation                  0x00000001842637dc _CFXNotificationPost + 2056
5   Foundation                      0x000000018515b6bc -[NSNotificationCenter postNotificationName:object:userInfo:] + 68
6   MyApp                           0x000000010011099c 0x1000f4000 + 117148
7   Foundation                      0x000000018524a7ec __NSThreadPerformPerform + 368
8   CoreFoundation                  0x0000000184336320 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 20
9   CoreFoundation                  0x00000001843355c4 __CFRunLoopDoSources0 + 260
10  CoreFoundation                  0x0000000184333674 __CFRunLoopRun + 708
11  CoreFoundation                  0x0000000184261660 CFRunLoopRunSpecific + 392
12  GraphicsServices                0x000000018d35f5a0 GSEventRunModal + 164
13  UIKit                           0x0000000188b664f4 UIApplicationMain + 1484
14  MyApp                           0x00000001000fab44 0x1000f4000 + 27460
15  libdyld.dylib                   0x00000001952dea04 start + 0

0 个答案:

没有答案