| | 1 | # NOTE: Probably overkill for what basically is a stored hash. Alternatives: DBM, sqlite, Stone or Ferret? |
|---|
| | 2 | # FIXME: "IO Error occured at <except.c>:93 in xraise" |
|---|
| | 3 | # >rake index:update --trace 2>&1 >dump |
|---|
| | 4 | # |
|---|
| | 5 | # rake aborted! |
|---|
| | 6 | # IO Error occured at <except.c>:93 in xraise |
|---|
| | 7 | # Error occured in fs_store.c:293 - fsi_seek_i |
|---|
| | 8 | # seeking pos 2303903: <Bad file descriptor> |
|---|
| | 9 | # |
|---|
| | 10 | # /home/ricou/DocumentsFinder/lib/indexing_time.rb:9:in `default' |
|---|
| | 11 | # /home/ricou/DocumentsFinder/lib/core_exts.rb:15:in `join' |
|---|
| | 12 | # /home/ricou/DocumentsFinder/lib/core_exts.rb:15:in `each_with_thread' |
|---|
| | 13 | # /home/ricou/DocumentsFinder/lib/core_exts.rb:15:in `each' |
|---|
| | 14 | # /home/ricou/DocumentsFinder/lib/core_exts.rb:15:in `each_with_thread' |
|---|
| | 15 | # /home/ricou/DocumentsFinder/app/models/indexer.rb:39:in `index_directory_with_multithreads' |
|---|
| | 16 | # /home/ricou/DocumentsFinder/app/models/indexer.rb:20:in `index_every_directory' |
|---|
| | 17 | # /home/ricou/DocumentsFinder/app/models/indexer.rb:19:in `each' |
|---|
| | 18 | # /home/ricou/DocumentsFinder/app/models/indexer.rb:19:in `index_every_directory' |
|---|
| | 19 | # /home/ricou/DocumentsFinder/lib/tasks/index.rake:15 |
|---|
| | 20 | |
|---|