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 651049 - Newer libgnome-keyring crashes nm-connection-editor
Newer libgnome-keyring crashes nm-connection-editor
Status: RESOLVED DUPLICATE of bug 650840
Product: libgnome-keyring
Classification: Core
Component: General
3.0.x
Other Linux
: Normal blocker
: ---
Assigned To: GNOME keyring maintainer(s)
GNOME keyring maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-05-25 10:25 UTC by Maciej (Matthew) Piechotka
Modified: 2019-02-22 11:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Maciej (Matthew) Piechotka 2011-05-25 10:25:31 UTC
After update of libgnome-keyring to 3.0.2 nm-connection-editor started crashing when I try to edit VPN connection:

Starting program: /usr/bin/nm-connection-editor 
[Thread debugging using libthread_db enabled]

Program received signal SIGABRT, Aborted.
0x00007ffff56898e5 in raise (sig=6)
    at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
64	../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
	in ../nptl/sysdeps/unix/sysv/linux/raise.c

Thread 1 (Thread 0x7ffff7fa4900 (LWP 2807))

  • #0 raise
    at ../nptl/sysdeps/unix/sysv/linux/raise.c line 64
  • #1 abort
    at abort.c line 92
  • #2 __libc_message
    at ../sysdeps/unix/sysv/linux/libc_fatal.c line 186
  • #3 malloc_printerr
  • #4 gnome_keyring_attribute_list_free
    at gnome-keyring-utils.c line 317
  • #5 gnome_keyring_find_itemsv_sync
    at gnome-keyring.c line 2523
  • #6 keyring_helpers_lookup_secret
    at keyring-helpers.c line 45
  • #7 fill_password
    at nm-pptp.c line 255
  • #8 fill_vpn_passwords
    at nm-pptp.c line 277
  • #9 init_plugin_ui
    at nm-pptp.c line 340
  • #10 nm_vpn_plugin_ui_widget_interface_new
    at nm-pptp.c line 517
  • #11 ui_factory
    at nm-pptp.c line 685
  • #12 finish_setup
    at page-vpn.c line 73
  • #13 g_closure_invoke
    at gclosure.c line 767
  • #14 signal_emit_unlocked_R
    at gsignal.c line 3252
  • #15 g_signal_emit_valist
    at gsignal.c line 2983
  • #16 g_signal_emit
    at gsignal.c line 3040
  • #17 ce_page_complete_init
    at ce-page.c line 288
  • #18 get_secrets_cb
    at nm-connection-editor.c line 579
  • #19 get_secrets_cb
    at nm-connection-editor.c line 560
  • #20 get_secrets_cb
    at nm-remote-connection.c line 192
  • #21 org_freedesktop_NetworkManager_Settings_Connection_get_secrets_async_callback
    at nm-settings-connection-bindings.h line 156
  • #22 complete_pending_call_and_unlock
    at /var/tmp/paludis/sys-apps-dbus-1.4.8-r1/work/dbus-1.4.8/dbus/dbus-connection.c line 2308
  • #23 dbus_connection_dispatch
    at /var/tmp/paludis/sys-apps-dbus-1.4.8-r1/work/dbus-1.4.8/dbus/dbus-connection.c line 4593
  • #24 message_queue_dispatch
    at /var/tmp/paludis/dev-libs-dbus-glib-0.92/work/dbus-glib-0.92/dbus/dbus-gmain.c line 101
  • #25 g_main_dispatch
    at gmain.c line 2440
  • #26 g_main_context_dispatch
    at gmain.c line 3013
  • #27 g_main_context_iterate
    at gmain.c line 3091
  • #28 g_main_loop_run
    at gmain.c line 3299
  • #29 main
    at main.c line 391

	Inferior 1 [process 2807] will be killed.

Quit anyway? (y or n)
Comment 1 Stef Walter 2011-05-28 17:38:19 UTC

*** This bug has been marked as a duplicate of bug 650840 ***