Re: [sqlite] Assertion failure in SQLite 3.7.3 (new vs. 3.6.23.1)

2010-12-04 Thread Sylvain Pointeau
I used: CFLAGS='-arch i686 -arch x86_64' LDFLAGS='-arch i686 -arch x86_64' ./configure --disable-dependency-tracking my compiler is: $ gcc --version i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5664) Copyright (C) 2007 Free Software Foundation, Inc.

Re: [sqlite] Assertion failure in SQLite 3.7.3 (new vs. 3.6.23.1)

2010-12-04 Thread Sylvain Pointeau
sorry yes I didn't compile with SQLITE_DEBUG I just did it, and I have the same error: $ /usr/local/bin/sqlite3 tst.db3 SQLite version 3.7.3 Enter .help for instructions Enter SQL statements terminated with a ; sqlite .read ./testSchema.sql sqlite .read ./TestValues.sql sqlite .read

Re: [sqlite] Assertion failure in SQLite 3.7.3 (new vs. 3.6.23.1)

2010-12-04 Thread Dan Kennedy
On 12/04/2010 12:54 AM, Philip Graham Willoughby wrote: On 2 Dec 2010, at 20:43, Sylvain Pointeau wrote: Hi, I am on macosx sqlite 3.7.3 $ /usr/local/bin/sqlite3 test.db3 SQLite version 3.7.3 Enter .help for instructions Enter SQL statements terminated with a ; sqlite .read

Re: [sqlite] Assertion failure in SQLite 3.7.3 (new vs. 3.6.23.1)

2010-12-04 Thread Philip Graham Willoughby
On 4 Dec 2010, at 10:42, Dan Kennedy wrote: On 12/04/2010 12:54 AM, Philip Graham Willoughby wrote: On 2 Dec 2010, at 20:43, Sylvain Pointeau wrote: Hi, I am on macosx sqlite 3.7.3 $ /usr/local/bin/sqlite3 test.db3 SQLite version 3.7.3 Enter .help for instructions Enter SQL

Re: [sqlite] Assertion failure in SQLite 3.7.3 (new vs. 3.6.23.1)

2010-12-03 Thread Philip Graham Willoughby
On 2 Dec 2010, at 20:43, Sylvain Pointeau wrote: Hi, I am on macosx sqlite 3.7.3 $ /usr/local/bin/sqlite3 test.db3 SQLite version 3.7.3 Enter .help for instructions Enter SQL statements terminated with a ; sqlite .read ./testSchema.sql sqlite .read ./TestValues.sql sqlite .read

Re: [sqlite] Assertion failure in SQLite 3.7.3 (new vs. 3.6.23.1)

2010-12-02 Thread Philip Graham Willoughby
On 26 Nov 2010, at 10:28, Philip Graham Willoughby wrote: On 25 Nov 2010, at 14:06, Dan Kennedy wrote: On 11/25/2010 03:45 PM, Philip Graham Willoughby wrote: Hi all, I'm noticing a new failure with SQLite 3.7.3 as compared to the previous version I was using, 3.6.23.1. Are you able

Re: [sqlite] Assertion failure in SQLite 3.7.3 (new vs. 3.6.23.1)

2010-12-02 Thread Sylvain Pointeau
Hi, I am on macosx sqlite 3.7.3 $ /usr/local/bin/sqlite3 test.db3 SQLite version 3.7.3 Enter .help for instructions Enter SQL statements terminated with a ; sqlite .read ./testSchema.sql sqlite .read ./TestValues.sql sqlite .read ./TestQuery.sql Otterbourne Golf Course|Jane Doe|Assumed Name it

Re: [sqlite] Assertion failure in SQLite 3.7.3 (new vs. 3.6.23.1)

2010-11-26 Thread Philip Graham Willoughby
On 25 Nov 2010, at 14:06, Dan Kennedy wrote: On 11/25/2010 03:45 PM, Philip Graham Willoughby wrote: Hi all, I'm noticing a new failure with SQLite 3.7.3 as compared to the previous version I was using, 3.6.23.1. Are you able to share the database and the query that causes the assert()

[sqlite] Assertion failure in SQLite 3.7.3 (new vs. 3.6.23.1)

2010-11-25 Thread Philip Graham Willoughby
Hi all, I'm noticing a new failure with SQLite 3.7.3 as compared to the previous version I was using, 3.6.23.1. Error message: -- Assertion failed: (memIsValid(u.bq.r.aMem[i])), function sqlite3VdbeExec, file .../sqlite3.c, line 64507. Information from the time of error:

Re: [sqlite] Assertion failure in SQLite 3.7.3 (new vs. 3.6.23.1)

2010-11-25 Thread Dan Kennedy
On 11/25/2010 03:45 PM, Philip Graham Willoughby wrote: Hi all, I'm noticing a new failure with SQLite 3.7.3 as compared to the previous version I was using, 3.6.23.1. Are you able to share the database and the query that causes the assert() to fail?