-
Notifications
You must be signed in to change notification settings - Fork 85
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
EXC_BAD_ACCESS FlagSynchronizer:63 #314
Comments
Hi @m1entus , how frequently are you encountering this issue? Also, thank you for digging deeply and providing an option to fix the issue. |
Just got one crash in Sentry analitycs - so preety rare, but maybe this also can caouse because app is entering background and you are dosing some async action, hard to say really. |
@m1entus , could you provide a rough estimate of number of sessions your customer base runs per day? That will help us evaluate the frequency in a relative percentage. |
@tanderson-ld To be honest it appears only once so far |
Describe the bug
Crash (synchronization issue)
SDK version
9.1.1
OS/platform
iOS
Additional context
Seems this is retain cycle issue:
here you are capturing
self
inside throttler:LDClient -> throttler -> runQueue -> runThrottled -> self (LDClient)
this method should look like this:
The text was updated successfully, but these errors were encountered: