On 9/1/16, Frantz FISCHER <[email protected]> wrote: > Using our client Python app for synchronization with a server it crashes > frequently generating c0000005 error and also mentioning sqlite3.dll.
Usually when an application crashes and SQLite is mentioned in the stack trace, that indicates that some other module corrupted the heap and SQLite was the first unlucky module to stumble over the corruption. That said, if you can provide more details, we will look into the matter. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

