-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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] Crash in [RCTImageLoader _loadImageOrDataWithURLRequest] #10274
Comments
I think I may be hitting the same bug http://pastebin.com/3Zp5E157 Although I have not recreated myself, I have 50+ crashes due to this _loadImageOrDataWithURLRequest reported on crashlytics. |
My stacktrace (http://pastebin.com/7n6h7KL7) |
I am getting this same crash while scrolling a page of images too. |
Same crash, although it is quite random. Have yet to figure out reproducable steps. |
Hopefully fixed in 26be005 |
Looks like this is still happening, #10433 is designated as the new issue to Subscribe to. |
Yeah still this Bad Access.. |
Hi!
I have a ListView with a lot of Image whose sources are located remotely. When I quickly scroll down the application fails with EXC_BAD_ACCESS in https://github.com/facebook/react-native/blob/0.34-stable/Libraries/Image/RCTImageLoader.m#L383.
The text was updated successfully, but these errors were encountered: