-
Notifications
You must be signed in to change notification settings - Fork 147
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
fix: IOS crash #1709
Comments
Here is some warning i found: [INFO:shorebird.cc(173)] Shorebird updater: no active patch. |
Thank you very much for the report. This does look like the 0xffffffe crash we've been seeing, which we believe to be related to We've also added a new guide on how to get the corresponding .dsym files to upload them to your service for more detailed reports if you're interested: |
@felangel one thing which is interesting in this report is seeing 2 frames with -2 on the top:
I wonder if we're somehow leaking a -2 frame, which is what's causing this? |
App ID: Looks very similar to this stack trace. Occurs on multiple iOS versions - no issues on Android. Let me know if I can provide more info to help you !! |
Thank you very much! We're very close to a reproduction. We met with another customer this morning and were able to get a lead as to where to look. We currently have things crashing when using dio inside Flutter and we're working to reduce it down to a small .dart file. I expect we'll have a reduction by the end of day and be able to fix tomorrow. 🤞 |
We finally found the bug! Duping against #1698 (comment) |
App ID: 28b5a6d9-bfd1-4b89-b266-d353760d493b
My app starts up normally but after some navigations it crashes.
The text was updated successfully, but these errors were encountered: