-
-
Notifications
You must be signed in to change notification settings - Fork 531
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
ImageTask.setPriority(_:) sometimes crashes #226
Comments
Thanks for the report, @keynsianets. I will investigate. It might potentially be related to poor |
Looks a lot like #224, which seems to be resolved, at least my manual testing didn’t trigger the issue with the latest version. Thank you, Alex, for your super quick reaction—as always. 🙌 |
Thank you for response. We will test it in a new build and tell you about changes. But it will take time. |
I would suggest reverting to the previous version for now. |
Thank you for so fast reaction and great work on this framework. Yes, i think in next build we will use previous version of Nuke and waiting for fixes of this issue in future. |
It doesn't seem that the issue is widespread. Nuke has all sorts of unit tests, thread safety tests – none reported the problem. If you could share some more information about the crash, that would be helpful. It might be related to the way it is used, could you please shared a snippet of how you use it? |
We have aws backend for images. From API we get urls for our tableview. General, it's a feed and it's nearly infinity. On this tableview we have 2 methods with loading images. Prefetch: |
Good job! Looking forward to reading the test. Threading problems are fascinating 🧵
|
I found one obvious threading defect in What is concerning is that this doesn't seem like a regression introduced in 7.6, it seems that As a workaround I suggest not to use
P.S. there is quite a lot of complexity in |
Maybe
Thank you a lot for your work. |
Thanks, I will investigate a bit further and release a patch soon. Initially I though |
Since 21.04.2019 we get a lot of crashes, related to Nuke in app. Before we get no crashes and i guess new version had broke something critical. Now 3% our users have crashes in app. I attach screenshots from fabric.
The text was updated successfully, but these errors were encountered: