Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 414107 - app-misc/tracker: memory leak in tracker-miner-fs??
Summary: app-misc/tracker: memory leak in tracker-miner-fs??
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: AMD64 Linux
: Normal major (vote)
Assignee: Freedesktop bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-30 13:42 UTC by Tom Li
Modified: 2012-07-29 10:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
result of emerge --info (emerge-info,4.51 KB, text/plain)
2012-04-30 13:42 UTC, Tom Li
Details
result of top (file_414107.txt,733 bytes, text/plain)
2012-04-30 13:44 UTC, Tom Li
Details
result of uname -a (file_414107.txt,145 bytes, text/plain)
2012-04-30 13:46 UTC, Tom Li
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Li 2012-04-30 13:42:44 UTC
Created attachment 310495 [details]
result of emerge --info

I just login into my account with Gnome shell, then free memory is going lower and lower.
After 1 hour, I found tracker-miner-fs eats 3GB of memory.

I'm using ~amd64, and all my packages are latest version.

Is it a Gentoo bug, or a Gnome's bug?
Comment 1 Tom Li 2012-04-30 13:44:42 UTC
Created attachment 310497 [details]
result of top
Comment 2 Tom Li 2012-04-30 13:46:53 UTC
Created attachment 310499 [details]
result of uname -a
Comment 3 Alexandre Rostovtsev (RETIRED) gentoo-dev 2012-05-02 04:31:40 UTC
In all likelihood, there is some file (a huge zip archive, for example) that tracker is taking a lot of memory to mine for metadata.

Try the following:

tracker-control --terminate=miners
gsettings set org.freedesktop.Tracker.Miner.Files verbosity debug
tracker-control --start

and then look at the end of ~/.local/share/tracker/tracker-miner-fs.log when the memory usage blows up again to see what it is doing.

When you are done debugging, don't forget to do

gsettings set org.freedesktop.Tracker.Miner.Files verbosity errors

(otherwise, tracker-miner-fs.log can grow extremely large).
Comment 4 Alexandre Rostovtsev (RETIRED) gentoo-dev 2012-05-02 04:37:46 UTC
Also, please attach the output of emerge --info tracker
Comment 5 Tom Li 2012-05-04 08:43:43 UTC
Okay, I'm starting debuging now.
Comment 6 Gilles Dartiguelongue (RETIRED) gentoo-dev 2012-06-23 11:38:40 UTC
What version of tracker are you running btw ?
Comment 7 Tom Li 2012-06-24 01:07:26 UTC
Sorry. My system crash by a power lose afew days ago. So I reinstall my Gentoo system, this issue never happned again. Please set the status to INVAILD.
Comment 8 Pacho Ramos gentoo-dev 2012-07-29 10:25:37 UTC
(In reply to comment #7)
> Sorry. My system crash by a power lose afew days ago. So I reinstall my
> Gentoo system, this issue never happned again. Please set the status to
> INVAILD.