Re: [sqlite] random, infrequent disk I/O errors

2013-02-27 Thread Greg Janée
: [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

Re: [sqlite] random, infrequent disk I/O errors

2013-02-10 Thread Patrik Nilsson
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

Re: [sqlite] random, infrequent disk I/O errors

2013-02-10 Thread Dominique Pellé
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

Re: [sqlite] random, infrequent disk I/O errors

2013-02-10 Thread Simon Slavin
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