I've got a strange SQLITE_MISUSE result when sqlite3_exec()'ing a "BEGIN TRANSACTION;" directly after successfully opening the database. errmsg contains the path of the database (as given to sqlite3_open()), and attempting to sqlite3_free()'ing it causes a segfault.
My calling environment is a bit particular : Those two functions are called from the same function (also same thread) which is in a dl dynamically loaded using dlopen/dlsym. I use a Fedora 14 patched SQLite 3.6.23.1 If someone has any hint as to how to solve this, please let me know. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users