ibireme / YYCache

High performance cache framework for iOS.
MIT License
2.38k stars 511 forks source link

运行时有个警告 #126

Open JasperYanky opened 6 years ago

JasperYanky commented 6 years ago

unixShmMap-preallocate(/var/xxxxxx/Library/Caches/xxxxxx/manifest.sqlite-shm) - Invalid argument

运行时报大段报以上的错误,请问是什么问题? iOS 11.3 iPhoneX

AscenX commented 6 years ago

同样碰到了,并且似乎会阻塞线程,有人知道是什么原因吗?

JasperYanky commented 6 years ago

@AscenZ 因为这个问题已经放弃这个库了 sad

AscenX commented 6 years ago

@JasperYanky 🤣兄弟 我现在也有这个想法了 想读一下源码 解决不了也要放弃了

JasperYanky commented 6 years ago

@AscenZ 无痛换成了PINCache;貌似是sqlite的问题,在 iOS10上运行的好好的,到11就出现了