Xiaomin Cai created WEEX-410:
--------------------------------
Summary: Fix gesture related crash on iOS8
Key: WEEX-410
URL: https://issues.apache.org/jira/browse/WEEX-410
Project: Weex
Issue Type: Bug
Components: iOS
Reporter: Xiaomin Cai
Assignee: xingZhang
Massive crash on iOS 8 about Gesture send to deallocated object.
Incident Identifier: 6F612E93-A559-4162-B3E7-99773B90ADE4
CrashReporter Key: TODO
Hardware Model: iPhone7,1
Process: xxx [299]
Path:
/private/var/mobile/Containers/Bundle/Application/3C85E833-2BAF-4652-AE51-D517BD294146/xxx.app/Taobao4iPhone
Identifier: 6F612E93-A559-4162-B3E7-99773B90ADE4
Version: 7.8.6
Code Type: ARM-64
Parent Process: launchd [1]
Date/Time: 2018-05-24 03:11:41 +0000
OS Version: iPhone OS 8.1 (12B411)
Report Version: 104
Exception Type: SIGSEGV
Exception Codes: SEGV_ACCERR at 0x10
Triggered by Thread: 0
Thread 0 Crashed:
0 libobjc.A.dylib 0x0000000196a0fbd0 _objc_msgSend :16 (in libobjc.A.dylib)
1 UIKit 0x000000018aa94094 -[UIGestureRecognizer _isExcludedByGesture:] :464
(in UIKit)
2 UIKit 0x000000018aa566a0 _UIGestureRecognizerUpdate :936 (in UIKit)
3 UIKit 0x000000018aa925bc -[UIWindow _sendGesturesForEvent:] :1044 (in UIKit)
4 UIKit 0x000000018aa91c5c -[UIWindow sendEvent:] :660 (in UIKit)
5 UIKit 0x000000018aa6538c -[UIApplication sendEvent:] :264 (in UIKit)
6 UIKit 0x000000018ad041b4 _UIApplicationHandleEventFromQueueEvent :14992 (in
UIKit)
7 UIKit 0x000000018aa638f4 _UIApplicationHandleEventQueue :1616 (in UIKit)
8 CoreFoundation 0x000000018626e0e8
__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ :24 (in
CoreFoundation)
9 CoreFoundation 0x000000018626d38c __CFRunLoopDoSources0 :264 (in
CoreFoundation)
10 CoreFoundation 0x000000018626b43c __CFRunLoopRun :712 (in CoreFoundation)
11 CoreFoundation 0x00000001861991f4 _CFRunLoopRunSpecific :396 (in
CoreFoundation)
12 GraphicsServices 0x000000018f3275a4 _GSEventRunModal :168 (in
GraphicsServices)
13 UIKit 0x000000018aaca784 _UIApplicationMain :1488 (in UIKit)
14 xxx 0x0000000101eeb90c XXMainEntry XXMainEntry.m:74 (in xxx)
15 xxx 0x000000010375c1fc main main.m:17 (in xxx)
16 libdyld.dylib 0x000000019706aa08 _start :4 (in libdyld.dylib)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)