react-native-fast-image
react-native-fast-image copied to clipboard
iOS SDWebImage Crash on SDGraphicsGetImageFromCurrentImageContext
Crash on iOS 15 in SDWebImage
EXC_BAD_ACCESS: Attempted to dereference null pointer.
0 libsystem_platform.dylib __platform_memmove
1 CoreFoundation _CFDataGetBytes
2 ImageIO _CGImageGetImageSource
3 UIKitCore -[_UIImageCGImageContent initWithCGImage:scale:]
4 UIKitCore -[UIImage initWithCGImage:scale:orientation:]
5 __hidden
6 __hidden
7 __hidden
8 __hidden
9 Foundation _NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK
10 Foundation -[NSBlockOperation main]
11 Foundation _NSOPERATION_IS_INVOKING_MAIN
12 Foundation -[NSOperation start]
13 Foundation _NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION
14 Foundation ___NSOQSchedule_f
15 libdispatch.dylib __dispatch_block_async_invoke2
16 libdispatch.dylib __dispatch_client_callout
17 libdispatch.dylib __dispatch_continuation_pop
18 libdispatch.dylib __dispatch_async_redirect_invoke
19 libdispatch.dylib __dispatch_root_queue_drain
20 libdispatch.dylib __dispatch_worker_thread2
21 libsystem_pthread.dylib __pthread_wqthread
- React Native version: 0.67.4
- React version: 17.0.2
- React Native Fast Image version: 8.5.11
Looks like this is the same problem with SDWebImage
Looks like this is the same problem with SDWebImage
Hi, how can I fix this problem, my app crash many times due to this problem