yeatse / KingfisherWebP

Elegantly handle WebP format with Kingfisher.
MIT License
301 stars 71 forks source link

Crash on WebPImageCreateWithData #73

Closed yycc closed 8 months ago

yycc commented 9 months ago

0 libsystem_platform.dylib platform_memmove + 76 1 KingfisherWebP WebPImageCreateWithData + 160 2 KingfisherWebP $s10Kingfisher0A7WrapperV0A4WebPSo7UIImageCRbzlE5image8webpData5scale14onlyFirstFrameAFSg10Foundation0G0V_12CoreGraphics7CGFloatVSbtFZAF_Tg5Tf4nnnd_n + 116 3 Kingfisher $s10Kingfisher18ImageDataProcessorC9doProcess33_6119A2C527FFA834F85B326B80E79A62LLyyF + 604 4 Kingfisher $s10Kingfisher18ImageDataProcessorC7processyyFyycACcfuyycfu0 + 20 5 Kingfisher $s10Kingfisher13CallbackQueueO7executeyyyycFyyScMYccfU_TA + 20 6 Kingfisher $sIegh_IeyBh_TRTm + 28 7 libdispatch.dylib dispatch_call_block_and_release + 32 8 libdispatch.dylib dispatch_client_callout + 20 9 libdispatch.dylib dispatch_lane_serial_drain + 748 10 libdispatch.dylib dispatch_lane_invoke + 380 11 libdispatch.dylib dispatch_root_queue_drain_deferred_wlh + 288 12 libdispatch.dylib dispatch_workloop_worker_thread + 404 13 libsystem_pthread.dylib pthread_wqthread + 288

make1a commented 9 months ago

I have the same issu image image

make1a commented 9 months ago

@yeatse 可以修复它吗? 这个崩溃是必现的

yeatse commented 9 months ago

@yeatse 可以修复它吗? 这个崩溃是必现的

这个和主楼不是一个问题,看上去是图片格式不兼容,辛苦新开一单,附带出问题的图片,谢谢

yeatse commented 9 months ago

@yycc It appears to be a memory issue that we recently fixed in the latest release. Could you please let us know the version of KingfisherWebP you are using? This will help us investigate further. Thank you.

yycc commented 8 months ago

@yeatse It appeared in 1.4.0 and 1.5.2

yeatse commented 8 months ago

Should have been fixed in v1.5.3