99% (or more) of the time this is going to be your code.  I would move forward 
based on that assumption.



Found this that might help you:

http://stackoverflow.com/questions/1730180/is-this-kind-of-crash-report-useless



Michael D. Black
Senior Scientist
Advanced Analytics Directorate
Advanced GEOINT Solutions Operating Unit
Northrop Grumman Information Systems

________________________________
From: sqlite-users-boun...@sqlite.org [sqlite-users-boun...@sqlite.org] on 
behalf of Rick Maddy [rma...@gmail.com]
Sent: Thursday, July 19, 2012 12:56 PM
To: General Discussion of SQLite Database
Subject: EXT :Re: [sqlite] Getting occasional crashes with sqlite3_prepare_v2 
and sqlite3_step in iOS app

What about checking all the sqlite3_bind_* methods? Is it possible any of those 
could cause the problems I'm seeing?

Rick



On Jul 19, 2012, at 11:42 AM, Simon Slavin wrote:

>
> On 19 Jul 2012, at 6:03pm, Rick Maddy <rma...@gmail.com> wrote:
>
>> Thanks. Time to add checks to nearly 400 prepare and step statements.
>
> Sorry about that.  But you should be able to make a tiny test function which 
> just tests the result and makes sure it's SQLITE_OK.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to