Comment #1 on issue 25909 by [email protected]: NOTREACHED() hit when
starting multiple instances of chrome.
http://code.google.com/p/chromium/issues/detail?id=25909
class BasicSqliteErrrorHandler : public sql::ErrorDelegate {
public:
virtual int OnError(int error, sql::Connection* connection,
sql::Statement* stmt) {
NOTREACHED() << "sqlite error " << error;
<------------------ HERE
RecordErrorInHistogram(error);
return error;
}
...
--
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
-~----------~----~----~----~------~----~------~--~---