Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/111.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/objective-c/24.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
名为SIGSEGV的iOS崩溃,主要原因_Ios_Objective C - Fatal编程技术网

名为SIGSEGV的iOS崩溃,主要原因

名为SIGSEGV的iOS崩溃,主要原因,ios,objective-c,Ios,Objective C,我正在使用Critercism(SDK 4.1.2)崩溃报告服务捕获iOS应用程序上的报告。我已经经历过多次坠机,我不知道为什么会发生这种情况 名称:SIGSEGV-原因:主要 Crashed Thread 0 libobjc.A.dylib 0x397c4b26 objc_msgSend + 6 1 UIKit 0x31965a2d -[UIScrollView(UIScrollViewInternal) _scrollViewAnimationEnded:finished:] + 1

我正在使用Critercism(SDK 4.1.2)崩溃报告服务捕获iOS应用程序上的报告。我已经经历过多次坠机,我不知道为什么会发生这种情况

名称:SIGSEGV-原因:主要

Crashed Thread
0   libobjc.A.dylib 0x397c4b26 objc_msgSend + 6
1   UIKit 0x31965a2d -[UIScrollView(UIScrollViewInternal) _scrollViewAnimationEnded:finished:] + 177
2   UIKit 0x31a0e4b3 -[UIAnimator stopAnimation:] + 471
3   UIKit 0x31a0de9d -[UIAnimator(Static) _advanceAnimationsOfType:withTimestamp:] + 285
4   UIKit 0x31a0dd7d -[UIAnimator(Static) _LCDHeartbeatCallback:] + 53
5   QuartzCore 0x315419cf _ZN2CA7Display15DisplayLinkItem8dispatchEv + 99
6   QuartzCore 0x31541779 _ZN2CA7Display11DisplayLink14dispatch_itemsEyyy + 345
7   IOMobileFramebuffer 0x3411b76d IOMobileFramebufferVsyncNotifyFunc + 105
8   IOKit 0x2fdd9a75 IODispatchCalloutFromCFMessage + 249
9   CoreFoundation 0x2f0b7e21 __CFMachPortPerform + 137
10  CoreFoundation 0x2f0c29df __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 35
11  CoreFoundation 0x2f0c297b __CFRunLoopDoSource1 + 347
12  CoreFoundation 0x2f0c114f __CFRunLoopRun + 1399
13  CoreFoundation 0x2f02bc27 CFRunLoopRunSpecific + 523
14  CoreFoundation 0x2f02ba0b CFRunLoopRunInMode + 107
15  GraphicsServices 0x33cff283 GSEventRunModal + 139
16  UIKit 0x318cf049 UIApplicationMain + 1137
17  AppName 0x000b1fef main + 67

不确定您是否遇到这种情况,但我遇到过类似的崩溃,原因是UIView中的一个按钮试图调用已发布对象上的回调方法。显示了UI,然后对象被释放。

您能在自己的设备上复制它吗?我不能复制它:(