Re: [sqlite] Unexplained "disk i/o error", Unix [and 1 more messages]

2010-01-12 Thread Ian Jackson
Nikolaus Rath writes ("Re: [sqlite] Unexplained "disk i/o error", Unix"): > You can try to run the program under strace and check for failed system > calls. This is in principle possible but given that the problem is intermittent it might just make it go away. Also st

Re: [sqlite] Unexplained "disk i/o error", Unix

2010-01-11 Thread P Kishor
On Mon, Jan 11, 2010 at 10:09 AM, Ian Jackson wrote: > I wrote: >> I have recently had an apparently isolated failure of a program making >> some updates to a sqlite database.  The only information I have is >> this error message: >> >>   DBD::SQLite::st execute failed: disk I/O error(10) at dbdim

Re: [sqlite] Unexplained "disk i/o error", Unix

2010-01-11 Thread Nikolaus Rath
Ian Jackson writes: > I wrote: >> I have recently had an apparently isolated failure of a program >> making some updates to a sqlite database. The only information I >> have is this error message: >> >> DBD::SQLite::st execute failed: disk I/O error(10) at dbdimp.c >> line 423 [for Statement "S

Re: [sqlite] Unexplained "disk i/o error", Unix

2010-01-11 Thread Ian Jackson
I wrote: > I have recently had an apparently isolated failure of a program making > some updates to a sqlite database. The only information I have is > this error message: > > DBD::SQLite::st execute failed: disk I/O error(10) at dbdimp.c line 423 > [for Statement "SELECT * FROM sell NATURAL L

[sqlite] Unexplained "disk i/o error", Unix

2010-01-04 Thread Ian Jackson
Summary: * At the very least a documentation change is needed on the subject of the errno value from disk i/o errors. * Ticket #2398 (on the subject of EINTR) should probably be reopened. I have recently had an apparently isolated failure of a program making some updates to a sqlite datab