[sqlite] Segmentation faults when calling sqlite3_step

2015-06-30 Thread Leroy Klompenhouwer
at mailinglists.sqlite.org] Namens Eric Hill Verzonden: dinsdag 30 juni 2015 16:10 Aan: General Discussion of SQLite Database Onderwerp: Re: [sqlite] Segmentation faults when calling sqlite3_step If you are calling sqlite3_bind_ to bind parameters, what are you passing as the last parameter? Try

[sqlite] Segmentation faults when calling sqlite3_step

2015-06-30 Thread Leroy Klompenhouwer
We are experiencing random segmentation faults when calling the function sqlite3_step(). We use prepared statements in a transaction to insert records in the database. We have the following setup: - SQLite3.8.9 - Linux 32bit - Armv6 - SDCard with ext3 to store the database ? Can anyone

[sqlite] Segmentation faults when calling sqlite3_step

2015-06-30 Thread Eric Hill
From: Leroy Klompenhouwer<mailto:l.klompenhou...@tmx.nl> Sent: ?6/?30/?2015 9:18 AM To: sqlite-users at mailinglists.sqlite.org<mailto:sqlite-users at mailinglists.sqlite.org> Subject: [sqlite] Segmentation faults when calling sqlite3_step We are experiencing random segmentation faults