Re: [sqlite] multi-threaded db access crash or deadlock using C API

2019-11-10 Thread Simon Slavin
On 8 Nov 2019, at 10:02pm, MA LIG wrote: > I've tried other permutations of various flags that go along for > sqlite3_open_v2 , as well as setting pragma read_uncommitted, but can't > seem to get multi-threaded concurrent rapid-fire querying to work at all. Please set a timeout of at least 5000

[sqlite] multi-threaded db access crash or deadlock using C API

2019-11-10 Thread MA LIG
Hi, Am using the API and having trouble (deadlock or crash) with multithreaded access to a read-only sqlite3 file. Any help would be much appreciated. - Running OSX with sqlite3 3.28.0 amalgamation compiled from code. Same issue is occurring when the code is compiled for Windows using mingw