> -----Original Message----- > From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users- > boun...@sqlite.org] On Behalf Of Richard Hipp > Sent: 01 September 2014 14:39 > To: General Discussion of SQLite Database > Subject: Re: [sqlite] HELP sqlite3 used in vxworks has someproblem? > > Please try the patch at > http://www.sqlite.org/src/info/b0f6b91f36b503d8ba8d5257bb194f8c1afb483 > 3 and > see if that fixes the problem. >
I think that fixes unixDelete. Running on the vxWorks dosFs disk everything works as before. If I use the host filing system, then I think the delete of the non-existent file works, but it then fails in unixSync followed by a fail in unixDelete os_unix.c:27830: (35) full_fsync(/tgtsvr/testdb.sql-journal) - (1034) Error deleting file /tgtsvr/testdb.sql-journal errno 13 os_unix.c:30167: (13) unlink(/tgtsvr/testdb.sql-journal) - (2570) Error executing statement CREATE TABLE t (id INTEGER PRIMARY KEY ASC) - disk I/O error Error message disk I/O error Regards Andy Ling _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users