[Bug 59602] Re: seahorse-daemon crashes on any attempt to use ssh

2010-09-15 Thread Bug Watch Updater
** Changed in: seahorse Importance: Unknown = Medium -- seahorse-daemon crashes on any attempt to use ssh https://bugs.launchpad.net/bugs/59602 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 59602] Re: seahorse-daemon crashes on any attempt to use ssh

2006-09-21 Thread Sebastian Dröge
Fixed with 0.9.5-1ubuntu2 ** Changed in: seahorse (Ubuntu) Status: Unconfirmed = Fix Released -- seahorse-daemon crashes on any attempt to use ssh https://launchpad.net/bugs/59602 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 59602] Re: seahorse-daemon crashes on any attempt to use ssh

2006-09-19 Thread Bug Watch Updater
** Changed in: seahorse (upstream) Status: Unknown = Fix Released -- seahorse-daemon crashes on any attempt to use ssh https://launchpad.net/bugs/59602 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 59602] Re: seahorse-daemon crashes on any attempt to use ssh

2006-09-18 Thread Gustavo Carneiro
** Bug watch added: GNOME Bug Tracker #356528 http://bugzilla.gnome.org/show_bug.cgi?id=356528 ** Also affects: seahorse (upstream) via http://bugzilla.gnome.org/show_bug.cgi?id=356528 Importance: Unknown Status: Unknown -- seahorse-daemon crashes on any attempt to use ssh

[Bug 59602] Re: seahorse-daemon crashes on any attempt to use ssh

2006-09-18 Thread Gustavo Carneiro
If the above comments weren't clear, here's a patch: --- seahorse-0.9.5.orig/agent/seahorse-agent-ssh.c +++ seahorse-0.9.5/agent/seahorse-agent-ssh.c @@ -426,7 +426,6 @@ gsize length; gboolean from_client = FALSE; -memset (msg, 0, sizeof (msg)); if (condition

[Bug 59602] Re: seahorse-daemon crashes on any attempt to use ssh

2006-09-11 Thread Gustavo Carneiro
I have the same problem. Upgrading to seahorse 0.9.4 didn't solve it. It's an AMD64-only problem here as well. -- seahorse-daemon crashes on any attempt to use ssh https://launchpad.net/bugs/59602 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 59602] Re: seahorse-daemon crashes on any attempt to use ssh

2006-09-11 Thread Gustavo Carneiro
Backtrace: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 46998971645760 (LWP 14384)] io_handler (source=0x61cf60, condition=G_IO_IN, cn=0x608380) at seahorse-agent-ssh.c:429 429 memset (msg, 0, sizeof (msg)); (gdb) bt #0 io_handler (source=0x61cf60,

[Bug 59602] Re: seahorse-daemon crashes on any attempt to use ssh

2006-09-11 Thread Gustavo Carneiro
After fixing that bug I have new backtrace: #0 0x2ac331cd847b in *__GI_raise () from /lib/libc.so.6 #1 0x2ac331cd9da0 in *__GI_abort () from /lib/libc.so.6 #2 0x2ac331a27e50 in g_logv () from /usr/lib64/libglib-2.0.so.0 #3 0x2ac331a27ed3 in g_log () from

[Bug 59602] Re: seahorse-daemon crashes on any attempt to use ssh

2006-09-11 Thread Gustavo Carneiro
The previous backtrace was caused by having a gpg-agent running at the same time as seahorse-daemon. Removing the gpg-agent package fixed the problem, and now the searhorse ssh agent function works. -- seahorse-daemon crashes on any attempt to use ssh https://launchpad.net/bugs/59602 --