Ian Jackson <[email protected]> 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 "SELECT * FROM sell NATURAL LEFT JOIN
>> commods WHERE commodname IS NULL"] at CommodsDatabase.pm line 158.
>> PROCESSING FAILED
>
> This has just happened again, twice, recently. What additional
> instrumentation should I apply to my system to find out the cause ?

You can try to run the program under strace and check for failed system
calls. 


Best,

   -Nikolaus

-- 
 »Time flies like an arrow, fruit flies like a Banana.«

  PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6  02CF A9AD B7F8 AE4E 425C

_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to