You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use prefetcher to prefetch images. I encountered crashes due to heap corruption. The issue is not existed in Kingfisher 5.2
I can frequently reproduce this issue using UITests
I attached the screenshot, but it should not be valuable since it is related to heap corruption
What
malloc: Heap corruption detected, free list is damaged at 0x28191e710
*** Incorrect guard value: 4332270768
The text was updated successfully, but these errors were encountered:
seanliu1
changed the title
[Kinfisher 5] Prefetcher heap corruption
[Kingfisher 5] Prefetcher heap corruption
Mar 27, 2019
I have also seen -[NSTaggedPointerString count]: unrecognized selector sent to instance 0x8000000000000000
Not sure if it is related to heap corruption
seanliu1
changed the title
[Kingfisher 5] Prefetcher heap corruption
[Kingfisher 5.3] Prefetcher heap corruption
Mar 27, 2019
Issue Description
I use prefetcher to prefetch images. I encountered crashes due to heap corruption. The issue is not existed in Kingfisher 5.2
I can frequently reproduce this issue using UITests
I attached the screenshot, but it should not be valuable since it is related to heap corruption
What
The text was updated successfully, but these errors were encountered: