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

Crashes with DecideRequest #632

Closed
shmakovigor opened this issue Mar 11, 2024 · 2 comments
Closed

Crashes with DecideRequest #632

shmakovigor opened this issue Mar 11, 2024 · 2 comments

Comments

@shmakovigor
Copy link

We have just stated using Mixpanel and see crashes with SDK and DecideRequest in Crashlitycs.

iOS Lib Version
2.10.4

Crash 1

Crashed: com.mixpanel.1713511ace475d2c78689b3d66558b62.network)
0  libobjc.A.dylib                0x2c14 objc_retain + 16
1  libobjc.A.dylib                0x2c14 objc_retain_x0 + 16
2  libswiftCore.dylib             0x3fe05c <redacted> + 32
3  [App]                         0xb8a098 DecideRequest.sendRequest(distinctId:token:completion:) + 49 (DecideRequest.swift:49)
4  [App]                         0xb854dc Decide.checkDecide(forceFetch:distinctId:token:completion:) + 64 (Decide.swift:64)
5  [App]                         0xbe47f8 closure #1 in closure #1 in MixpanelInstance.checkDecide(forceFetch:completion:) + 1788 (MixpanelInstance.swift:1788)
6  Zerion                         0xbd21c0 thunk for @escaping @callee_guaranteed () -> () + 4380762560
7  libdispatch.dylib              0x26a8 <redacted> + 32
8  libdispatch.dylib              0x4300 <redacted> + 20
9  libdispatch.dylib              0xb894 <redacted> + 748
10 libdispatch.dylib              0xc3c4 <redacted> + 380
11 libdispatch.dylib              0x17004 <redacted> + 288
12 libdispatch.dylib              0x16878 <redacted> + 404
13 libsystem_pthread.dylib        0x1964 _pthread_wqthread + 288
14 libsystem_pthread.dylib        0x1a04 start_wqthread + 8

Crash 2

Crashed: com.mixpanel.1713511ace475d2c78689b3d66558b62.network)
0  libswiftCore.dylib             0x4043a0 swift_unknownObjectRetain + 44
1  libswiftCore.dylib             0xda58c $sSS23_bridgeToObjectiveCImplyXlyF + 92
2  Foundation                     0x79b88 $s10Foundation12URLQueryItemV4name5valueACSSh_SSSghtcfC + 56
3  [App]                         0xb89c28 DecideRequest.DecideQueryItems.init(distinctId:token:) + 29 (DecideRequest.swift:29)
4  [App]                         0xb8a0b8 DecideRequest.sendRequest(distinctId:token:completion:) + 64 (DecideRequest.swift:64)
5  [App]                         0xb854dc Decide.checkDecide(forceFetch:distinctId:token:completion:) + 64 (Decide.swift:64)
6  [App]                         0xbe47f8 closure #1 in closure #1 in MixpanelInstance.checkDecide(forceFetch:completion:) + 1788 (MixpanelInstance.swift:1788)
7  [App]                         0xbd21c0 thunk for @escaping @callee_guaranteed () -> () + 4387938752
8  libdispatch.dylib              0x213c <redacted> + 32
9  libdispatch.dylib              0x3dd4 <redacted> + 20
10 libdispatch.dylib              0xb400 <redacted> + 748
11 libdispatch.dylib              0xbf30 <redacted> + 380
12 libdispatch.dylib              0x16cb4 <redacted> + 288
13 libdispatch.dylib              0x16528 <redacted> + 404
14 libsystem_pthread.dylib        0x1f20 _pthread_wqthread + 288
15 libsystem_pthread.dylib        0x1fc0 start_wqthread + 8
@jaredmixpanel
Copy link
Contributor

@shmakovigor v2.10.4 is more than 2 years old and two major versions behind, the latest version is v4.2.0. Please update and reopen if the issue persists.

@shmakovigor
Copy link
Author

Got it, thanks. Please update installation guide for SPM because by default it links to version 2.10.4

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