Displaying 7 results from an estimated 7 matches for "fsi_seek_i".
2007 Feb 26
7
Problem with large index file
...hing through this index
also works fine. However whenever I try to get the contents of an
indexed document I get an error when the document number is above
621108:
irb(main):080:0> searcher[621108].load
IOError: IO Error occured at <except.c>:79 in xraise
Error occured in fs_store.c:289 - fsi_seek_i
seeking pos -1206037603: <Invalid argument>
As you can see it is seeking on a negative position. I did a strace on
this with the following results:
_llseek(3, 18446744072766697140, 0xbfc555e0, SEEK_SET) = -1 EINVAL
(Invalid argument)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
writ...
2007 Jan 18
5
corrupt index immediately after rebuild
...usin gferret and I''ve just attempted to build an index that contains
15,968,046 documents. I''ve rebuild the index from scratch, but when I
try to search for some items I get this error:
IOError: IO Error occured at <except.c>:79 in xraise
Error occured in fs_store.c:289 - fsi_seek_i
seeking pos -1284143798: <Invalid argument>
This is happening when I''m trying to look up a document with id
13,677,803. Interestingly, any document after id 12,098,067 seems to
trigger the error.
Any ideas?
Thanks!
-Mike
--
Posted via http://www.ruby-forum.com/.
2013 Apr 16
2
An error occurred while installing jk-ferret (0.11.8.3), and Bundler cannot continue.
...ion type character ''l'' in format
fs_store.c:252:9: warning: format ''%s'' expects type ''char *'', but argument
4 has
type ''long long int''
fs_store.c:252:9: warning: too many arguments for format
fs_store.c: In function ''fsi_seek_i'':
fs_store.c:306:9: warning: unknown conversion type character ''l'' in format
fs_store.c:306:9: warning: format ''%s'' expects type ''char *'', but argument
4 has
type ''long long int''
fs_store.c:306:9: warning: too many a...
2007 Jun 24
4
IO Error when querying on a single field
I''m getting an exception when I query a large index (4GB, ~700K docs)
on a particular field.
For example:
supplier_id:77490
IO Error occured at <except.c>:93 in xraise (IOError)
Error occured in fs_store.c:293 - fsi_seek_i
seeking pos -1515676213: <Invalid argument>
Anecdotally it seems to happen for supplier_ids > 76900.
Here is the field info for that field:
supplier_id:
index: yes
term_vector: :with_position_offsets
store: :yes
I''m running 0.11.4 with Ruby 1.8.4 on Linux. Ha...
2007 Mar 29
2
Nasty looking warnings on Debian Etch AMD64 bit box
...sions. This could take a while...
fs_store.c: In function ?fso_seek_i?:
fs_store.c:238: warning: format ?%lld? expects type ?long long int?, but argument 4 has type ?off_t?
fs_store.c:238: warning: format ?%lld? expects type ?long long int?, but argument 4 has type ?off_t?
fs_store.c: In function ?fsi_seek_i?:
fs_store.c:292: warning: format ?%lld? expects type ?long long int?, but argument 4 has type ?off_t?
fs_store.c:292: warning: format ?%lld? expects type ?long long int?, but argument 4 has type ?off_t?
ferret.c: In function ?object_add2?:
ferret.c:69: warning: cast from pointer to integer of diff...
2013 Apr 16
1
An error occurred while installing jk-ferret (0.11.8.3), and Bundler cannot continue.
...ion type character ''l'' in format
fs_store.c:252:9: warning: format ''%s'' expects type ''char *'', but argument
4 has
type ''long long int''
fs_store.c:252:9: warning: too many arguments for format
fs_store.c: In function ''fsi_seek_i'':
fs_store.c:306:9: warning: unknown conversion type character ''l'' in format
fs_store.c:306:9: warning: format ''%s'' expects type ''char *'', but argument
4 has
type ''long long int''
fs_store.c:306:9: warning: too many a...
2007 May 10
5
Segmentation fault on large index
...b/ruby/gems/1.8/gems/ferret-0.11.4/lib/ferret/index.rb:411:
[BUG] Segmentation fault
ruby 1.8.6 (2007-03-13) [i686-linux]
Aborted
---------------------- before optimizing the index ---------------------
IOError (IO Error occured at <except.c>:93 in xraise
Error occured in fs_store.c:293 - fsi_seek_i
seeking pos -1175113459: <Invalid argument>
):
/usr/local/lib/ruby/gems/1.8/gems/ferret-0.11.4/lib/ferret/index.rb:411:in
`[]''
/usr/local/lib/ruby/gems/1.8/gems/ferret-0.11.4/lib/ferret/index.rb:411:in
`[]''
/usr/local/lib/ruby/1.8/monitor.rb:238:in `sync...