Displaying 1 result from an estimated 1 matches for "90error".
Did you mean:
0error
2007 Feb 26
7
Problem with large index file
..."..., 43IO Error occured at
<except.c>:79 in xraise) = 43
write(2, " (", 2 () = 2
write(2, "IOError", 7IOError) = 7
write(2, ")\n", 2)
) = 2
write(2, "Error occured in fs_store.c:289 "..., 90Error occured in
fs_store.c:289 - fsi_seek_i
seeking pos -942854476: <Invalid argument>
The lseek() on 18446744072766697140 is over the maximum of long. That''s
why lseek is probably giving this error.
How can I fix this?
--
Posted via http://www.ruby-forum.com/.