yeatse / KingfisherWebP

Elegantly handle WebP format with Kingfisher.
MIT License
304 stars 73 forks source link

KingfisherWebP 0x0000000103a46e6c WebPPictureImportCGImage + [CGImage+WebP.m : 79] #72

Closed LiuSky closed 11 months ago

LiuSky commented 11 months ago

KingfisherWebP 0x0000000103a46e6c WebPPictureImportCGImage + [CGImage+WebP.m : 79] 线上崩溃很严重。

LiuSky commented 11 months ago

CrashDoctor Diagnosis: Application threw exception NSMallocException: Failed to grow buffer

yeatse commented 11 months ago

看起来是内存不足,没有详细调用栈和设备信息我无法给出进一步的结论

LiuSky commented 11 months ago

error.txt 系统:ios 系统版本:iPadOS 16.7.2 机型版本:iPad12,1

LiuSky commented 11 months ago

@yeatse 我不理解,如果这张图片是png 格式的也会进入你这个函数。这是为什么?

LiuSky commented 11 months ago

我看了下有一张图片是png一张图片是jpeg格式的。但是都进入了你这个函数。正常来说不是webp的不进入这个函数才对。

yeatse commented 11 months ago

我看了下有一张图片是png一张图片是jpeg格式的。但是都进入了你这个函数。正常来说不是webp的不进入这个函数才对。

把WebPSerializer去掉试试

LiuSky commented 11 months ago

嗯。试过了。目前这个版本很稳定。