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

An uncaught crash type on iOS18 #339

Open
1 task done
NianJi opened this issue Feb 6, 2025 · 3 comments
Open
1 task done

An uncaught crash type on iOS18 #339

NianJi opened this issue Feb 6, 2025 · 3 comments
Labels

Comments

@NianJi
Copy link

NianJi commented Feb 6, 2025

An uncaught crash type on iOS18

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

Details

  1. Which SDK version are you using? master branch
  2. Which OS version did you experience the issue on? iOS 18.2.1
  3. Which CocoaPods/Carthage/Xcode version are you using? Xcode15.1/Xcode16.1
  4. What device version did you see this error on? Were you using an emulator or a physical device? iPhone 16 Pro Max
  5. What language are you using?
    • Objective C
  6. What third party libraries are you using? Nothing
@NianJi NianJi added the support label Feb 6, 2025
@DmitriyKirakosyan
Copy link
Contributor

@NianJi , thank you for reaching out! Could ypu please provide more details about the issue? What is expected and actual results?

@NianJi
Copy link
Author

NianJi commented Feb 19, 2025

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.

@szhang-code
Copy link

Someone already contact Apple Inc, It's known by design after iOS17.4

Hi, could you please show where the discussion is or more context?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants