commit | 61cde95b5db6058ae24f813bf22afaa8dbefe432 | [log] [tgz] |
---|---|---|
author | Vasu Nori <vnori@google.com> | Thu Feb 11 09:44:41 2010 -0800 |
committer | Vasu Nori <vnori@google.com> | Thu Feb 11 13:13:22 2010 -0800 |
tree | b47d4144eec1819f542251318507efa80b2812a8 | |
parent | 282bc14a4c98cfeb9c9a75b52f7c0411fc7318f8 [diff] |
when sqlite encounters SQLITE_MISUE error, cause segfault. STOPSHIP. this CL wil have to be reverted before shipping. thats why the STOPSHIP comment all over this CL. goal is to get stacktrace to help debug http://b/2419869 because it is intermittently occuring bug and sqlite3 doesn't give enough info when this error occurs. Richard Hipp of sqlite is going to send a patch that will provide additional info when this error occurs.