Re: [sqlite] SIGBUS errors with WAL mode and multiple simultaneous updating clients

2019-12-02 Thread Richard Hipp
On 12/2/19, avinash.jha2493 wrote: > Was this resolved? What what resolved? There are no known issues in SQLite's WAL mode. In fact, there are no known segfault issues with SQLite. Perhaps there is a problem with tensorflow, but we don't have anything to do with that - you will need to

Re: [sqlite] SIGBUS errors with WAL mode and multiple simultaneous updating clients

2019-12-02 Thread avinash.jha2493
Was this resolved? -- Sent from: http://sqlite.1065341.n5.nabble.com/ ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

[sqlite] SIGBUS errors with WAL mode and multiple simultaneous updating clients

2011-09-07 Thread Brodie Thiesfield
Hi, I seeing some SIGBUS faults during startup in the debug version of my app, but only when running under valgrind, and only for some clients. The faults appear to be occurring around the same location in the sqlite WAL code. If I disable WAL then there are no faults. If I don't run it under