Comment 10 for bug 1169694

Revision history for this message
Peter Clifton (pcjc2) wrote :

Try starting evolution with:
G_SLICE=debug-blocks evolution

If it crashes out somewhere repeatable, repeat under gdb:
G_SLICE=debug-blocks gdb evolution

Then type "run" (enter), and get a backtrace with "bt" (enter) if it crashes.

I tracked my problem down to the evolution-indicator package plugin, which I crudely "fixed" with:
sudo apt-get remove evolution-indicator