We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Code:
- (void)mock_crash_0x0 __attribute__ ((optnone)) { void (*func)(void) = (void(*)(void))(void *)0x0; func(); }
This code crash, But can't catch by PLCrashReporter after iOS 17.4
The text was updated successfully, but these errors were encountered:
@NianJi , thank you for reaching out! Could ypu please provide more details about the issue? What is expected and actual results?
Sorry, something went wrong.
Just paste the code to demo. When crashed, PLCrashReporter can't catch this CrashLog.
Someone already contact Apple Inc, It's known by design after iOS17.4
We can do nothing abort this issue.
Hi, could you please show where the discussion is or more context?
No branches or pull requests
An uncaught crash type on iOS18
Code:
This code crash, But can't catch by PLCrashReporter after iOS 17.4
Details
The text was updated successfully, but these errors were encountered: