probeGC crash in Fabric Crashlytics - ios

This crash is happening only on iOS 13.3.1 on iPad 6 & iPad Pro (12.9 inch, 3rd Gen)
This crash is happening randomly and is a real deterrent to my customers.
0 libobjc.A.dylib 0x1b80c4090 objc_msgSend + 16
1 Foundation 0x1b875c4f0 probeGC + 120
2 Foundation 0x1b8672d64 -[NSConcreteMapTable rehashAround:] + 204
3 Foundation 0x1b8672c68 -[NSConcreteMapTable removeObjectForKey:] + 248
4 UIKitCore 0x1bc8c3484 _UIAnalyticsGatherMultitouchAnalytics + 632
5 UIKitCore 0x1bc43ea10 -[UIApplication sendEvent:] + 204
6 Instabug 0x103980274 __IBGSwizzle_sendEvent + 240
7 UIKitCore 0x1bc4b6c20 __dispatchPreprocessedEventFromEventQueue + 5880
8 UIKitCore 0x1bc4b917c __handleEventQueueInternal + 4924
9 UIKitCore 0x1bc4b1ff0 __handleHIDEventFetcherDrain + 108
10 CoreFoundation 0x1b831ea00 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24
11 CoreFoundation 0x1b831e958 __CFRunLoopDoSource0 + 80
12 CoreFoundation 0x1b831e0f0 __CFRunLoopDoSources0 + 180
13 CoreFoundation 0x1b831923c __CFRunLoopRun + 1080
14 CoreFoundation 0x1b8318adc CFRunLoopRunSpecific + 464
15 GraphicsServices 0x1c22b9328 GSEventRunModal + 104
16 UIKitCore 0x1bc42663c UIApplicationMain + 1936
17 DocOn 0x100df8e10 main + 15 (main.m:15)
18 libdyld.dylib 0x1b81a2360 start + 4

Related

Crash in UIKitCore -[UIInputWindowController changeChild:toAppearState:animated:] iOS 15.6.1

I am getting decent number of crashes that are reported to Crashlytics. There is not any reproducible steps. Sharing crash logs.
If anyone has similar crash or ideas, it is greatly appreciated.
Crashed: com.apple.main-thread
0 libobjc.A.dylib 0x1f40 objc_msgSend + 32
1 UIKitCore 0x5bc680 -[UIInputWindowController changeChild:toAppearState:animated:] + 124
2 UIKitCore 0x602270 -[UIInputWindowController updateAppearStatesForPlacement:start:animated:] + 124
3 UIKitCore 0xd4013c __77-[UIInputWindowController moveFromPlacement:toPlacement:starting:completion:]_block_invoke.1045 + 1448
4 UIKitCore 0x12aa4dc __UIVIEW_IS_EXECUTING_ANIMATION_COMPLETION_BLOCK__ + 36
5 UIKitCore 0x2c2fa4 -[UIViewAnimationBlockDelegate _didEndBlockAnimation:finished:context:] + 728
6 UIKitCore 0x18ed04 -[UIViewAnimationState sendDelegateAnimationDidStop:finished:] + 248
7 UIKitCore 0x1a3504 -[UIViewAnimationState animationDidStop:finished:] + 244
8 QuartzCore 0xcbe50 CA::Layer::run_animation_callbacks(void*) + 280
9 libdispatch.dylib 0x3a30 _dispatch_client_callout + 20
10 libdispatch.dylib 0x11f48 _dispatch_main_queue_drain + 928
11 libdispatch.dylib 0x11b98 _dispatch_main_queue_callback_4CF + 44
12 CoreFoundation 0x51800 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 16
13 CoreFoundation 0xb704 __CFRunLoopRun + 2532
14 CoreFoundation 0x1ebc8 CFRunLoopRunSpecific + 600
15 GraphicsServices 0x1374 GSEventRunModal + 164
16 UIKitCore 0x514b58 -[UIApplication _run] + 1100
17 UIKitCore 0x296090 UIApplicationMain + 364
18 TCPApp 0xbad894 main + 39 (AppDelegate.swift:39)
19 ??? 0x106e31da4 (Missing)

Weird crash on iOS using Firebase Crashlytics

