You might consider testing with SQLITE_DEBUG defined to see if something failed before that point.
--- Mark Brown <[EMAIL PROTECTED]> wrote: > FWIW, we don't have auto-vaccuum enabled, unless that is a default setting. > > My diagnostic information for when the situation happened (which is very > random) was: > > Called: > rc = ftruncate(((unixFile*)id)->h, (off_t)nByte); > > Values: > rc = 0 > (off_t)nByte = 44032 > nByte = 4317821136 <-- I haven't been able to figure out why this is... > errno = EINVAL > > After error, I called: > rc = fstat(((unixFile*)id)->h, &buf); > > Values: > buf.st_size = 25600 > > HTH, > Mark ____________________________________________________________________________________ Get easy, one-click access to your favorites. Make Yahoo! your homepage. http://www.yahoo.com/r/hs ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------