-
Notifications
You must be signed in to change notification settings - Fork 27.9k
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
iOS release app Crashed: io.flutter.1.ui : stub CallNativeThroughSafepoint #161031
Comments
Hi @Tom3652,
Are you using cached_network_image package?If yes, did you also upgrade package when building new app version? Can you try checking if the crash occurs when running the project in release mode (-- release)? Then you can narrow this by retrying with old version of |
Hi @huycozy ! Yes indeed i am using |
Thanks for the update. Can you try using https://api.flutter.dev/flutter/widgets/Image/Image.network.html instead and see if the crash still happens? |
I won't be able to use the You can close this issue if you think it's not worth investigating, i simply wanted to raise it so the flutter team is aware of that but this has no impact on my app. |
I just wanted to narrow down the scope to see which was most likely related (package or Flutter SDK code), please check Provide reduced test cases. Can you please provide the list of impacted device info(OS, model) and the percentage occurrence of the crash? Thanks! |
Thanks for the update. Keeping the issue for further tracking and team's input. |
Hrm. Looks like the crash is on called from somewhere in:
Maybe the image() call here?
/cc @zanderso not sure who the current right person is here but this looks platform-agnostic. |
This issue will be triaged in the next |
Steps to reproduce
I have a live app using flutter
3.27.1
that i have released yesterday with 30k daily active users.I have received a new crash that i had not in
3.24.x
apparently from flutterUI
:Please see the full StackTrace for more information.
Expected results
The app should not crash
Actual results
The app is crashing
Code sample
Code sample
[Paste your code here]
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
Flutter Doctor output
Doctor output
The text was updated successfully, but these errors were encountered: