Comment #11 on issue 30403 by [email protected]: Crash on CHECK in DoesTableExist http://code.google.com/p/chromium/issues/detail?id=30403
I'm not suspicious of anything in particular WRT your SQLite wrappers, mostly it just means that any ability I have to see broken idioms while skimming code won't be useful because you're using different terminology! sqlite_master is a table built into every database, I don't think that makes any difference. Are you actually using ATTACH anywhere? If not, I'm not sure how SQLITE_FORMAT could be thrown (and, as I mentioned, I can't even find anyplace in the code that throws it, though I can trivially find places where other errors are referenced. And yet it's not marked NOT USED, so I'm not entirely clear where it's coming from). -- 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
