ibireme / YYCache

High performance cache framework for iOS.
MIT License
2.37k stars 505 forks source link

unable to close due to unfinalized statements or unfinished backups #156

Open HSH1 opened 3 years ago

HSH1 commented 3 years ago

unable to close due to unfinalized statements or unfinished backups 这个是什么引起的?

hui287064 commented 3 years ago

unable to close due to unfinalized statements or unfinished backups 这个是什么引起的?

大兄弟定位到原因了吗?

youngerbyte commented 3 years ago

警告产生原因文档:http://www.sqlite.org/c3ref/close.html 解决方案文档: https://stackoverflow.com/questions/29957870/c-sqlite3-exec-unable-to-close-due-to-unfinalised-statements/38771421 https://stackoverflow.com/questions/2144757/sqlite3-close-returns-error-code-5 https://stackoverflow.com/questions/964207/sqlite-exception-sqlite-busy

coderChrisLee commented 3 years ago

我们这里也遇到了这个问题。这个 pod 还会更新吗?

youngerbyte commented 3 years ago

我们这里也遇到了这个问题。这个 pod 还会更新吗?

参考一下这个文章吧,应该是多线程引起的问题,尝试自己加一个全局锁试一下 https://www.jianshu.com/p/6422ae4e06c2