Specifically, what version / distribution of Python 2 is in use? Python's own release, ActiveState, other?
On Sep 1, 2016 8:27 AM, "Frantz FISCHER" <[email protected]> wrote: > Hello Richard, > > > Thank you for your answer! > > Could you please tell me which details you would require? > > I managed to get a windows mini dump, would that be of any help? > > This is the default sqlite3.dll bundled with python 2.7. Do you require > the python module? the dll itself? > > > Regards, > > Frantz. > > > On 01/09/2016 14:33, Richard Hipp wrote: > >> 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. >> >> > _______________________________________________ > sqlite-users mailing list > [email protected] > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

