Here is part of the report from the crash of my own application:

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000010
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   ...read.webkitpluginforsqlite3      0x000000011d721467 sqlite3Insert + 3391
1   ...read.webkitpluginforsqlite3      0x000000011d73ef31 yy_reduce + 6404
2   ...read.webkitpluginforsqlite3      0x000000011d740d93 sqlite3Parser + 230
3   ...read.webkitpluginforsqlite3      0x000000011d741d68 sqlite3RunParser + 
677
4   ...read.webkitpluginforsqlite3      0x000000011d728493 sqlite3Prepare + 521
5   ...read.webkitpluginforsqlite3      0x000000011d7287cb 
sqlite3LockAndPrepare + 151
6   ...read.webkitpluginforsqlite3      0x000000011d728943 sqlite3_prepare + 83
7   ...read.webkitpluginforsqlite3      0x000000011d723615 sqlite3_exec + 203
8   ...read.webkitpluginforsqlite3      0x000000011d730bb4 sqlite3_get_table + 
238
9   ...read.webkitpluginforsqlite3      0x000000011d6cb7e4 -[SQLDatabase 
performQuery:] + 166
10  ...read.webkitpluginforsqlite3      0x000000011d6cadf3 -[MyPlugIn 
webDoQuery:] + 66

The lowest level that I have access seems to show everything being fine.  As 
far as I can tell the problem really is inside some part of the amalgamation 
sourcecode.

Simon.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to