GNOME Bugzilla – Bug 569742
crash in Evolution Mail and Calendar: I'd just updated from sv...
Last modified: 2009-01-30 19:04:02 UTC
Version: 2.26.x What were you doing when the application crashed? I'd just updated from svn/trunk. Ran evolution --force-shutdown and then restarted evolution. The gui didn't even popup before getting bug buddy. Distribution: Slackware Slackware 12.1.0 Gnome Release: 2.25.1 2008-12-08 (GARNOME) BugBuddy Version: 2.24.0 System: Linux 2.6.28.2 #25 SMP PREEMPT Mon Jan 26 17:18:12 EST 2009 i686 X Vendor: The X.Org Foundation X Vendor Release: 10402000 Selinux: No Accessibility: Disabled GTK+ Theme: Clearlooks Icon Theme: gnome Memory status: size: 115044352 vsize: 115044352 resident: 26099712 share: 18833408 rss: 26099712 rss_rlim: 18446744073709551615 CPU usage: start_time: 1233267402 rtime: 132 utime: 124 stime: 8 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/opt/gnome/bin/evolution' [Thread debugging using libthread_db enabled] [New Thread 0xb64db6c0 (LWP 9295)] [New Thread 0xb5d09b90 (LWP 9304)] 0xb71802a1 in waitpid () from /lib/libpthread.so.0
+ Trace 212000
Thread 1 (Thread 0xb64db6c0 (LWP 9295))
----------- .xsession-errors (353459755 sec old) --------------------- iceauth: creating new authority file /home/ronis/.ICEauthority --------------------------------------------------
Mcrha, our first one on the vfs.
Created attachment 127534 [details] test patch for evolution-data-server; Hi Dave, very strange, I cannot reproduce this even with 3.6.10 of Sqlite. I suspect some earlier thread overlapping in time of initialization of global variables. Can you try with this, please? Thanks in advance. In case it'll not help, please ping me on IRC when you'll have time to debug this more, as I said, I do not see it on my machine.
Created attachment 127564 [details] [review] very very very safe way for evolution-data-server;
Comment on attachment 127564 [details] [review] very very very safe way <srag> mcrha, + g_return_if_fail (old_vfs != NULL); <srag> + return; <srag> mcrha, it seems not nice
COmmit it to stable/trunk once done.
Committed to trunk. Committed revision 10010. Committed to gnome-2-24. Committed revision 10011. Thanks David for help with testing.