Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash stability issue #11

Open
007vel opened this issue Aug 23, 2023 · 0 comments
Open

Crash stability issue #11

007vel opened this issue Aug 23, 2023 · 0 comments

Comments

@007vel
Copy link

007vel commented Aug 23, 2023

I've integrated the Clevertap DLL into Xamarin iOS project, and I'm encountering recurring crash reports in Firebase, which is negatively impacting the overall stability trend.

com.clevertap.serialQueue:TEST-AAA-BBB-CCCC
0 libsystem_kernel.dylib 0xca4 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0x13b74 mach_msg2_internal + 80
2 libsystem_kernel.dylib 0x13e4c mach_msg_overwrite + 540
3 libsystem_kernel.dylib 0x11e8 mach_msg + 24
4 libdispatch.dylib 0x1f20c _dispatch_mach_send_and_wait_for_reply + 548
5 libdispatch.dylib 0x1f59c dispatch_mach_send_with_result_and_wait_for_reply + 60
6 libxpc.dylib 0x10218 xpc_connection_send_message_with_reply_sync + 240
7 CoreFoundation 0x9fc24 __99-[CFPrefsPlistSource sendFullyPreparedMessage:toConnection:settingValues:forKeys:count:retryCount:]_block_invoke + 64
8 CoreFoundation 0x1a0f3c -[_CFXPreferences withConnectionForRole:andUserIdentifier:performBlock:] + 52
9 CoreFoundation 0xfbd44 -[CFPrefsPlistSource sendFullyPreparedMessage:toConnection:settingValues:forKeys:count:retryCount:] + 316
10 CoreFoundation 0x53a18 -[CFPrefsPlistSource sendMessageSettingValues:forKeys:count:] + 828
11 CoreFoundation 0x46c7c -[CFPrefsPlistSource alreadylocked_setPrecopiedValues:forKeys:count:from:] + 1240
12 CoreFoundation 0x45cd4 -[CFPrefsSource setValues:forKeys:count:copyValues:removeValuesForKeys:count:from:] + 420
13 CoreFoundation 0x46794 -[CFPrefsSource setValues:forKeys:count:copyValues:from:] + 36
14 CoreFoundation 0x462d4 -[CFPrefsSearchListSource alreadylocked_setPrecopiedValues:forKeys:count:from:] + 1004
15 CoreFoundation 0x45cd4 -[CFPrefsSource setValues:forKeys:count:copyValues:removeValuesForKeys:count:from:] + 420
16 CoreFoundation 0x45b08 -[CFPrefsSource setValue:forKey:from:] + 72
17 CoreFoundation 0x45a38 __76-[_CFXPreferences setValue:forKey:appIdentifier:container:configurationURL:]_block_invoke + 60
18 CoreFoundation 0x9b1ec __108-[_CFXPreferences(SearchListAdditions) withSearchListForIdentifier:container:cloudConfigurationURL:perform:]_block_invoke + 392
19 CoreFoundation 0x86e58 normalizeQuintuplet + 356
20 CoreFoundation 0x836f0 -[_CFXPreferences withSearchListForIdentifier:container:cloudConfigurationURL:perform:] + 152
21 CoreFoundation 0x2b8f4 -[_CFXPreferences setValue:forKey:appIdentifier:container:configurationURL:] + 128
22 CoreFoundation 0x2b830 _CFPreferencesSetAppValueWithContainerAndConfiguration + 120
23 Foundation 0x5cde8 -[NSUserDefaults(NSUserDefaults) setObject:forKey:] + 68
24 CleverTapSDK 0x269a8 +[CTPreferences putInt:forKey:] + 136
25 CleverTapSDK 0x42d84 -[CleverTap updateSessionTime:] + 184
26 CleverTapSDK 0x439a0 __33-[CleverTap queueEvent:withType:]_block_invoke_2.534 + 64
27 CleverTapSDK 0x41c6c -[CleverTap runSerialAsync:] + 52
28 CleverTapSDK 0x4389c -[CleverTap queueEvent:withType:] + 468
29 CleverTapSDK 0x4a10c __35-[CleverTap recordEvent:withProps:]_block_invoke_2 + 68
30 CleverTapSDK 0xd91c +[CTEventBuilder build:withEventActions:completionHandler:] + 2212
31 CleverTapSDK 0x4a0bc __35-[CleverTap recordEvent:withProps:]_block_invoke + 88
32 libdispatch.dylib 0x2320 _dispatch_call_block_and_release + 32
33 libdispatch.dylib 0x3eac _dispatch_client_callout + 20
34 libdispatch.dylib 0xb534 _dispatch_lane_serial_drain + 668
35 libdispatch.dylib 0xc0a4 _dispatch_lane_invoke + 384
36 libdispatch.dylib 0x16cdc _dispatch_workloop_worker_thread + 648
37 libsystem_pthread.dylib 0xddc _pthread_wqthread + 288
38 libsystem_pthread.dylib 0xb7c start_wqthread + 8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant