After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 441152 - evolution-data-server Uses 100% CPU on disk-full.
evolution-data-server Uses 100% CPU on disk-full.
Status: RESOLVED DUPLICATE of bug 436252
Product: evolution-data-server
Classification: Platform
Component: Calendar
2.28.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2007-05-25 10:31 UTC by Sebastien Bacher
Modified: 2017-08-25 08:56 UTC
See Also:
GNOME target: ---
GNOME version: 2.27/2.28



Description Sebastien Bacher 2007-05-25 10:31:55 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.
..."
Comment 1 Tijmen Ruizendaal 2008-02-06 23:04:51 UTC
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.

Comment 2 Akhil Laddha 2011-02-10 11:51:17 UTC
last update on downstream bug against Evolution 2.28.x

as evolution has been moved to dbus, most of the problems should be solve.
Comment 3 Milan Crha 2017-08-25 08:56:31 UTC
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 ***