FSPagerView icon indicating copy to clipboard operation
FSPagerView copied to clipboard

Crashed: com.apple.main-thread

Open willyue opened this issue 2 years ago • 0 comments

Crashlytics reported a crash, still not able to reproduce it and only impacted 1 user. Any idea guys? Below are the crash report:

Crashed: com.apple.main-thread 0 MyApp 0xc4910 specialized FSPagerView.scrollViewWillEndDragging(:withVelocity:targetContentOffset:) + 425 (FSPagerView.swift:425) 1 MyApp 0xc0b38 @objc FSPagerView.scrollViewWillEndDragging(:withVelocity:targetContentOffset:) + 4334209848 (:4334209848) 2 UIKitCore 0x1082310 -[UIScrollView _performScrollViewWillEndDraggingInvocationsWithVelocity:targetContentOffset:unclampedOriginalTarget:] + 316 3 UIKitCore 0x1082cfc -[UIScrollView _scrollViewWillEndDraggingWithDeceleration:] + 1036 4 UIKitCore 0x10840dc -[UIScrollView _endPanNormal:] + 2288 5 UIKitCore 0x1085b54 -[UIScrollView handlePan:] + 192 6 UIKitCore 0x709430 -[UIGestureRecognizerTarget _sendActionWithGestureRecognizer:] + 56 7 UIKitCore 0x712d7c _UIGestureRecognizerSendTargetActions + 116 8 UIKitCore 0x70f994 _UIGestureRecognizerSendActions + 284 9 UIKitCore 0x70ef04 -[UIGestureRecognizer _updateGestureForActiveEvents] + 636 10 UIKitCore 0x7030dc _UIGestureEnvironmentUpdate + 1988 11 UIKitCore 0x702488 -[UIGestureEnvironment _updateForEvent:window:] + 784 12 UIKitCore 0xc10e04 -[UIWindow sendEvent:] + 3880 13 UIKitCore 0xbea8c0 -[UIApplication sendEvent:] + 676 14 UIKitCore 0xc73d38 __dispatchPreprocessedEventFromEventQueue + 956 15 UIKitCore 0xc7874c __processEventQueue + 6684 16 UIKitCore 0xc6fb4c __eventFetcherSourceCallback + 160 17 CoreFoundation 0xa3990 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 28 18 CoreFoundation 0xa388c __CFRunLoopDoSource0 + 208 19 CoreFoundation 0xa2b90 __CFRunLoopDoSources0 + 268 20 CoreFoundation 0x9cb70 __CFRunLoopRun + 820 21 CoreFoundation 0x9c308 CFRunLoopRunSpecific + 600 22 GraphicsServices 0x3734 GSEventRunModal + 164 23 UIKitCore 0xbca75c -[UIApplication _run] + 1072 24 UIKitCore 0xbcffcc UIApplicationMain + 168 25 MyApp 0x345d0 main + 17 (main.m:17) 26 libdyld.dylib 0x1cf8 start + 4

willyue avatar Oct 04 '21 10:10 willyue