Re: [sqlite] Fwd: signal 6 during sqlite_step in WAL mode

2014-07-01 Thread Simon Slavin
On 1 Jul 2014, at 2:50pm, Mattan Shalev wrote: > Valgrind only shows " > > Warning: set address range perms: large range [0x7dc88040, 0x8f5d2058) > (undefined)", which is a debug msg for developers. > > > Also, forgot to mention that the reader threads are initiated via

Re: [sqlite] Fwd: signal 6 during sqlite_step in WAL mode

2014-07-01 Thread Mattan Shalev
Valgrind only shows " Warning: set address range perms: large range [0x7dc88040, 0x8f5d2058) (undefined)", which is a debug msg for developers. Also, forgot to mention that the reader threads are initiated via gSoap, though the signal always occur from sqlite. On Tue, Jul 1, 2014 at 11:58 AM,

Re: [sqlite] Fwd: signal 6 during sqlite_step in WAL mode

2014-07-01 Thread Dan Kennedy
On 07/01/2014 12:07 PM, Mattan Shalev wrote: Hey guys, I'm getting signal 6 during sqlite_step in WAL mode. Working on Ubuntu 12.04, sqlite3 3.7.9. One process is the writing continuously, while other process reads from the DB in a multi threaded access. I made sure that sqlite is configured to

Re: [sqlite] Fwd: signal 6 during sqlite_step in WAL mode

2014-07-01 Thread Eduardo Morras
On Tue, 1 Jul 2014 08:07:52 +0300 Mattan Shalev wrote: > Hey guys, > I'm getting signal 6 during sqlite_step in WAL mode. Working on Ubuntu > 12.04, sqlite3 3.7.9. > One process is the writing continuously, while other process reads > from the DB in a multi threaded access.

[sqlite] Fwd: signal 6 during sqlite_step in WAL mode

2014-06-30 Thread Mattan Shalev
Hey guys, I'm getting signal 6 during sqlite_step in WAL mode. Working on Ubuntu 12.04, sqlite3 3.7.9. One process is the writing continuously, while other process reads from the DB in a multi threaded access. I made sure that sqlite is configured to serialised mode. Here is the backtrace: #0