On Wed, Apr 23, 2014 at 02:06:33PM -0400, Richard Hipp wrote: > On Wed, Apr 23, 2014 at 12:20 AM, Steve Wills <[email protected]> wrote: > > > Hi, > > > > I encoutered an issue similar to what is mentioned here: > > > > http://sqlite.1065341.n5.nabble.com/I-O-errors-with-WAL-on-ZFS-td68390.html > > > > I was able to solve the problem by simply hacking the configure script to > > set > > HAVE_POSIX_FALLOCATE=0. I can give more detail on my setup and the issue I > > experienced if that helps. > > > > Completely disabling FALLOCATE at run time doesn't seem ideal. The fall > > back > > mentioned sounds better, but I'm afraid I'm not skilled enough to > > implement it. > > Would someone be willing to reconsider this issue? Should I file a bug > > instead? > > > > I think http://www.sqlite.org/src/info/1bbb4be1a25 addresses your problem. > That change is in all 3.8.* versions of SQLite.
I am using 3.8.4.3 and was still seeing issues until I set HAVE_POSIX_FALLOCATE=0 in configure. Steve _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

