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 on [AppsFlyerKeychainWrapper prepareForKeychain:] #43

Closed
amita214 opened this issue Feb 3, 2017 · 1 comment
Closed

Crash on [AppsFlyerKeychainWrapper prepareForKeychain:] #43

amita214 opened this issue Feb 3, 2017 · 1 comment

Comments

@amita214
Copy link

amita214 commented Feb 3, 2017

We are seeing this crash on crashlytics about 350 crashes in the last week.
OS Version: 10.2.1 (14D27)
AppsFlyer iOS SDK: v4.5.12

#10. Crashed: com.af.sdk
0  libobjc.A.dylib                0x190ed40a0 objc_retain + 16
1  CoreFoundation                 0x192365734 -[__NSDictionaryM setObject:forKey:] + 200
2  SafetyMap                      0x100ab02cc -[AppsFlyerKeychainWrapper prepareForKeychain:] + 4305879756
3  SafetyMap                      0x100ab00e4 -[AppsFlyerKeychainWrapper getObject:] + 4305879268
4  SafetyMap                      0x100ab8384 -[AppsFlyerTracker getKeychainData] + 4305912708
5  SafetyMap                      0x100ab8104 -[AppsFlyerTracker setOriginalAppsFlyerIdToKeychainIfNeeded:] + 4305912068
6  SafetyMap                      0x100abc114 -[AppsFlyerTracker getVersionUpdateDate:currentUpdateDate:] + 4305928468
7  SafetyMap                      0x100aba20c -[AppsFlyerTracker callServerWithEventName:value:withDictionary:isEvent:isNewAPI:] + 4305920524
8  SafetyMap                      0x100ab8720 -[AppsFlyerTracker callServerWithEventName:value:isInAppEvent:isNewAPI:] + 4305913632
9  libdispatch.dylib              0x19130e1bc _dispatch_client_callout + 16
10 libdispatch.dylib              0x19131af94 _dispatch_continuation_pop + 576
11 libdispatch.dylib              0x191327634 _dispatch_source_latch_and_call + 204
12 libdispatch.dylib              0x191310160 _dispatch_source_invoke + 820
13 libdispatch.dylib              0x19131c210 _dispatch_queue_serial_drain + 468
14 libdispatch.dylib              0x1913119a4 _dispatch_queue_invoke + 652
15 libdispatch.dylib              0x19131c8d8 _dispatch_queue_override_invoke + 360
16 libdispatch.dylib              0x19131e34c _dispatch_root_queue_drain + 572
17 libdispatch.dylib              0x19131e0ac _dispatch_worker_thread3 + 124
18 libsystem_pthread.dylib        0x1915172a0 _pthread_wqthread + 1288
19 libsystem_pthread.dylib        0x191516d8c start_wqthread + 4

--

