Re: [sqlite] sqlite3 crashes mysteriously on 3.6.20-1

2016-11-15 Thread pisymbol .
On Mon, Nov 14, 2016 at 10:51 PM, James K. Lowden wrote: > On Mon, 14 Nov 2016 20:30:57 -0500 > "pisymbol ." wrote: > > > One last thing: This is during initialization and I access the > > database through that query several times before hitting

Re: [sqlite] sqlite3 crashes mysteriously on 3.6.20-1

2016-11-14 Thread James K. Lowden
On Mon, 14 Nov 2016 20:30:57 -0500 "pisymbol ." wrote: > 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. Trying to be

Re: [sqlite] sqlite3 crashes mysteriously on 3.6.20-1

2016-11-14 Thread pisymbol .
On Mon, Nov 14, 2016 at 8:26 PM, pisymbol . wrote: > > > On Mon, Nov 14, 2016 at 8:19 PM, Simon Slavin > wrote: > >> >> On 15 Nov 2016, at 1:18am, pisymbol . wrote: >> >> > Obviously, I must be doing something >> > wrong >> >> Yep.

Re: [sqlite] sqlite3 crashes mysteriously on 3.6.20-1

2016-11-14 Thread pisymbol .
On Mon, Nov 14, 2016 at 8:19 PM, Simon Slavin wrote: > > On 15 Nov 2016, at 1:18am, pisymbol . 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

Re: [sqlite] sqlite3 crashes mysteriously on 3.6.20-1

2016-11-14 Thread Simon Slavin
On 15 Nov 2016, at 1:18am, pisymbol . wrote: > Obviously, I must be doing something > wrong Yep. You're using a 7 year old version of the library. Simon. ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org

Re: [sqlite] sqlite3 crashes mysteriously on 3.6.20-1

2016-11-14 Thread pisymbol .
On Mon, Nov 14, 2016 at 5:13 PM, Stephen Chrzanowski wrote: > Can you move project to different hardware? > Nope. Here's at least one stack trace: #0 sqlite3VdbeUsesBtree (yyp=0x7fffec013a28, yymajor=1, yyminor=..., pParse=) at sqlite3.c:71844 #1 sqlite3FinishCoding

Re: [sqlite] sqlite3 crashes mysteriously on 3.6.20-1

2016-11-14 Thread Stephen Chrzanowski
Can you move project to different hardware? On Mon, Nov 14, 2016 at 3:02 PM, pisymbol . wrote: > On Mon, Nov 14, 2016 at 12:38 PM, pisymbol . wrote: > > > > > > > On Mon, Nov 14, 2016 at 12:14 PM, pisymbol . wrote: > > > >> > >> > >>

Re: [sqlite] sqlite3 crashes mysteriously on 3.6.20-1

2016-11-14 Thread pisymbol .
On Mon, Nov 14, 2016 at 12:38 PM, pisymbol . wrote: > > > On Mon, Nov 14, 2016 at 12:14 PM, pisymbol . wrote: > >> >> >> On Thu, Nov 10, 2016 at 11:52 AM, Richard Hipp wrote: >> >>> On 11/10/16, pisymbol . wrote: >>>

Re: [sqlite] sqlite3 crashes mysteriously on 3.6.20-1

2016-11-14 Thread pisymbol .
On Mon, Nov 14, 2016 at 12:14 PM, pisymbol . wrote: > > > On Thu, Nov 10, 2016 at 11:52 AM, Richard Hipp wrote: > >> On 11/10/16, pisymbol . wrote: >> > sqlite-3.6.20-1.el6_7.2.i686 >> > sqlite-3.6.20-1.el6_7.2.x86_64 >> >> Are you aware

Re: [sqlite] sqlite3 crashes mysteriously on 3.6.20-1

2016-11-14 Thread pisymbol .
On Thu, Nov 10, 2016 at 11:52 AM, Richard Hipp wrote: > On 11/10/16, pisymbol . wrote: > > sqlite-3.6.20-1.el6_7.2.i686 > > sqlite-3.6.20-1.el6_7.2.x86_64 > > Are you aware that SQLite 3.6.20 was published over 7 years ago on > 2009-11-04 and that there have

Re: [sqlite] sqlite3 crashes mysteriously on 3.6.20-1

2016-11-10 Thread Richard Hipp
On 11/10/16, pisymbol . wrote: > sqlite-3.6.20-1.el6_7.2.i686 > sqlite-3.6.20-1.el6_7.2.x86_64 Are you aware that SQLite 3.6.20 was published over 7 years ago on 2009-11-04 and that there have been 82 subsequent releases of SQLite and that the newer releases run more than

[sqlite] sqlite3 crashes mysteriously on 3.6.20-1

2016-11-10 Thread pisymbol .
Hi: I'm on Centos 6.8 latest, x86-84. $ uname -a Linux (stubbed out) 2.6.32-642.3.1.el6.x86_64 #1 SMP Tue Jul 12 18:30:56 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux $ rpm -qa sqlite sqlite-3.6.20-1.el6_7.2.i686 sqlite-3.6.20-1.el6_7.2.x86_64 I have a strange issue that I was hoping familiar with