onevcat / Kingfisher

A lightweight, pure-Swift library for downloading and caching images from the web.
MIT License
23.41k stars 2.66k forks source link

We are using Kingfisher(5.14.1). In the iPad devices, The crash occurs. #1489

Open alldayspace opened 4 years ago

alldayspace commented 4 years ago

Check List

Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked.

Issue Description

What

Hello, We are using Kingfisher(5.14.1). In the iPad devices, The crash occurs. Could you please check this issue?

Reproduce

Crashed: com.onevcat.Kingfisher.ImageCache.ioQueue.B756554A-704C-46A9-B3F3-DBEC6BF604D0 EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000116360000

Other Comment

스크린샷 2020-08-03 오전 9 56 09

onevcat commented 4 years ago

It seems that a certain image conversion with alpha channel fails inside Apple's Accelerate framework when processing the image. Do you know some more information about it? For example the URL of that image or so...?

sujata23 commented 4 years ago

Hi all , is there any clue about the issue? I saw the same crash with our app too. Crash is intermittent , so it hard to get the replicate