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 +[ADJUtil writeObject:fileName:objectName:syncObject:] #723

Open
ZurabiKobakhidze opened this issue Jul 15, 2024 · 0 comments
Open

Comments

@ZurabiKobakhidze
Copy link

Hi,

there is a crash on SDK side. We can't replicate the crash, but in dashboard there's a few crash related to this. We are using String everywhere rather then NSString. the crash report:

+[ADJUtil writeObject:fileName:objectName:syncObject:]

          Crashed: io.adjust.PackageQueue
0  CoreFoundation                 0x18f10 __CFBasicHashRehash + 112
1  CoreFoundation                 0x85dc __CFBasicHashAddValue + 100
2  CoreFoundation                 0x1826c CFBasicHashAddValue + 420
3  CoreFoundation                 0x1805c CFDictionaryAddValue + 208
4  CoreFoundation                 0x17b30 _flattenPlist + 308
5  CoreFoundation                 0x17d00 _flattenPlist + 772
6  CoreFoundation                 0x17c9c _flattenPlist + 672
7  CoreFoundation                 0x16b7c __CFBinaryPlistWriteOrPresize + 240
8  Foundation                     0xa3de0 -[NSKeyedArchiver finishEncoding] + 640
9  Foundation                     0xa3b14 -[NSKeyedArchiver encodedData] + 116
10 Foundation                     0xa3630 +[NSKeyedArchiver archivedDataWithRootObject:requiringSecureCoding:error:] + 100
11 YOOX.COM                       0x3f9770 +[ADJUtil writeObject:fileName:objectName:syncObject:] + 334 (ADJUtil.m:334)
12 YOOX.COM                       0x3ece28 -[ADJPackageHandler writePackageQueueS:] + 395 (ADJPackageHandler.m:395)
13 YOOX.COM                       0x3ec204 -[ADJPackageHandler addI:package:] + 242 (ADJPackageHandler.m:242)
14 YOOX.COM                       0x3fb900 __42+[ADJUtil launchInQueue:selfInject:block:]_block_invoke + 804 (ADJUtil.m:804)
15 libdispatch.dylib              0x213c _dispatch_call_block_and_release + 32
16 libdispatch.dylib              0x3dd4 _dispatch_client_callout + 20
17 libdispatch.dylib              0xb400 _dispatch_lane_serial_drain + 748
18 libdispatch.dylib              0xbf30 _dispatch_lane_invoke + 380
19 libdispatch.dylib              0x16cb4 _dispatch_root_queue_drain_deferred_wlh + 288
20 libdispatch.dylib              0x16528 _dispatch_workloop_worker_thread + 404
21 libsystem_pthread.dylib        0x4934 _pthread_wqthread + 288
22 libsystem_pthread.dylib        0x10cc start_wqthread + 8

It mainly happens on iPad, but there are some crashes on iPhone as well.

SDK version: 4.38.4
iOS versions are: 15, 16, 17
iPad versions are: 16, 17
integration: SPM

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