Group, I sure hope someone else has run across this already and would be willing to share your solution... Our application was working fine interfacing with sqlite (pre sqlite3). Recently we tried to upgrade to a later version of sqlite and tcl/tk. We upgraded to tcl8.4.6, tk8.4.6, and sqlite-3.3.5 and were unable to run a portion of our application because an error occurred in /sqlite/src/hash.c (1.18). A call is made to sqlite3HashInsert, which never returns. The previous version of /sqlite/src/hash.c (1.17) doesn't exhibit this problem. The main differences appear to be in the use of pH->xFree versus sqliteFree. Although there doesn't appear to be any consequences from using the previous version of hash.c at this time, I would prefer to not mix old source with later releases. Has anyone else encountered this same problem and what did you do to solve it? TIA,
Mike Lowder GENERAL DYNAMICS Virginia Beach, VA