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

Add option to enable/disable EXC_BAD_ACCESS suppression #3944

Open
jamescrosswell opened this issue Feb 6, 2025 · 2 comments · May be fixed by #3958 or #3998
Open

Add option to enable/disable EXC_BAD_ACCESS suppression #3944

jamescrosswell opened this issue Feb 6, 2025 · 2 comments · May be fixed by #3958 or #3998

Comments

@jamescrosswell
Copy link
Collaborator

In #3909 we added some code to suppress EXC_BAD_ACCESS mach exceptions in the CocoaSDK, as these frequently duplicate a managed NullReferenceException.

We did some similar work in #3903 on Android. However for Android we added an option to let SDK users enable/disable suppression. For consistency, I think we should add a similar option to control EXC_BAD_ACCESS suppression.

As with the Android functionality, this will also need documenting. Possibly we could create some shared documentation explaining the necessity for the existence of this functionality and then some platform specific stuff detailing how to enable/disable it on iOS/Android.

@jamescrosswell jamescrosswell changed the title Add option to suppress EXC_BAD_ACCESS mach exceptions Add option to enable/disable EXC_BAD_ACCESS suppression Feb 14, 2025
@aritchie aritchie self-assigned this Feb 19, 2025
@aritchie
Copy link
Collaborator

Completed with PR #3958

@github-project-automation github-project-automation bot moved this to Done in GDX Feb 21, 2025
@jamescrosswell
Copy link
Collaborator Author

@aritchie let's keep the issue open until the PR is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment