We are noticing a strange crash issue that our app users are facing. We have Meeting SDK integrated in our app. Also we have crashlytics is integrated.
We are using zoom-sdk-ios-6.1.10.17500 in our app and we are seeing some crashes getting reported in the crashlytics.
Here is the snippet of the stack trace
Crashlytics - Stack trace
Application: com.riversideapps.tingtong
Platform: apple
Version: 2.3.0 (91)
Issue: 43f376266615118d1d8c3016a7acc593
Session: df85c2a0f423430e93f2207a63a0144e_DNE_0_v2
Date: Tue Nov 12 2024 15:08:52 GMT+0530 (India Standard Time)
Fatal Exception: std::__1::system_error
Crashed: com.google.firebase.crashlytics.ios.exception
0 FirebaseCrashlytics 0x1dad0 FIRCLSProcessRecordAllThreads + 184
1 FirebaseCrashlytics 0x1deb0 FIRCLSProcessRecordAllThreads + 1176
2 FirebaseCrashlytics 0x14db0 FIRCLSHandler + 48
3 FirebaseCrashlytics 0xf9e8 __FIRCLSExceptionRecord_block_invoke + 96
4 libdispatch.dylib 0x3dd4 _dispatch_client_callout + 20
5 libdispatch.dylib 0x132c4 _dispatch_lane_barrier_sync_invoke_and_complete + 56
6 FirebaseCrashlytics 0xe990 FIRCLSExceptionRecord + 220
7 FirebaseCrashlytics 0xe65c FIRCLSTerminateHandler() + 600
8 libc++abi.dylib 0x14068 std::__terminate(void (*)()) + 16
9 libc++abi.dylib 0x1400c std::terminate() + 108
10 MobileRTC 0x6e24 (Missing UUID 470f10a2281e3490b3443509cceb4978)
11 MobileRTC 0x1f75c70 (Missing UUID 470f10a2281e3490b3443509cceb4978)
12 MobileRTC 0x1e4f540 (Missing UUID 470f10a2281e3490b3443509cceb4978)
13 MobileRTC 0x1e4f4a8 (Missing UUID 470f10a2281e3490b3443509cceb4978)
14 MobileRTC 0x1e4a67c (Missing UUID 470f10a2281e3490b3443509cceb4978)
15 libsystem_c.dylib 0x229cc __cxa_finalize_ranges + 476
16 libsystem_c.dylib 0x2279c exit + 32
17 Ting Tong 0xc86b4 @objc AppSecurity.didScreenRecording(_:) + 4336780980 (<compiler-generated>:4336780980)
18 CoreFoundation 0x5178c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 148
19 CoreFoundation 0x516a8 ___CFXRegistrationPost_block_invoke + 88
20 CoreFoundation 0x515f0 _CFXRegistrationPost + 440
21 CoreFoundation 0x4fbb8 _CFXNotificationPost + 728
22 Foundation 0x31254 -[NSNotificationCenter postNotificationName:object:userInfo:] + 92
I’m unable to understand what is missing UUID that mobileRTC is showing up the trace. This crash we started observing after updating 1.6.10v sdk.
Any help?