Comment #12 on issue 30403 by [email protected]: Crash on CHECK in DoesTableExist http://code.google.com/p/chromium/issues/detail?id=30403
I have a clue, which may be related: On one of my Linux instances, I'm seeing the Sync Backend Host thread hang during startup (in InitializeTables()). It is stuck waiting to do BEGIN EXCLUSIVE TRANSACTION; it continually receives a result code of SQLITE_BUSY. If I kill all Chrome instances, and open the database using the 'sqlite3' command-line tool; I am able to do select's from the database (things look okay) but BEGIN EXCLUSIVE TRANSACTION fails there too, saying the database is locked. Should we be doing some incantation to seize control of the database at startup? -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs
