On Fri, 2007-06-01 at 10:51 +0100, Mark Gilbert wrote: > Folks. > > My app just crashed in the field randomly after some time running fine. > > Thread 12 Crashed: > 0 libsqlite3.0.dylib 0x9406e587 sqlite3pager_get + 390 > 1 libsqlite3.0.dylib 0x94054275 sqlite3BtreeCopyFile + 381 > 2 libsqlite3.0.dylib 0x940542dd sqlite3BtreeCopyFile + 485 > 3 libsqlite3.0.dylib 0x940545b6 sqlite3BtreeLast + 134 > 4 libsqlite3.0.dylib 0x940830c1 sqlite3VdbeExec + 16021 > 5 libsqlite3.0.dylib 0x94084c73 sqlite3_step + 270 > 6 libsqlite3.0.dylib 0x9408b343 sqlite3_exec + 260 > 7 libsqlite3.0.dylib 0x9407a53d sqlite3_get_table + 189 > > Anyone have anything specific to suggest ?
Only that that stack trace looks corrupted to me. sqliteBtreeLast() does not call sqlite3BtreeCopyFile(), indirectly or otherwise. Dan. ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------