Comment 2 for bug 59989

Revision history for this message
Sebastien Bacher (seb128) wrote : Re: Entering incorrect password for Evolution CalDAV calendar crashes keyring-daemon

Thanks for your bug. The crash report has no backtrace. Does it happen every time you enter an icorrect password? Maybe you could get a backtrace using gdb?
- start your session
- gdb -p $(pidof gnome-keyring-daemon)
(gdb) continue
... get the crash
(gdb) thread apply all bt

and copy that to a comment. Having the backtrace with a debug build (https://wiki.ubuntu.com/DebuggingProgramCrash) of gnome-keyring would be better. Let we know if having a debug package to download make that easier for you. What archicture do you use?