Firebase Crashlytics shows a weird crash on iOS app, I can't understand what causing it:
Crashed: com.apple.main-thread
0 LogoQuizAC 0x10047f6a0 _hidden#18_ + 135 (__hidden#957_:135)
1 LogoQuizAC 0x1004771f4 _hidden#17_ + 96 (__hidden#454_:96)
2 LogoQuizAC 0x100477328 _hidden#20_ + 4304712488 (__hidden#456_:4304712488)
3 Foundation 0x19b094b20 __NSFireTimer + 68
4 CoreFoundation 0x199c79fa0 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 32
5 CoreFoundation 0x199c79ba0 __CFRunLoopDoTimer + 1064
6 CoreFoundation 0x199c78ffc __CFRunLoopDoTimers + 328
7 CoreFoundation 0x199c72ee4 __CFRunLoopRun + 1936
8 CoreFoundation 0x199c7221c CFRunLoopRunSpecific + 600
9 GraphicsServices 0x1b183e784 GSEventRunModal + 164
10 UIKitCore 0x19c6b2ee8 -[UIApplication _run] + 1072
11 UIKitCore 0x19c6b875c UIApplicationMain + 168
12 LogoQuizAC 0x1002b503c main + 20 (RLockedCell.swift:20)
13 libdyld.dylib 0x1999326b0 start + 4
How can I figure it out? any strategy of solving this issue?

get a probeGC crash in Fabric Crashlytics

This crash is happening only on iOS 13.3.1 & 13.4.0
This crash is happening randomly and is a real deterrent to my customers.
I have update fabric library to lastest version (1.10.2).
Crashed: com.apple.main-thread
0 libobjc.A.dylib 0x1947be090 objc_msgSend + 16
1 Foundation 0x194e564f0 probeGC + 120
2 Foundation 0x194d6cd64 -[NSConcreteMapTable rehashAround:] + 204
3 Foundation 0x194d6cc68 -[NSConcreteMapTable removeObjectForKey:] + 248
4 UIKitCore 0x198fbd484 _UIAnalyticsGatherMultitouchAnalytics + 632
5 UIKitCore 0x198b38a10 -[UIApplication sendEvent:] + 204
6 UIKitCore 0x198bb0c20 __dispatchPreprocessedEventFromEventQueue + 5880
7 UIKitCore 0x198bb317c __handleEventQueueInternal + 4924
8 UIKitCore 0x198babff0 __handleHIDEventFetcherDrain + 108
9 CoreFoundation 0x194a18a00 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24
10 CoreFoundation 0x194a18958 __CFRunLoopDoSource0 + 80
11 CoreFoundation 0x194a180f0 __CFRunLoopDoSources0 + 180
12 CoreFoundation 0x194a1323c __CFRunLoopRun + 1080
13 CoreFoundation 0x194a12adc CFRunLoopRunSpecific + 464
14 GraphicsServices 0x19e9b3328 GSEventRunModal + 104
15 UIKitCore 0x198b2063c UIApplicationMain + 1936
16 xxxxxxxxxxxxxxx 0x1029863dc main + 17 (main.m:17)
17 libdyld.dylib 0x19489c360 start + 4
probably you can get some information here:
https://forums.developer.apple.com/thread/130095

my app crash in uikit ,only happen on IPhone X and above exception name NSInternalInconsistencyException

