ios - What caused this SEGV_ACCERR crash on ipad 2 os 6.1 -
my app has random crashes. 1 of crash logs:
0 libobjc.a.dylib 0x3c2075b0 objc_msgsend (in libobjc.a.dylib) + 16 1 uikit 0x362d8d88 _uigesturerecognizersendactions (in uikit) + 128 2 uikit 0x362a03f4 -[uigesturerecognizer _updategesturewithevent:] (in uikit) + 392 3 uikit 0x3648da38 _uigesturerecognizerupdate_block_invoke_0543 (in uikit) + 48 4 uikit 0x361c482e _uigesturerecognizerremoveobjectsfromarrayandapplyblocks (in uikit) + 218 5 uikit 0x361c3292 _uigesturerecognizerupdate (in uikit) + 1274 6 uikit 0x361ce1e6 -[uiwindow _sendgesturesforevent:] (in uikit) + 766 7 uikit 0x361cddb2 -[uiwindow sendevent:] (in uikit) + 90 8 uikit 0x361bb800 -[uiapplication sendevent:] (in uikit) + 380 9 uikit 0x361bb11a _uiapplicationhandleevent (in uikit) + 6154 10 graphicsservices 0x37eaf5a2 _purpleeventcallback (in graphicsservices) + 590 11 graphicsservices 0x37eaf1d2 purpleeventcallback (in graphicsservices) + 34 12 corefoundation 0x34388172 __cfrunloop_is_calling_out_to_a_source1_perform_function (in corefoundation) + 34 13 corefoundation 0x34388116 __cfrunloopdosource1 (in corefoundation) + 138 14 corefoundation 0x34386f98 __cfrunlooprun (in corefoundation) + 1384 15 corefoundation 0x342f9ebc cfrunlooprunspecific (in corefoundation) + 356 16 corefoundation 0x342f9d48 cfrunloopruninmode (in corefoundation) + 104 17 graphicsservices 0x37eae2ea gseventrunmodal (in graphicsservices) + 74 18 uikit 0x3620f300 uiapplicationmain (in uikit) + 1120 19 myhd 0x0000394e main (in myhd) (main.m:15)
Comments
Post a Comment