GNOME Bugzilla – Bug 557361
Evolution says 'storing folder' in status bar for a long time
Last modified: 2009-03-03 11:28:11 UTC
Evolution 2.25.1 Evolution completed migration of folders which are on 'On this computer', it shows mails of a folders. But when i clicked on other folder, it always displays 'storing folder' in status bar. I waited for almost an hr but then also it didn't show any mail. Gdb traces of evolution which i have taken during the process with some time intervals Program received signal SIGINT, Interrupt. 0xffffe430 in __kernel_vsyscall () (gdb) t a a bt
+ Trace 208519
It seems it's trying to delete one message in the folder, but isn't able to.
+ Trace 210675
But waiting in sqlite, somehow. See thread 18. I do not know what to do with that. Maybe some changes around bug #558883 would help here to. Maybe not. (I'm thinking about transactions, but I do not know whether srag added there any finally.)
Nothing to blame apart from FSYNC/ext3/*. Fsync(fd) doesn't sync that file, instead takes care of integrity of Entire disk :-) Which takes away everyting. So, for Migration, we moved to in-memory tables. Im working out a solution, like what FF did to overcome my moving to a async-io-vfs for sqlite.
see bug 564204 also
I'm going in with a in-memory sqlite journaling to over come this for now.
shall i mark this a dupe of bug 568332
Thanks for taking the time to report this bug. This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade. *** This bug has been marked as a duplicate of 568332 ***