Failed to load bounding path bitmap data from the asset manager for asset name: BoundingPathBitmap-1125x2436-375x812-3.00x
The crash happen on the viewcontroller contain UIScrollView When open it,and only happens with the iPhone X and above
We develop app UI use storyboard
0 CoreFoundation ___exceptionPreprocess + 228
1 libobjc.A.dylib objc_exception_throw + 56
2 CoreFoundation +[_CFXNotificationTokenRegistration keyCallbacks]
3 Foundation -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 112
4 UIKitCore -[_UIScreenBezierBoundingPathUtilities _loadBitmapForScreen:type:] + 1124
5 UIKitCore -[_UIScreenBezierBoundingPathUtilities initWithScreen:] + 144
6 UIKitCore +[_UIScreenBoundingPathUtilities boundingPathUtilitiesForScreen:] + 108
7 UIKitCore -[UIScreen _boundingPathUtilities] + 56
8 UIKitCore -[UIWindow _boundingPath] + 168
9 UIKitCore -[UIView(UIViewBoundingPathSupportInternal) _effectiveBoundingPathAndBoundingPathView:] + 256
10 UIKitCore -[UIView(UIViewBoundingPathSupport) _inscribedRectInBoundingPathByInsettingRect:onEdges:withOptions:] + 88
11 UIKitCore -[UIScrollView(UIScrollViewInternal) _baseInsetsForTrailingEdgeAccessoryWithBoundingPathEdgesToUse:safeAreaInsets:bounds:scale:accessoryWidth:additionalInsetFromEdge:] + 180
12 UIKitCore -[UIScrollView(UIScrollViewInternal) _baseInsetsForAccessoryOnEdge:hasCustomClientInsets:accessorySize:additionalInsetFromEdge:] + 1388
13 UIKitCore -[UIScrollView(UIScrollViewInternal) _effectiveVerticalScrollIndicatorInsets] + 152
14 UIKitCore -[UIScrollView _layoutVerticalScrollIndicatorWithBounds:effectiveInset:contentOffset:fraction:additionalInset:cornerAdjust:showing:recalcSize:] + 252
15 UIKitCore -[UIScrollView _adjustScrollerIndicators:alwaysShowingThem:] + 1040
16 UIKitCore -[UIScrollView _updateForChangedScrollIndicatorRelatedInsets] + 132
17 UIKitCore __UIScrollViewAdjustForOverlayInsetsChangeIfNecessary + 512
18 UIKitCore -[UIScrollView(UIScrollViewInternal) setSafeAreaInsets:] + 312
19 UIKitCore -[UIView(Geometry) _applyISEngineLayoutValuesToBoundsOnly:] + 1288
20 UIKitCore -[UIView(Geometry) _resizeWithOldSuperviewSize:] + 124
21 UIKitCore -[UIScrollView(_UIOldConstraintBasedLayoutSupport) _resizeWithOldSuperviewSize:] + 52
22 CoreFoundation -[__NSArrayM enumerateObjectsWithOptions:usingBlock:] + 464
23 UIKitCore -[UIView(Geometry) resizeSubviewsWithOldSize:] + 156
24 UIKitCore -[UIView(AdditionalLayoutSupport) _is_layout] + 152
25 UIKitCore -[UIView(Hierarchy) _updateConstraintsAsNecessaryAndApplyLayoutFromEngine] + 988
26 UIKitCore -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 1380
27 QuartzCore 0x00000001ca79e000 + 1309564
28 QuartzCore 0x00000001ca79e000 + 1329972
29 QuartzCore 0x00000001ca79e000 + 669080
30 QuartzCore 0x00000001ca79e000 + 859848
31 QuartzCore 0x00000001ca79e000 + 863536
32 CoreFoundation ___CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 32
33 CoreFoundation ___CFRunLoopDoObservers + 412
34 CoreFoundation ___CFRunLoopRun + 1264
35 CoreFoundation CFRunLoopRunSpecific + 436
36 GraphicsServices GSEventRunModal + 100
37 UIKitCore UIApplicationMain + 212
38 live main (main.mm:23)
39 libdyld.dylib 0x00000001c5d2a000 + 2996
hope someone could give me some advice, thanks
The same crash also happened in my app.
When I turned off the 'Show Horizontal Indicator' and 'Show Vertical Indicator' on the storyboard, the crash no longer occurred.
It just happened with my app .. Fixed ,
Delete the app and restart Simulator ..
^ command + shift + K to clean build folder

Crash when tapping UITableView (iOS)

I`m using cocos2d-x and UIKit and I have such crash.Doest anyone has any ideas? I would be very happy to listen to anything.
0 libobjc.A.dylib 0x3b0985cc objc_msgSend + 44
1 CoreFoundation 0x33411f60 __CFBasicHashRehash + 1612
2 CoreFoundation 0x3333bfe8 CFBasicHashRemoveValue + 2764
3 CoreFoundation 0x3333fe40 CFRunLoopRemoveTimer + 152
4 CoreFoundation 0x3333fd16 CFRunLoopTimerInvalidate + 346
5 UIKit 0x353162fc -[UIDelayedAction unschedule] + 32
6 UIKit 0x3531bca8 -[UIScrollViewDelayedTouchesBeganGestureRecognizer clearTimer] + 32
7 UIKit 0x3531bb62 -[UIScrollViewDelayedTouchesBeganGestureRecognizer touchesBegan:withEvent:] + 30
8 UIKit 0x3521307e -[UIWindow _sendGesturesForEvent:] + 406
9 UIKit 0x35212dae -[UIWindow sendEvent:] + 86
10 UIKit 0x352007fc -[UIApplication sendEvent:] + 376
11 UIKit 0x35200116 _UIApplicationHandleEvent + 6150
12 GraphicsServices 0x36f035a0 _PurpleEventCallback + 588
13 CoreFoundation 0x333cd680 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 12
14 CoreFoundation 0x333ccee4 __CFRunLoopDoSources0 + 208
15 CoreFoundation 0x333cbcb2 __CFRunLoopRun + 642
16 CoreFoundation 0x3333eeb8 CFRunLoopRunSpecific + 352
17 CoreFoundation 0x3333ed44 CFRunLoopRunInMode + 100
18 GraphicsServices 0x36f022e6 GSEventRunModal + 70
19 UIKit 0x352542fc UIApplicationMain + 1116

Resources