Re: [Tracker] tracker using mmap on fuse filesystem.



John M Cooper wrote:
Guys,
I just had a go with the latest cvs of tracker and came across a,
probably unlikely, bug when using it on a fuse mounted filesystem. I
have my home directory mounted using encfs with fuse and so currently
there is no mmap allowed ( I think this is a limitation of fuse in
general)
Trackerd dies when it tries to mmap one of the files in the database and
then goes into a loop segfaulting over and over again. Perhaps it should
check first then drop out with an error?

I have to add that I am not 100% sure this is what the problem is but
moving ~/.Tracker
 off to a normal filesystem did fix it!


tracker does not use mmap (if we did the memory usage would be through the roof!)

qdbm uses mmap a little bit so there's not much we can do in tracker.

FWIW, qdbm seems to have options for mmap (or rather if it cant detect mmap installed it uses an alternate method)

so you will need to experiment with that - but also file bugs against fuse too!

--
Mr Jamie McCracken
http://jamiemcc.livejournal.com/




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]