Chrome Version 75.0.3770.80 (Official Build) (64-bit) - unable to begin transaction (3850 disk I/O error)

牧云@^-^@ 提交于 2020-01-11 06:56:35

问题


In windows 7 chrome latestVersion 75.0.3770.80 (Official Build) (64-bit) got an error while get data and write data to chrome browser db in web sql. "unable to begin transaction (3850 disk I/O error)". Do you know any solution to this issue?


回答1:


This issue happens if you edit (insert/replace/update) the same data to the same table at the same time. One of the possible cases is you're having 2 tabs opened that access the same database. This is chrome regression since it was working before v75. Possible solutions are:

  • You could either wait until it gets fixed in chrome.
  • You could implement a manual lock mechanism, to edit data only on the main tab.


来源:https://stackoverflow.com/questions/56574250/chrome-version-75-0-3770-80-official-build-64-bit-unable-to-begin-transact

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!