On Mon, Nov 14, 2016 at 8:26 PM, pisymbol . <pisym...@gmail.com> wrote:

>
>
> On Mon, Nov 14, 2016 at 8:19 PM, Simon Slavin <slav...@bigfraud.org>
> wrote:
>
>>
>> On 15 Nov 2016, at 1:18am, pisymbol . <pisym...@gmail.com> wrote:
>>
>> > Obviously, I must be doing something
>> > wrong
>>
>> Yep.  You're using a 7 year old version of the library.
>>
>
> That crash is from me statically linking aginst 3.15-1! Same thing, so
> obviously I'm doing something wrong.
>
> I'm using this statement to open up the db:
>
> sqlite3_open_v2(path, db,SQLITE_OPEN_CREATE|SQLITE_
> OPEN_READWRITE|SQLITE_OPEN_FULLMUTEX|SQLITE_OPEN_PRIVATECACHE, NULL);
>

One last thing: This is during initialization and I access the database
through that query several times before hitting this crash.

I thought it was memory corruption but it always the same line.

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

Reply via email to