qonversion / qonversion-ios-sdk

iOS SDK for cross-platform in-app purchase and subscription infrastructure, revenue analytics, engagement automation, and integrations
https://qonversion.io
MIT License
281 stars 23 forks source link

Crash: +[QNUserInfo overallData] #512

Closed antonovichaleksei7 closed 2 months ago

antonovichaleksei7 commented 4 months ago

Crashed: com.apple.root.default-qos EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000ecddf7450

Stack trace:

Crashed: com.apple.root.default-qos 0 libobjc.A.dylib 0x2024 objc_retain + 16 1 libobjc.A.dylib 0x2024 objc_retain_x0 + 16 2 Qonversion 0x1ab90 +[QNUserInfo overallData] + 456 3 Qonversion 0x17c0c -[QNRequestSerializer attributionDataWithDict:fromProvider:] + 72 4 Qonversion 0x5d18 -[QNAPIClient attributionRequest:data:completion:] + 92 5 Qonversion 0x8650 __56-[QNAttributionManager addAttributionData:fromProvider:]_block_invoke + 52 6 libdispatch.dylib 0x3dd4 _dispatch_client_callout + 20 7 libdispatch.dylib 0x72d8 _dispatch_continuation_pop + 600 8 libdispatch.dylib 0x1b1c8 _dispatch_source_latch_and_call + 420 9 libdispatch.dylib 0x19d8c _dispatch_source_invoke + 832 10 libdispatch.dylib 0x6dc4 _dispatch_queue_override_invoke + 504 11 libdispatch.dylib 0x15894 _dispatch_root_queue_drain + 392 12 libdispatch.dylib 0x1609c _dispatch_worker_thread2 + 156 13 libsystem_pthread.dylib 0x1ee4 _pthread_wqthread + 228 14 libsystem_pthread.dylib 0x1fc0 start_wqthread + 8

com.apple.main-thread 0 libsystem_kernel.dylib 0x1af8 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x1890 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x17a8 mach_msg_overwrite + 436 3 libsystem_kernel.dylib 0x15e8 mach_msg + 24 4 CoreFoundation 0x3601c CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x33f04 CFRunLoopRun + 1208 6 CoreFoundation 0x33968 CFRunLoopRunSpecific + 608 7 GraphicsServices 0x34e0 GSEventRunModal + 164 8 UIKitCore 0x22aedc -[UIApplication _run] + 888 9 UIKitCore 0x22a518 UIApplicationMain + 340 10 UIKitCore 0x463734 __swift_destroy_boxed_opaque_existential_1Tm + 12004 11 BookSummary 0xd9510 main + 4300002576 (AppDelegate.swift:4300002576) 12 ??? 0x1b83bed84 (Missing)

Thread 0 libsystem_kernel.dylib 0xa084 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x1f6c _pthread_wqthread + 364 2 libsystem_pthread.dylib 0x1fc0 start_wqthread + 8

com.apple.uikit.eventfetch-thread 0 libsystem_kernel.dylib 0x1af8 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x1890 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x17a8 mach_msg_overwrite + 436 3 libsystem_kernel.dylib 0x15e8 mach_msg + 24 4 CoreFoundation 0x3601c CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x33f04 CFRunLoopRun + 1208 6 CoreFoundation 0x33968 CFRunLoopRunSpecific + 608 7 Foundation 0x2b4a8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 8 Foundation 0x554e8 -[NSRunLoop(NSRunLoop) runUntilDate:] + 64 9 UIKitCore 0x18dac8 -[UIEventFetcher threadMain] + 420 10 Foundation 0x9ca9c NSThreadstart__ + 732 11 libsystem_pthread.dylib 0x2a90 _pthread_start + 136 12 libsystem_pthread.dylib 0x1fcc thread_start + 8

Thread 0 libsystem_kernel.dylib 0xa084 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x1f6c _pthread_wqthread + 364 2 libsystem_pthread.dylib 0x1fc0 start_wqthread + 8

com.google.firebase.crashlytics.MachExceptionServer 0 FirebaseCrashlytics 0x1dad0 FIRCLSProcessRecordAllThreads + 184 1 FirebaseCrashlytics 0x1deb0 FIRCLSProcessRecordAllThreads + 1176 2 FirebaseCrashlytics 0x14db0 FIRCLSHandler + 48 3 FirebaseCrashlytics 0x17740 FIRCLSMachExceptionServer + 688 4 libsystem_pthread.dylib 0x2a90 _pthread_start + 136 5 libsystem_pthread.dylib 0x1fcc thread_start + 8

com.apple.NSURLConnectionLoader 0 libsystem_kernel.dylib 0x1af8 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x1890 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x17a8 mach_msg_overwrite + 436 3 libsystem_kernel.dylib 0x15e8 mach_msg + 24 4 CoreFoundation 0x3601c CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x33f04 CFRunLoopRun + 1208 6 CoreFoundation 0x33968 CFRunLoopRunSpecific + 608 7 CFNetwork 0x25ac48 estimatedPropertyListSize + 38228 8 Foundation 0x9ca9c NSThreadstart__ + 732 9 libsystem_pthread.dylib 0x2a90 _pthread_start + 136 10 libsystem_pthread.dylib 0x1fcc thread_start + 8

Thread 0 libsystem_kernel.dylib 0xa084 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x1f6c _pthread_wqthread + 364 2 libsystem_pthread.dylib 0x1fc0 start_wqthread + 8

Thread 0 libsystem_pthread.dylib 0x1fb8 start_wqthread + 438

Screenshot 2024-05-15 at 10 03 47
OxanaGorya commented 4 months ago

Hello! Thank you for reaching out. Could you also provide us with the details such as the number of users affected, the repetition of crashes, and the frequency of crashes? We'll investigate it and get back to you with updates.

antonovichaleksei7 commented 4 months ago

Hi! There are no repeats of crashes. It started since version pod 'Qonversion', '5.8.4'.

Screenshot 2024-05-20 at 10 23 59 Screenshot 2024-05-20 at 10 25 37
github-actions[bot] commented 3 months ago

This issue is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 5 days.

OxanaGorya commented 2 months ago

Hello! The issue has been resolved in the latest version. Thank you.

bonyadmitr commented 2 months ago

Hello! The issue has been resolved in the latest version. Thank you.

Hello! Could you tell which version you are talking about?

suriksarkisyan commented 2 months ago

Hello! The issue has been resolved in the latest version. Thank you.

Hello! Could you tell which version you are talking about?

Hi, @bonyadmitr Feel free to update to the latest version. The crash was fixed in version 5.10.0