Comment #6 on issue 21664 by ibboard: sqlite fatal error 11 : Gdk-WARNING  
**: XID collision, trouble ahead
http://code.google.com/p/chromium/issues/detail?id=21664

I've done a bit more testing and digging. Error code 11 is apparently a  
malformed
database, but if I run the following command within my profile directory:

for f in `grep -l SQLite *`; do echo $f; sqlite3 "$f" "pragma  
integrity_check"; done

then I get a full list of "OK" responses for each file. I'm not sure  
whether it is a
history or other search source problem at the moment.

--
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to