-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

[EMAIL PROTECTED] wrote:
> http://www.sqlite.org/cvstrac/tktview?tn=2154 and
> http://www.sqlite.org/cvstrac/chngview?cn=3576
> 
> Version 3.3.10 is nigh upon us.  Prior to then, I appreciate any 
> testing you can do with the latest code out of CVS.

That fixes the problem I reported.  I am seeing a second problem when
using virtual tables and an in the process of making some test code.
This is the rough outline:

sqlite3_prepare_v2("create virtual table xyzzz using testmod1")
vtabCreate returns an error
sqlite3_reset(stmt)
sqlite3_clear_bindings(stmt)
sqlite3_step(stmt) // run it again

I don't get a crash if I make a new stmt, only if I reuse one.  valgrind
report using CVS code current at time of posting.

==11611== Invalid read of size 8
==11611==    at 0x6458550: sqlite3VtabCallCreate (vtab.c:409)
==11611==    by 0x647D639: sqlite3VdbeExec (vdbe.c:4559)
==11611==    by 0x644F7BA: sqlite3_step (vdbeapi.c:236)

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFou+9mOOfHg372QQRAqqHAJ0XqL+1EyYXcXGIF7dhYgvDJP5+wwCgzXjr
Ip1OMQJXHNE/jc389/ja5QI=
=1QbK
-----END PGP SIGNATURE-----

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to