: [sqlite] random, infrequent disk I/O errors
Hello,
This letter is a help getting you started to finding your error.
There are many SQLITE_IOERR-errors, for example SQLITE_IOERR_NOMEM
which
means out of memory.
I have noticed in my application that I sometimes get out of memory
when
calling
Hello,
This letter is a help getting you started to finding your error.
There are many SQLITE_IOERR-errors, for example SQLITE_IOERR_NOMEM which
means out of memory.
I have noticed in my application that I sometimes get out of memory when
calling g_string_new() after modifying the whole table, i
Greg Janée wrote:
> Hello, I'm running a web service that uses SQLite that throws a disk I/O
> exception every once in a while, meaning once every few weeks.
...snip...
> Any ideas? Unfortunately, the (standard) Python SQLite wrapper I'm using
> doesn't provide access to any more information (if
On 10 Feb 2013, at 4:28pm, Greg Janée wrote:
> Any ideas? Unfortunately, the (standard) Python SQLite wrapper I'm using
> doesn't provide access to any more information (if there is any to be had).
That would make diagnosis difficult. Please check to see whether you can
enable extended resu
4 matches
Mail list logo