-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Crash when displaying internal pages #41445
Comments
Most likely a race condition/side-effect of moving the data load to be asynchronous with #39169 Would have to be one of these exceptions being raised: https://github.com/WebKit/WebKit/blob/70e57867e8b2f2ac4ad58e9f2c424218e4237cea/Source/WebKit/UIProcess/WebURLSchemeTask.cpp#L151 |
The above requires |
Verified on
STEPS:
ACTUAL RESULTS:
|
Description
There is a crash occurring for some users when loading some
internal://
url (ntp, reader mode, http strict mode, etc.), unfortunately we do not know which one is causing it yet (just that its hitting an exception inInternalSchemeHandler.webView(_:start:)
)Steps to reproduce
Unknown
Actual result
Crash
Expected result
Dont crash
Reproduces how often
Intermittent issue
Brave version
1.69+
Device/iOS version
Any
Affected browser versions
Reproducibility
Miscellaneous information
Crash Report
The text was updated successfully, but these errors were encountered: