[ubuntu-mono] [Bug 222907] Re: tomboy writes to disk every 10 seconds even when idle

Bug Watch Updater 222907 at bugs.launchpad.net
Thu Sep 16 02:53:22 BST 2010


** Changed in: tomboy
   Importance: Unknown => Medium

-- 
tomboy writes to disk every 10 seconds even when idle
https://bugs.launchpad.net/bugs/222907
You received this bug notification because you are a member of Ubuntu
CLI/Mono Uploaders, which is subscribed to mono in ubuntu.

Status in The Mono .NET development environment: Fix Released
Status in Tomboy: Fix Released
Status in “mono” package in Ubuntu: Fix Released
Status in “tomboy” package in Ubuntu: Fix Released

Bug description:
Binary package hint: tomboy

After upgrading to 8.04, I noticed that something was hitting the disk every 10 seconds. Some diagnosis shows that the files affected are in ~.wapi, and that those files are being used by Tomboy.

$ while true; do find . -mmin -1 -type f -print0 | xargs -0 ls --full-time -ltr; echo; sleep 1; done
-rw------- 1 mukesh mukesh  252905 2008-04-26 22:06:54.000000000 -0700 ./.mozilla/firefox/gudrke3v.default/sessionstore.js
-rw------- 1 mukesh mukesh 3686404 2008-04-26 22:07:31.000000000 -0700 ./.wapi/shared_fileshare-qube-Linux-i686-36-11-0
-rw------- 1 mukesh mukesh 1277960 2008-04-26 22:07:31.000000000 -0700 ./.wapi/shared_data-qube-Linux-i686-312-11-0

[9 seconds of output clipped]

-rw------- 1 mukesh mukesh  252905 2008-04-26 22:06:54.000000000 -0700 ./.mozilla/firefox/gudrke3v.default/sessionstore.js
-rw------- 1 mukesh mukesh 3686404 2008-04-26 22:07:41.000000000 -0700 ./.wapi/shared_fileshare-qube-Linux-i686-36-11-0
-rw------- 1 mukesh mukesh 1277960 2008-04-26 22:07:41.000000000 -0700 ./.wapi/shared_data-qube-Linux-i686-312-11-0

[9 seconds of output clipped]

-rw------- 1 mukesh mukesh  252905 2008-04-26 22:06:54.000000000 -0700 ./.mozilla/firefox/gudrke3v.default/sessionstore.js
-rw------- 1 mukesh mukesh 3686404 2008-04-26 22:07:51.000000000 -0700 ./.wapi/shared_fileshare-qube-Linux-i686-36-11-0
-rw------- 1 mukesh mukesh 1277960 2008-04-26 22:07:51.000000000 -0700 ./.wapi/shared_data-qube-Linux-i686-312-11-0

$ lsof -n | grep wapi
tomboy    12832     mukesh  mem       REG        8,3  3686404 1737315 /home/mukesh/.wapi/shared_fileshare-qube-Linux-i686-36-11-0
tomboy    12832     mukesh  mem       REG        8,3  1277960 1736941 /home/mukesh/.wapi/shared_data-qube-Linux-i686-312-11-0

Note that while I only noticed this in 8.04, I can't say for certain that it didn't exist in 7.10 -- just that I never noticed it before.





More information about the Ubuntu-mono mailing list