abrt version: 1.1.14 architecture: i686 Attached file: backtrace cmdline: evolution component: evolution crash_function: g_main_context_check executable: /usr/bin/evolution kernel: 2.6.35.6-48.fc14.i686.PAE package: evolution-2.32.1-1.fc14 rating: 4 reason: Process /usr/bin/evolution was killed by signal 11 (SIGSEGV) release: Fedora release 14 (Laughlin) time: 1291543403 uid: 500 How to reproduce ----- 1.chating on msn 2.have skype working as well. 3.
Created attachment 467608 [details] File: backtrace
Thanks for a bug report. The backtrace seems to suggest that this is some sort of memory corruption, because the crashing thread doesn't show anything useful. Other threads are either in idle or refreshing your MAPI folder. I'm closing this, but if you could try to run evolution under valgrind, then maybe it'll show us something, though evolution is pretty slow when using valgrind, due to all the memory checking. One possible command you can use is: $ G_SLICE=always-malloc valgrind --num-callers=50 evolution &>/tmp/evo.log where the /tmp/evo.log will contain the data captured from valgrind.