[Bug 57433] Re: [Edgy] seahorse crashed at startup (segmentation fault)

2010-09-16 Thread Bug Watch Updater
** Changed in: seahorse Importance: Unknown => Critical -- [Edgy] seahorse crashed at startup (segmentation fault) https://bugs.launchpad.net/bugs/57433 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubun

[Bug 57433] Re: [Edgy] seahorse crashed at startup (segmentation fault)

2009-10-31 Thread Earl Russell
This still happens in Karmic with Seahorse 2.28.1. If I move ~./ssh Seahorse will start. $ seahorse ** Message: init gpgme version 1.1.8 (seahorse:7813): GLib-CRITICAL **: g_base64_decode: assertion `input_length > 1' failed Segmentation fault (core dumped) -- [Edgy] seahorse crashed at startu

[Bug 57433] Re: [Edgy] seahorse crashed at startup (segmentation fault)

2006-08-29 Thread Bug Watch Updater
** Changed in: seahorse (upstream) Status: Confirmed => Fix Released -- [Edgy] seahorse crashed at startup (segmentation fault) https://launchpad.net/bugs/57433 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 57433] Re: [Edgy] seahorse crashed at startup (segmentation fault)

2006-08-28 Thread Sebastian Dröge
Should be fixed with 0.9.3-0ubuntu2 which was uploaded some seconds ago. I'm not sure whether this patch is completely correct but at least it works until upstream responds :) ** Changed in: seahorse (Ubuntu) Status: In Progress => Fix Released -- [Edgy] seahorse crashed at startup (segme

[Bug 57433] Re: [Edgy] seahorse crashed at startup (segmentation fault)

2006-08-28 Thread Michael Bienia
I tried the patch (remove the static declaration) on seahorse 0.9.3-0ubuntu1 and seahorse still segfaults: (gdb) bt full #0 0x0044944c in seahorse_ssh_key_get_cannonical_id ( id=) at seahorse-ssh-key.c:387 p = (gchar *) 0x5f15db "30:7f:30" hex = (gchar *) 0x5f15d0 "ope

[Bug 57433] Re: [Edgy] seahorse crashed at startup (segmentation fault)

2006-08-28 Thread Bug Watch Updater
** Changed in: seahorse (upstream) Status: Unknown => Confirmed -- [Edgy] seahorse crashed at startup (segmentation fault) https://launchpad.net/bugs/57433 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 57433] Re: [Edgy] seahorse crashed at startup (segmentation fault)

2006-08-27 Thread Sebastian Dröge
Michael, could you try the patch at the upstream bugreport (comment #9) on a plain seahorse 0.9.3? I don't have access to an amd64 right now... http://bugzilla.gnome.org/show_bug.cgi?id=352808 -- [Edgy] seahorse crashed at startup (segmentation fault) https://launchpad.net/bugs/57433 -- ubuntu

[Bug 57433] Re: [Edgy] seahorse crashed at startup (segmentation fault)

2006-08-27 Thread Sebastian Dröge
Ok, I'll debug it further tomorrow and if I don't find the reason I'll upload with your patch for now :) -- [Edgy] seahorse crashed at startup (segmentation fault) https://launchpad.net/bugs/57433 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo

[Bug 57433] Re: [Edgy] seahorse crashed at startup (segmentation fault)

2006-08-27 Thread Michael Bienia
I didn't send the patch upstream yet. I don't understand why the patch helps. But when I install 0.9.3-0ubuntu1 again seahorse segfaults. I also built seahorse several times locally (with and without optimisations) to find the problem but all segfaulted also. Only the builds containing the patch

[Bug 57433] Re: [Edgy] seahorse crashed at startup (segmentation fault)

2006-08-27 Thread Sebastian Dröge
** Bug watch removed: GNOME Bug Tracker #353153 http://bugzilla.gnome.org/show_bug.cgi?id=353153 ** Bug watch added: GNOME Bug Tracker #352808 http://bugzilla.gnome.org/show_bug.cgi?id=352808 -- [Edgy] seahorse crashed at startup (segmentation fault) https://launchpad.net/bugs/57433 -- u

[Bug 57433] Re: [Edgy] seahorse crashed at startup (segmentation fault)

2006-08-27 Thread Sebastian Dröge
Ok, filed an upstream bug here: http://bugzilla.gnome.org/show_bug.cgi?id=353153 I don't see how your patch changes anything... does it really work for you with that patch and can you explain why this fixes the bug? -- [Edgy] seahorse crashed at startup (segmentation fault) https://launchpad.net

[Bug 57433] Re: [Edgy] seahorse crashed at startup (segmentation fault)

2006-08-27 Thread Sebastian Dröge
** Bug watch added: GNOME Bug Tracker #353153 http://bugzilla.gnome.org/show_bug.cgi?id=353153 ** Also affects: seahorse (upstream) via http://bugzilla.gnome.org/show_bug.cgi?id=353153 Importance: Unknown Status: Unknown -- [Edgy] seahorse crashed at startup (segmentation fault)

[Bug 57433] Re: [Edgy] seahorse crashed at startup (segmentation fault)

2006-08-27 Thread Sebastian Dröge
Thanks, I'll take care of this :) Is this patch upstream already? ** Changed in: seahorse (Ubuntu) Status: Confirmed => In Progress ** Changed in: seahorse (Ubuntu) Assignee: (unassigned) => Sebastian Dröge -- [Edgy] seahorse crashed at startup (segmentation fault) https://launchpad

[Bug 57433] Re: [Edgy] seahorse crashed at startup (segmentation fault)

2006-08-27 Thread Michael Bienia
And here is a debdiff containing this patch. -- [Edgy] seahorse crashed at startup (segmentation fault) https://launchpad.net/bugs/57433 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 57433] Re: [Edgy] seahorse crashed at startup (segmentation fault)

2006-08-27 Thread Michael Bienia
Here is a patch: --- seahorse-0.9.3/libseahorse/seahorse-ssh-key.c 2006-08-24 22:13:08.0 +0200 +++ seahorse-0.9.3.patched/libseahorse/seahorse-ssh-key.c 2006-08-28 00:39:39.0 +0200 @@ -384,11 +384,11 @@ seahorse_ssh_key_get_cannonical_id (cons /* Strip out all no

[Bug 57433] Re: [Edgy] seahorse crashed at startup (segmentation fault)

2006-08-25 Thread Christian Dröge
I have the same problem here on my amd64 with 0.9.3-0ubuntu1. Moving ~/.ssh/ to a new location fixes the problem. Here a backtrace from a debug build: GNU gdb 6.4.90-debian Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you a