Hi, On Sat, 2007-01-13 at 09:56 -0500, Brian J. Murrell wrote: > which is beagled hitting my 600000KB ulimit, which I have to have in > place for beagled or it will consume all available (out of 2G) of my VM)
Indeed, because of these latter exceptions. > begled exceptions log appears to be comprised to this one over and over > again: > > 20070111 11:56:06.3661 15842 Beagle WARN EX: Caught exception in DoTaskReal > 20070111 11:56:06.3661 15842 Beagle WARN EX: Tag: > /home/brian/.evolution/mail/imap/[EMAIL > PROTECTED]/folders/INBOX/subfolders/backup/summary > 20070111 11:56:06.3661 15842 Beagle WARN EX: Creator: > /home/brian/.evolution/mail/imap/[EMAIL > PROTECTED]/folders/INBOX/subfolders/backup/summary > 20070111 11:56:06.3661 15842 Beagle WARN EX: Description: > /home/brian/.evolution/mail/imap/[EMAIL > PROTECTED]/folders/INBOX/subfolders/backup/summary > 20070111 11:56:06.3661 15842 Beagle WARN EX: Priority: > /home/brian/.evolution/mail/imap/[EMAIL > PROTECTED]/folders/INBOX/subfolders/backup/summary () > 20070111 11:56:06.3661 15842 Beagle WARN EX: System.IO.IOException: Sharing > violation on path > /home/brian/.beagle/Indexes/EvolutionMailIndex/status-5-INBOX-backup Can you use lsof to find out if there is another application (ie, beagle instance) is holding open that file? I would expect such a sharing violation to only happen if something else was writing to that file while we tried to read from it. > The above appears to be, by leaps and bounds, the only exception I see, > but it repeats over and over and over again. Yeah, a sharing violation is (supposed to be) a temporary situation, so it retries the task. Joe _______________________________________________ Dashboard-hackers mailing list [email protected] http://mail.gnome.org/mailman/listinfo/dashboard-hackers
