Hello, We are having a random problem with our system that has be puzzled at this point. First a little background. We have an embedded system running an ARM processor and JFFS file system. We are running 3.7.7.1. I e-mailed about a month ago about enabling WAL on our system. Found out that I needed to set SQLITE_SHM_DIRECTORY to our tmpfs file system when compiling as JFFS doesn't support shared mmap files. This has been working fine, however throughout our testing, we have been hitting a problem. It seems that some tables are no longer accessible giving a Disk I/O Error. I logged into the command line interface and replicated the problem. I ran ".log stdout" and here are the results. sqlite> select password from auth; (522) statement aborts at 7: [select password from auth;] Error: disk I/O error
However access to other tables will work without any problems. I searched for how to read the log without success. I am hopeful that someone would be able to tell me what's going on. Korey _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users