Re: [sqlite] Crash observation in certain conditions (SQLite v.3.25.2)

2018-09-30 Thread Vlad Khokholkov
I tried to make the issue more detailed (as you asked me in the beginning). Each attached file is referenced in the letter. Regards, Vladimir. сб, 29 сент. 2018 г. в 23:37, Richard Hipp : > On 9/29/18, Vlad Khokholkov wrote: > > Yes, you are right that is a link to compiler. > > Please, see

Re: [sqlite] Crash observation in certain conditions (SQLite v.3.25.2)

2018-09-29 Thread Vlad Khokholkov
Yes, you are right that is a link to compiler. Please, see source code in the attached to prior letter file (SQLiteDebug.zip). Do you see attached files? Regards, Vladimir. сб, 29 сент. 2018 г. в 23:09, Richard Hipp : > On 9/29/18, Vlad Khokholkov wrote: > > a) Download already fetched

Re: [sqlite] Crash observation in certain conditions (SQLite v.3.25.2)

2018-09-29 Thread Vlad Khokholkov
Good day! To answer your questions I prepare a simple test example where I can reproduce the crash (see file 'SQLiteDebug.zip'). The results of its execution please see in files ('SQLite_expected1.png', 'SQLite_expected2.png', 'SQLite_expected3.png', 'SQLite_unexpected.png') - crash is in

Re: [sqlite] Crash observation in certain conditions (SQLite v.3.25.2)

2018-09-29 Thread Richard Hipp
On 9/29/18, Vlad Khokholkov wrote: > Yes, you are right that is a link to compiler. > Please, see source code in the attached to prior letter file > (SQLiteDebug.zip). > Do you see attached files? Yes, thank you. I now see the source code buried amongst the other attachments. -- D. Richard

Re: [sqlite] Crash observation in certain conditions (SQLite v.3.25.2)

2018-09-29 Thread Richard Hipp
On 9/29/18, Vlad Khokholkov wrote: > a) Download already fetched compiler files and library from the link: > https://jmp.sh/v/bYhfdyV4ombZcWXVs98Z (Please, download it in next 23 > hours, otherwise link will be invalidated and I need to re-share it) That ZIP archive does not contain any

Re: [sqlite] Crash observation in certain conditions (SQLite v.3.25.2)

2018-09-29 Thread Simon Slavin
On 29 Sep 2018, at 1:53am, Vlad Khokholkov wrote: > Unfortunately, today I download the latest version of SQLite (3.25.2) and > got crash on the first 'sqlite3_prepare_v2' call. Thank you for posting. Can you tell us 1) What the crash error message is. 2) What statement you are passing to

Re: [sqlite] Crash observation in certain conditions (SQLite v.3.25.2)

2018-09-29 Thread Richard Hipp
Please send additional information. We are unable to reproduce or fix the problem without further data. On 9/28/18, Vlad Khokholkov wrote: > Good day! > > First of all thanks a lot for this really nice project! > I use it in different projects (including the projects where the DB file is >> 120

[sqlite] Crash observation in certain conditions (SQLite v.3.25.2)

2018-09-29 Thread Vlad Khokholkov
Good day! First of all thanks a lot for this really nice project! I use it in different projects (including the projects where the DB file is > 120 Gb), it works perfectly!!! Unfortunately, today I download the latest version of SQLite (3.25.2) and got crash on the first 'sqlite3_prepare_v2'