I have tried everything I can think of to figure this out. On my wife's computer, when evolution starts, the GUI flashes onto the screen and then segfaults. I have three lines of terminal output:
a...@catherine ~ $ evolution ** (evolution:19607): DEBUG: mailto URL command: evolution %s ** (evolution:19607): DEBUG: mailto URL program: evolution Segmentation fault Nothing shows up in ~/.xsession-errors. Not much shows up in /var/log/messages: catherine X11 # grep evolution /var/log/messages Apr 17 22:25:56 catherine [133453.338825] evolution[24366]: segfault at 36303632 ip b6def622 sp bff36500 error 4 in libcamel-provider-1.2.so.14.0.0[b6dcf000+59000] Apr 18 15:16:38 catherine [194072.967815] Out of memory: kill process 24948 (evolution-data-) score 5641 or a child Apr 18 15:16:38 catherine [194072.967915] Killed process 24948 (evolution-data-) Apr 18 15:16:38 catherine [194073.088093] Out of memory: kill process 24949 (evolution-data-) score 5641 or a child Apr 18 15:16:38 catherine [194073.088192] Killed process 24949 (evolution-data-) Apr 18 15:16:38 catherine [194073.167901] Out of memory: kill process 24976 (evolution-data-) score 5641 or a child Apr 18 15:16:38 catherine [194073.168001] Killed process 24976 (evolution-data-) Apr 20 19:36:18 catherine [382475.210538] evolution[29435]: segfault at 36303632 ip b6de9622 sp bfe2f200 error 4 in libcamel-provider-1.2.so.14.0.0[b6dc9000+59000] Apr 20 19:36:44 catherine [382501.327429] evolution[29489]: segfault at 36303632 ip b6e70622 sp bfeb8030 error 4 in libcamel-provider-1.2.so.14.0.0[b6e50000+59000] Apr 20 19:37:08 catherine [382525.974217] evolution[29514]: segfault at 36303632 ip b6db9622 sp bf7fdc20 error 4 in libcamel-provider-1.2.so.14.0.0[b6d99000+59000] Apr 21 08:22:10 catherine [428428.004756] evolution[19607]: segfault at 36303632 ip b6e3a622 sp bfa81b80 error 4 in libcamel-provider-1.2.so.14.0.0[b6e1a000+59000] She's using: catherine X11 # emerge -pv evolution These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] mail-client/evolution-2.24.5 USE="crypt dbus hal nntp ssl -debug -kerberos -krb4 -ldap -mono -networkmanager -pda -profile" 0 kB Total: 1 package (1 reinstall), Size of downloads: 0 kB The weird thing is that this segfault doesn't happen if I ssh over from my computer and open evolution. I checked her /var/log/Xorg.0.log and there are no errors there. I have completed emerge -e evolution hoping that it would fix the problem, but it didn't. Any advice?