Chrome版本75.0.3770.80(正式版本)(64位)-无法开始事务(3850磁盘I/O错误) [英] Chrome Version 75.0.3770.80 (Official Build) (64-bit) - unable to begin transaction (3850 disk I/O error)

查看:121
本文介绍了Chrome版本75.0.3770.80(正式版本)(64位)-无法开始事务(3850磁盘I/O错误)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在Windows 7 Chrome最新版本中75.0.3770.80版(官方内部版本)(64位) 在获取数据并将数据写入Web sql中的chrome浏览器数据库时出错. 无法开始事务(3850磁盘I/O错误)".您知道该问题的任何解决方案吗?

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?

推荐答案

如果您同时将同一数据编辑(插入/替换/更新)到同一表,则会发生此问题.一种可能的情况是,您打开了两个用于访问同一数据库的选项卡.这是chrome回归,因为它在v75之前就可以使用了.可能的解决方案是:

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:

  • 您可以等待直到它固定在chrome中.
  • 您可以实施手动锁定机制,仅在主选项卡上编辑数据.

这篇关于Chrome版本75.0.3770.80(正式版本)(64位)-无法开始事务(3850磁盘I/O错误)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