We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
出错堆栈 0 libsystem_platform.dylib __platform_memmove + 84 1 ImageIO GIFBufferInfo::GIFBufferInfo(unsigned char*, bool, unsigned int, unsigned int, unsigned int) + 88 2 ImageIO std::__1::__shared_ptr_emplace<GIFBufferInfo, std::__1::allocator >::__shared_ptr_emplace<unsigned char*&, bool, unsigned int&, unsigned int&, unsigned int>(std::__1::allocator, unsigned char*&, bool&&, unsigned int&, unsigned int&, unsigned int&&) + 56 3 ImageIO std::__1::shared_ptr std::__1::allocate_shared<GIFBufferInfo, std::__1::allocator, unsigned char*&, bool, unsigned int&, unsigned int&, unsigned int, void>(std::__1::allocator const&, unsigned char*&, bool&&, unsigned int&, unsigned int&, unsigned int&&) + 84 4 ImageIO GIFReadPlugin::copyImageBlockSet(InfoRec*, CGImageProvider*, CGRect, CGSize, __CFDictionary const*) + 1000 5 ImageIO IIO_Reader::CopyImageBlockSetProc(void*, CGImageProvider*, CGRect, CGSize, __CFDictionary const*) + 188 6 ImageIO IIOImageProviderInfo::copyImageBlockSetWithOptions(CGImageProvider*, CGRect, CGSize, __CFDictionary const*) + 752 7 ImageIO IIOImageProviderInfo::CopyImageBlockSetWithOptions(void*, CGImageProvider*, CGRect, CGSize, __CFDictionary const*) + 808 8 CoreGraphics _imageProvider_retain_data + 88 9 CoreGraphics _CGDataProviderRetainData + 84 10 CoreGraphics _provider_for_destination_retain_data + 24 11 CoreGraphics _CGDataProviderRetainData + 84 12 CoreGraphics _CGAccessSessionCreate + 104 13 CoreGraphics _img_data_lock + 2412 14 CoreGraphics _CGSImageDataLock + 1376 15 CoreGraphics _ripc_AcquireRIPImageData + 712 16 CoreGraphics _ripc_DrawImage + 792 17 CoreGraphics _CGContextDrawImageWithOptions + 1284 18 shandongMarket +[FLAnimatedImage predrawnImageFromImage:] (FLAnimatedImage.m:711) 19 shandongMarket -[FLAnimatedImage imageAtIndex:] (FLAnimatedImage.m:532)
iPhone x和iPhonex以下设备经常出现
The text was updated successfully, but these errors were encountered:
我也遇到了同样的问题,我怀疑可能是内存溢出,导致运行内存低导致的。我看了我这边出现这个问题的用户,基本在崩溃时,运行内存只剩下几十兆,但是我不确认。如果您有解决方案的话,期待您的分享。
Sorry, something went wrong.
No branches or pull requests
出错堆栈
0 libsystem_platform.dylib
__platform_memmove + 84
1 ImageIO
GIFBufferInfo::GIFBufferInfo(unsigned char*, bool, unsigned int, unsigned int, unsigned int) + 88
2 ImageIO
std::__1::__shared_ptr_emplace<GIFBufferInfo, std::__1::allocator >::__shared_ptr_emplace<unsigned char*&, bool, unsigned int&, unsigned int&, unsigned int>(std::__1::allocator, unsigned char*&, bool&&, unsigned int&, unsigned int&, unsigned int&&) + 56
3 ImageIO
std::__1::shared_ptr std::__1::allocate_shared<GIFBufferInfo, std::__1::allocator, unsigned char*&, bool, unsigned int&, unsigned int&, unsigned int, void>(std::__1::allocator const&, unsigned char*&, bool&&, unsigned int&, unsigned int&, unsigned int&&) + 84
4 ImageIO
GIFReadPlugin::copyImageBlockSet(InfoRec*, CGImageProvider*, CGRect, CGSize, __CFDictionary const*) + 1000
5 ImageIO
IIO_Reader::CopyImageBlockSetProc(void*, CGImageProvider*, CGRect, CGSize, __CFDictionary const*) + 188
6 ImageIO
IIOImageProviderInfo::copyImageBlockSetWithOptions(CGImageProvider*, CGRect, CGSize, __CFDictionary const*) + 752
7 ImageIO
IIOImageProviderInfo::CopyImageBlockSetWithOptions(void*, CGImageProvider*, CGRect, CGSize, __CFDictionary const*) + 808
8 CoreGraphics
_imageProvider_retain_data + 88
9 CoreGraphics
_CGDataProviderRetainData + 84
10 CoreGraphics
_provider_for_destination_retain_data + 24
11 CoreGraphics
_CGDataProviderRetainData + 84
12 CoreGraphics
_CGAccessSessionCreate + 104
13 CoreGraphics
_img_data_lock + 2412
14 CoreGraphics
_CGSImageDataLock + 1376
15 CoreGraphics
_ripc_AcquireRIPImageData + 712
16 CoreGraphics
_ripc_DrawImage + 792
17 CoreGraphics
_CGContextDrawImageWithOptions + 1284
18 shandongMarket
+[FLAnimatedImage predrawnImageFromImage:] (FLAnimatedImage.m:711)
19 shandongMarket
-[FLAnimatedImage imageAtIndex:] (FLAnimatedImage.m:532)
iPhone x和iPhonex以下设备经常出现
The text was updated successfully, but these errors were encountered: