On 11/20/15, Harmen de Jong - CoachR Group B.V. <harmen at coachr.com> wrote:
>
> Any ideas on how we could further investigate these crashes?
>

(1) Recompile with the following compile-time options:  -DSQLITE_DEBUG
-DSQLITE_OMIT_LOOKASIDE

(2) Enable whatever AddressSanitizer tools
(https://en.wikipedia.org/wiki/AddressSanitizer) you have available on
your platform, in addition to (1) above.

(3) If you do not have an easily accessible address sanitizer utility,
consider recompiling SQLite using -DSQLITE_MEMDEBUG (in addition to
the compile-time options shown in (1) above).

-- 
D. Richard Hipp
drh at sqlite.org

Reply via email to