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 - [LDClientManager syncWithServerForEvents] #155

Closed
leaveleafs opened this issue Nov 28, 2018 · 5 comments
Closed

Crash - [LDClientManager syncWithServerForEvents] #155

leaveleafs opened this issue Nov 28, 2018 · 5 comments
Assignees

Comments

@leaveleafs
Copy link

Hello, my team has been experiencing a crash in iOS Client version 2.13.9. This is an iOS app. We have seen about 50 of these crashes in the past month. We have not been able to reproduce it locally. Not sure if it matters but this crash happens off the main thread.

I think this may be the same issue as #141 but it appears the fix that went into version 2.13.3 did not work for us.

Stack Trace:

0  libobjc.A.dylib                0x181a7f6f0 objc_retain + 16
1  LaunchDarkly                   0x105a7279c -[LDClientManager syncWithServerForEvents] (LDClientManager.m:319)
2  LaunchDarkly                   0x105a7e2d0 -[LDPollingManager eventPoll] (LDPollingManager.m:216)
3  libdispatch.dylib              0x1822712f0 _dispatch_client_callout + 20
4  (Missing)                      0x371281822742c0 (Missing)
5  (Missing)                      0x381d8182284410 (Missing)
6  (Missing)                      0x1dc10182283c90 (Missing)
7  (Missing)                      0x31bb81822800d4 (Missing)
8  (Missing)                      0x43878182280940 (Missing)
9  (Missing)                      0x6e390182470bc0 (Missing)
10 (Missing)                      0x61998182476dd4 (Missing)

line 319 
EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x000000002307ac60

From Podfile.lock:

  - LaunchDarkly (2.13.9):
    - LaunchDarkly/Core (= 2.13.9)
  - LaunchDarkly/Core (2.13.9):
    - DarklyEventSource (~> 3.2.7)
@arun251
Copy link

arun251 commented Dec 8, 2018

Thanks @leaveleafs . We'll take a look. If you have any more information you can share that could be helpful, please let us know. If the information might be sensitive, feel free to reach out to [email protected].

@leaveleafs
Copy link
Author

Thank you for looking into this @arun251! At the moment I'm not sure what else would be helpful but we are seeing that the crash has only happened on devices running iOS 12.

@arun251
Copy link

arun251 commented Jan 2, 2019

Hi @leaveleafs , we released 2.14.1 with some refactoring and additional synchronization. Please let us know if you continue to see issues after upgrading to this version.

@leaveleafs
Copy link
Author

Awesome! We will update the pod and I'll report back after its been in the wild for a few days.

@leaveleafs
Copy link
Author

Hello @arun251 , With the latest version of LD we are no longer seeing this crash. Closing this issue.

gwhelanLD added a commit that referenced this issue Jun 17, 2021
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

3 participants