-
-
Notifications
You must be signed in to change notification settings - Fork 529
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
startImageTask causing memory issue and crashing the app #798
Comments
Hey, could you please share a bit more details, including a crash log and the OS version. |
I'll send it over once I got more details as well. |
This is running on a simulator and debug mode. iOS 17.5 | iPhone Simulator 15 Pro Max. Stack trace: |
I've also encountered the same issue |
I don't know what else I can share about this but it looks like it's happening mostly on when an image begins to load and either the view that was loading the image change let's say the view got removed then it crashes. But not always though. Seems like a race condition issue as well |
I hope this will be addressed by #802. It now fully switches to actors, so there won't be any opportunities for race conditions in the pipeline. I plan to ship a beta soon. |
This function is crashing the app. Not sure what has changed but there's a lot of crashes from time to time with the following function
The text was updated successfully, but these errors were encountered: