You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this particular instance, there is a CHECK() failing and it's masked by the gimli::read::unit::UnitHeader lines.
Per @kylehickinson - the crash is pulled in from Xcode and symbolized using symbols uploaded with the build on AppStore Connect
We're having trouble narrowing down root cause for brave/brave-ios#8334 - there is an attempted fix, but because the call stack is corrupt, it's hard to know the exact condition it's failing on.
The text was updated successfully, but these errors were encountered:
kylehickinson
added
closed/stale
Issue is no longer relevant, perhaps because the feature it refers to has been deprecated.
and removed
crash
priority/P2
A bad problem. We might uplift this to the next planned release.
OS/iOS
Fixes related to iOS browser functionality
labels
Dec 8, 2023
Description
Seems to have started with 1.57.x - but iOS crash logs are having rust symbols and not showing the true error.
Here's an example by @kylehickinson:
In this particular instance, there is a
CHECK()
failing and it's masked by thegimli::read::unit::UnitHeader
lines.Per @kylehickinson - the crash is pulled in from Xcode and symbolized using symbols uploaded with the build on AppStore Connect
We're having trouble narrowing down root cause for brave/brave-ios#8334 - there is an attempted fix, but because the call stack is corrupt, it's hard to know the exact condition it's failing on.
The text was updated successfully, but these errors were encountered: