Re: [sqlite] php: src/auth.c:128: sqliteAuthRead: Assertion `pStack!=0' failed.

2004-11-02 Thread Per Jessen
D. Richard Hipp wrote: > This cannot be the case since in the latest code from > CVS, there is no assert() on line 128, either in version 2.8 > or version 3.0. You must still be using an older version > of the library by mistake. > > Please check your work and try again. Thanks - I discovered I

Re: [sqlite] php: src/auth.c:128: sqliteAuthRead: Assertion `pStack!=0' failed.

2004-11-02 Thread D. Richard Hipp
Per Jessen wrote: I've now rebuilt a copy from the CVS and I still get the: php: src/auth.c:128: sqliteAuthRead: Assertion `pStack!=0' failed. I didn't rebuild the database though - is it needed? This cannot be the case since in the latest code from CVS, there is no assert() on line 128, either in

[sqlite] php: src/auth.c:128: sqliteAuthRead: Assertion `pStack!=0' failed.

2004-11-02 Thread Per Jessen
D. Richard Hipp wrote: > Per Jessen wrote: >> I'm running a small php-script in command-line mode - initially everything >> goes fine until a table in the db reaches around 8700 rows, then I see the >> assert failing. >> >> This is 2.8.15, which I'm using with PHP4.3.8/SQLite-1.0.3. I don't beli

Re: [sqlite] php: src/auth.c:128: sqliteAuthRead: Assertion `pStack!=0' failed.

2004-11-02 Thread D. Richard Hipp
Per Jessen wrote: FYI, I tried building from CVS - btree.c doesn't compile with -DNDEBUG. We have just begun work on some major enhancements to the library. So issues like this will come up from time to time in CVSHEAD for the next couple of months. You can either fall back to the previous versi

Re: [sqlite] php: src/auth.c:128: sqliteAuthRead: Assertion `pStack!=0' failed.

2004-11-02 Thread Per Jessen
Per Jessen wrote: > D. Richard Hipp wrote: > >> This is probably the same as ticket #896 which is fixed in the CVS tree. >> See: > > FYI, I tried building from CVS - btree.c doesn't compile with -DNDEBUG. > And when I edited the Makefile.in to remove -DNDEBUG, I ended up with: Did another check

Re: [sqlite] php: src/auth.c:128: sqliteAuthRead: Assertion `pStack!=0' failed.

2004-11-02 Thread Per Jessen
D. Richard Hipp wrote: > This is probably the same as ticket #896 which is fixed in the CVS tree. > See: FYI, I tried building from CVS - btree.c doesn't compile with -DNDEBUG. And when I edited the Makefile.in to remove -DNDEBUG, I ended up with: ./libtool --mode=link gcc -g -O2 -DOS_UNIX=1 -D

Re: [sqlite] php: src/auth.c:128: sqliteAuthRead: Assertion `pStack!=0' failed.

2004-11-01 Thread D. Richard Hipp
Per Jessen wrote: I'm running a small php-script in command-line mode - initially everything goes fine until a table in the db reaches around 8700 rows, then I see the assert failing. This is 2.8.15, which I'm using with PHP4.3.8/SQLite-1.0.3. I don't believe I'm doing anything overly complicate

[sqlite] php: src/auth.c:128: sqliteAuthRead: Assertion `pStack!=0' failed.

2004-11-01 Thread Per Jessen
I'm running a small php-script in command-line mode - initially everything goes fine until a table in the db reaches around 8700 rows, then I see the assert failing. This is 2.8.15, which I'm using with PHP4.3.8/SQLite-1.0.3. I don't believe I'm doing anything overly complicated - lots of insert