After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 464051 - gnome-keyring-ask crashed with SIGSEGV
gnome-keyring-ask crashed with SIGSEGV
Status: RESOLVED FIXED
Product: gnome-keyring
Classification: Core
Component: prompting
2.19.x
Other Linux
: Normal critical
: ---
Assigned To: GNOME keyring maintainer(s)
GNOME keyring maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2007-08-06 15:39 UTC by Sebastien Bacher
Modified: 2007-08-06 15:59 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description Sebastien Bacher 2007-08-06 15:39:09 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
...
  • #0 main
    at gkr-ask-tool.c line 644
  • #1 àø|
    from /lib/tls/i686/cmov/libc.so.6
  • #2 _start

Comment 1 Stef Walter 2007-08-06 15:54:24 UTC
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. 
Comment 2 Sebastien Bacher 2007-08-06 15:59:20 UTC
Thanks for the quick fix