#0. com.apple.main-thread
0  libsystem_kernel.dylib         0x191435188 mach_msg_trap + 8
1  libsystem_kernel.dylib         0x191434ff8 mach_msg + 72
2  libdispatch.dylib              0x191324868 _dispatch_mach_send_and_wait_for_reply + 516
3  libdispatch.dylib              0x191324cb0 dispatch_mach_send_with_result_and_wait_for_reply + 60
4  libxpc.dylib                   0x191558f90 xpc_connection_send_message_with_reply_sync + 196
5  Security                       0x192899874 securityd_message_with_reply_sync + 212
6  Security                       0x192899b28 securityd_send_sync_and_do + 80
7  Security                       0x1928b6838 __SecItemCopyMatching_block_invoke_2 + 212
8  Security                       0x1928b836c __SecItemAuthDoQuery_block_invoke + 304
9  Security                       0x1928b509c SecItemAuthDo + 448
10 Security                       0x1928b5fc8 SecItemAuthDoQuery + 492
11 Security                       0x1928b6758 __SecItemCopyMatching_block_invoke + 112
12 Security                       0x1928b4808 SecOSStatusWith + 56
13 Security                       0x1928b66a0 SecItemCopyMatching + 404
14 SafetyMap                      0x100ab014c -[AppsFlyerKeychainWrapper getObject:] + 4305879372
15 SafetyMap                      0x100ab8424 -[AppsFlyerTracker getKeychainData] + 4305912868
16 SafetyMap                      0x100ab8104 -[AppsFlyerTracker setOriginalAppsFlyerIdToKeychainIfNeeded:] + 4305912068
17 SafetyMap                      0x100abc114 -[AppsFlyerTracker getVersionUpdateDate:currentUpdateDate:] + 4305928468
18 SafetyMap                      0x100aba20c -[AppsFlyerTracker callServerWithEventName:value:withDictionary:isEvent:isNewAPI:] + 4305920524
19 SafetyMap                      0x100ab8720 -[AppsFlyerTracker callServerWithEventName:value:isInAppEvent:isNewAPI:] + 4305913632
20 libdispatch.dylib              0x19130e1bc _dispatch_client_callout + 16
21 libdispatch.dylib              0x19131af94 _dispatch_continuation_pop + 576
22 libdispatch.dylib              0x191327634 _dispatch_source_latch_and_call + 204
23 libdispatch.dylib              0x191310160 _dispatch_source_invoke + 820
24 libdispatch.dylib              0x191312bbc _dispatch_main_queue_callback_4CF + 572
25 CoreFoundation                 0x192432810 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12
26 CoreFoundation                 0x1924303fc __CFRunLoopRun + 1660
27 CoreFoundation                 0x19235e2b8 CFRunLoopRunSpecific + 444
28 GraphicsServices               0x193e12198 GSEventRunModal + 180
29 UIKit                          0x1983a57fc -[UIApplication _run] + 684
30 UIKit                          0x1983a0534 UIApplicationMain + 208
31 SafetyMap                      0x1000f295c main (main.m:15)
32 libdispatch.dylib              0x1913415b8 (Missing)

#10. Crashed: com.af.sdk
0  libobjc.A.dylib                0x190ed40a0 objc_retain + 16
1  CoreFoundation                 0x192365734 -[__NSDictionaryM setObject:forKey:] + 200
2  SafetyMap                      0x100ab02cc -[AppsFlyerKeychainWrapper prepareForKeychain:] + 4305879756
3  SafetyMap                      0x100ab00e4 -[AppsFlyerKeychainWrapper getObject:] + 4305879268
4  SafetyMap                      0x100ab8384 -[AppsFlyerTracker getKeychainData] + 4305912708
5  SafetyMap                      0x100ab8104 -[AppsFlyerTracker setOriginalAppsFlyerIdToKeychainIfNeeded:] + 4305912068
6  SafetyMap                      0x100abc114 -[AppsFlyerTracker getVersionUpdateDate:currentUpdateDate:] + 4305928468
7  SafetyMap                      0x100aba20c -[AppsFlyerTracker callServerWithEventName:value:withDictionary:isEvent:isNewAPI:] + 4305920524
8  SafetyMap                      0x100ab8720 -[AppsFlyerTracker callServerWithEventName:value:isInAppEvent:isNewAPI:] + 4305913632
9  libdispatch.dylib              0x19130e1bc _dispatch_client_callout + 16
10 libdispatch.dylib              0x19131af94 _dispatch_continuation_pop + 576
11 libdispatch.dylib              0x191327634 _dispatch_source_latch_and_call + 204
12 libdispatch.dylib              0x191310160 _dispatch_source_invoke + 820
13 libdispatch.dylib              0x19131c210 _dispatch_queue_serial_drain + 468
14 libdispatch.dylib              0x1913119a4 _dispatch_queue_invoke + 652
15 libdispatch.dylib              0x19131c8d8 _dispatch_queue_override_invoke + 360
16 libdispatch.dylib              0x19131e34c _dispatch_root_queue_drain + 572
17 libdispatch.dylib              0x19131e0ac _dispatch_worker_thread3 + 124
18 libsystem_pthread.dylib        0x1915172a0 _pthread_wqthread + 1288
19 libsystem_pthread.dylib        0x191516d8c start_wqthread + 4
@amita214 amita214 closed this as completed Feb 3, 2017
@RKhadsare
Copy link

RKhadsare commented Feb 27, 2017

12 crashs in last 12 days. Using AppsFlyer iOS SDK v4.5.3

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

2 participants