Displaying 3 results from an estimated 3 matches for "cur_path".
Did you mean:
curl_path
2008 Mar 05
0
Index Searcher Causes GC Memory Error: "irb: double free or corruption"
...ize( object_type, paths )
# Would''ve used this way since it''s simpler and said by author to be faster; but invalid paths
will break this entirely
# self.searcher = Ferret::Search::Searcher.new(Ferret::Index::IndexReader.new(paths) )
self.sub_searchers = []
paths.each do |cur_path|
begin
sub_s = Ferret::Search::Searcher.new(cur_path )
self.sub_searchers << sub_s if sub_s
rescue Exception => index_e
puts "** IndexSearcher.new: #{index_e.message}"
end
end
if self.sub_searchers.size > 0
self.searcher = Ferret::Search::MultiSea...
2008 Oct 15
2
XFS tree quota and samba free space report
greetings,
does anyone know, if it is possible to propagate somehow the XFS
"directory tree quota" status to SMB workstation client free space
report? currently the client sees total free space of share's partition
(instead of tree quota free space). when the tree quota limit is
reached, the write attempts fail, but free space report shows enough
space, so this is confusing. I
2023 Apr 04
5
[RFC PATCH 0/5] fstests specific MAINTAINERS file
I think I might be mad to include that many mailing lists in this patchset...
As I explained in [PATCH 1/5], fstests covers more and more fs testing
thing, so we always get help from fs specific mailing list, due to they
learn about their features and bugs more. Besides that, some folks help
to review patches (relevant with them) more often. So I'd like to bring
in the similar way of