Comment 15 for bug 366471

Revision history for this message
Sebastien Bacher (seb128) wrote :

the way to get a stacktrace is either to use apport or gdb this way
- start evolution on the email component
- gdb --pid `pidof evolution-data-server`
(gdb) continue
- switch evolution to the calendar
- the gdb prompt will be stopped on the e-d-s crash
(gdb) backtrace