Re: [sqlite] Sqlite 3 Crash on OSX

2007-06-03 Thread Joe Wilson
--- Dan Kennedy <[EMAIL PROTECTED]> wrote:
> 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.

It might not necessarily be a corrupted stack trace.
I've seen similarly odd traces for other programs on other platforms 
when the code was optimized and not compiled with -g.
The symbols cited might just be the closest ones available since some 
functions were inlined.



   
Ready
 for the edge of your seat? 
Check out tonight's top picks on Yahoo! TV. 
http://tv.yahoo.com/

-
To unsubscribe, send email to [EMAIL PROTECTED]
-



Re: [sqlite] Sqlite 3 Crash on OSX

2007-06-02 Thread Dan Kennedy
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.dylib0x9406e587 sqlite3pager_get + 390
> 1   libsqlite3.0.dylib0x94054275 sqlite3BtreeCopyFile + 381
> 2   libsqlite3.0.dylib0x940542dd sqlite3BtreeCopyFile + 485
> 3   libsqlite3.0.dylib0x940545b6 sqlite3BtreeLast + 134
> 4   libsqlite3.0.dylib0x940830c1 sqlite3VdbeExec + 16021
> 5   libsqlite3.0.dylib0x94084c73 sqlite3_step + 270
> 6   libsqlite3.0.dylib0x9408b343 sqlite3_exec + 260
> 7   libsqlite3.0.dylib0x9407a53d 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]
-