-
Notifications
You must be signed in to change notification settings - Fork 130
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
Attempted to dereference null pointer in +[BSG_KSJSONCodec decode:options:error:] #637
Comments
Hi @Naugladur Thanks for the report and for the related PR. We're just reviewing now. Would you be able to email [email protected] and confirm which account / project you're seeing these errors on in case that helps add context for our investigation and testing of the fix. |
Fixed in v6.0.0. Note: There are a number of breaking changes in v6.0.0 as part of an effort to improve the interface and make it more consistent across our error reporting libraries, so please refer to the upgrade guide: |
Description
I get a lot of crashes with EXC_BAD_ACCESS: Attempted to dereference null pointer
Environment
Library versions:
pod -v
): -AppDelegate
where Bugsnag is configured?Integrated via subproject in workspace.
Code snippet
I think the problem is in BSG_KSCrashReportStore.m in 88 line:
Passing nil to method
And call -[BSG_KSJSONCodec decode:options:error:] with nil in third param as result:
Crash report:
The text was updated successfully, but these errors were encountered: