On 10/31/16, mark <[email protected]> wrote:
> On Mon Oct 31, 2016 at 04:04:00PM -0400, Richard Hipp wrote:
>> Is this reproducible?
>
> Yes... in that I can reliably get it to segfault. Duplicating the build
> and/or statements leading up to the fault outside of my environment
> is not so easy. Unless I make the virtual machine image available to
> you somehow...

I cannot reproduce the problem on Linux.  Even running under valgrind
shows no issues.

Can you please recompile using -DSQLITE_DEBUG and try again.

If that works, please insert an extra SQL statement just before the
SQL statement that is causing the problem, that says:

     PRAGMA debug=ON;



-- 
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to