-
-
Notifications
You must be signed in to change notification settings - Fork 342
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
7.4.5 Crash on launch #1395
Labels
Comments
OneSignal/OneSignal-iOS-SDK#278 |
Thanks, @charlesbensonsonos for the issue and hint on how to fix that. |
philipphofmann
added a commit
that referenced
this issue
Oct 15, 2021
Calling class_getSuperclass sometimes leads to EXC_I386_GPFLT. OneSignal had the same issue OneSignal/OneSignal-iOS-SDK#278 and it was fixed with OneSignal/OneSignal-iOS-SDK#301. This PR applies the changes they did to our code to fix the problem. Fixes GH-1395
5 tasks
Hey @charlesbensonsonos, I made a fix with #1396. Could you be so kind and validate with your project that the crash is gone pleased? |
philipphofmann
added a commit
that referenced
this issue
Oct 18, 2021
Calling class_getSuperclass sometimes leads to EXC_I386_GPFLT. OneSignal had the same issue OneSignal/OneSignal-iOS-SDK#278 and it was fixed with OneSignal/OneSignal-iOS-SDK#301. This PR applies the changes they did to our code to fix the problem. Fixes GH-1395
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
How do you use Sentry?
Sentry SaaS (sentry.io)
Which SDK and version?
Sentry-Cocoa 7.4.5 - IOS 14.5 - iPod touch
Steps to Reproduce
SentryUiViewControllerSwizziling.m
dispatchQueue:(SentryDispatchQueueWrapper *)dispatchQueue
swizzleBlock:(void (^)(Class))block
Expected Result
No crash
Actual Result
Crash
For now I have reverted to 7.1.4.
The text was updated successfully, but these errors were encountered: