GNOME Bugzilla – Bug 464051
gnome-keyring-ask crashed with SIGSEGV
Last modified: 2007-08-06 15:59:20 UTC
The bug has been opened on https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/129294 "Binary package hint: gnome-keyring using nautilus to open ftp site it crashed it has happened 2 time today. ... Package: gnome-keyring 2.19.6-0ubuntu1 ...
+ Trace 153236
The only crash possible on that line seems to be an uninitialized GError. Fixed. 2007-08-06 Stef Walter <stef@memberwebs.com> * ui/gkr-ask-tool.c: Fix possible crash in ask tool from dereferencing a NULL error. Fixes bug #464051 This is probably due to the running gnome-keyring-daemon not having the same version as the gnome-keyring-ask tool.
Thanks for the quick fix