GNOME Bugzilla – Bug 441152
evolution-data-server Uses 100% CPU on disk-full.
Last modified: 2017-08-25 08:56:31 UTC
The bug has been opened on https://bugs.launchpad.net/ubuntu/+source/evolution-data-server/+bug/58352 "On disk full, evolution goes mad and uses 100% CPU PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 5135 paul 25 0 67464 8684 5040 R 47.2 1.7 2:48.70 /usr/lib/evolution/evolution-data-server-1.8 --oaf-activate-iid=OAFIID:GNOME_Evolu 5156 paul 15 0 449m 10m 8244 S 47.2 2.1 2:58.24 /usr/lib/evolution/2.8/evolution-alarm-notify --oaf-activate-iid=OAFIID:GNOME_Evol $ strace -p `pidof evolution-data-server-1.8` open("/home/paul/.evolution/calendar/local/system/calendar.ics~", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 47 write(47, "BEGIN:VCALENDAR\nCALSCALE:GREGORI"..., 110) = -1 ENOSPC (No space left on device) close(47) ad-infinitium. ..."
Are you sure this happens with full disks only? Because I have the same problem. And this is my df -h output: /dev/sda5 16G 7.8G 6.9G 53% / varrun 1010M 92K 1010M 1% /var/run varlock 1010M 0 1010M 0% /var/lock udev 1010M 60K 1010M 1% /dev devshm 1010M 60K 1010M 1% /dev/shm lrm 1010M 22M 988M 3% /lib/modules/2.6.24-5-generic/volatile /dev/sda1 1.5G 192M 1.3G 13% /media/sda1 /dev/sda2 46G 27G 20G 57% /media/sda2 /dev/sda7 33G 588M 32G 2% /media/storage evolution-data-server is running 100% on one core here.
last update on downstream bug against Evolution 2.28.x as evolution has been moved to dbus, most of the problems should be solve.
I believe this is bug #436252, thus I mark this as a duplicate of it. *** This bug has been marked as a duplicate of bug 436252 ***