Comment 1 for bug 38599

Revision history for this message
Gary Coady (garycoady) wrote : Re: Evolution crashes on startup in gdb

Hi David,
thanks for reporting this bug in evolution. The problem actually looks like a problem when an argument is passed to evolution at startup.

When you type "run evolution" in gdb, this passes "evolution" as a parameter to the program - it's the same as running "evolution evolution".

To get past this issue, just type "run" in gdb.