GNU gdb 6.8-debian Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu"... (gdb) handle SIG33 pass nostop noprint Signal Stop Print Pass to program Description SIG33 No No Yes Real-time event 33 (gdb) set pagination 0 (gdb) run Starting program: /usr/bin/nm-connection-editor [Thread debugging using libthread_db enabled] [New Thread 0x7fc8a2b727d0 (LWP 4797)] GLib-CRITICAL **: g_hash_table_foreach: assertion `hash_table != NULL' failed aborting... Program received signal SIGABRT, Aborted. [Switching to Thread 0x7fc8a2b727d0 (LWP 4797)] 0x00007fc89ccfdfb5 in raise () from /lib/libc.so.6 (gdb) backtrace full #0 0x00007fc89ccfdfb5 in raise () from /lib/libc.so.6 No symbol table info available. #1 0x00007fc89ccffbc3 in abort () from /lib/libc.so.6 No symbol table info available. #2 0x00007fc89d29d42e in IA__g_logv (log_domain=0x7fc89d2cb586 "GLib", log_level=G_LOG_LEVEL_CRITICAL, format=0x7fc89d2d3d2d "%s: assertion `%s' failed", args1=0x7fffaaba8b20) at /build/buildd/glib2.0-2.20.1/glib/gmessages.c:506 depth = domain = (GLogDomain *) 0x20e7000 data = (gpointer) 0x0 log_func = (GLogFunc) 0x7fc89d29cb40 domain_fatal_mask = 5 test_level = G_LOG_FLAG_FATAL was_recursion = 0 i = #3 0x00007fc89d29d4c3 in IA__g_log (log_domain=0x12bd
, log_level=4797, format=0x6
) at /build/buildd/glib2.0-2.20.1/glib/gmessages.c:526 args = {{gp_offset = 24, fp_offset = 48, overflow_arg_area = 0x7fffaaba8c00, reg_save_area = 0x7fffaaba8b40}} #4 0x00000000004164e4 in add_connection_tab (self=0x1e23030, def_type=0x0, connection_types=0x1e89b70, pixbuf=, prefix=0x4419a6 "vpn", label_text=, is_vpn=1) at nm-connection-list.c:1932 child = (GtkWidget *) 0x1e3ac60 hbox = notebook = (GtkWidget *) 0x1e4b000 treeview = (GtkTreeView *) 0x1e569a0 iter = #5 0x0000000000418839 in nm_connection_list_new (def_type=0x0) at nm-connection-list.c:2013 list = (NMConnectionList *) 0x1e23030 dbus_connection = error = (GError *) 0x0 __func__ = "nm_connection_list_new" #6 0x0000000000419080 in main (argc=1, argv=0x7fffaaba9038) at main.c:259 opt_ctx = (GOptionContext *) 0x0 error = (GError *) 0x0 list = bus = type = 0x0 service = proxy = entries = {{long_name = 0x43dc5a "type", short_name = 0 '\0', flags = 0, arg = G_OPTION_ARG_STRING, arg_data = 0x7fffaaba8f18, description = 0x43e568 "Type of connection to show at launch", arg_description = 0x43d206 "802-3-ethernet"}, {long_name = 0x0, short_name = 0 '\0', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x0, description = 0x0, arg_description = 0x0}} (gdb) info registers rax 0x0 0 rbx 0x20e7000 34500608 rcx 0xffffffffffffffff -1 rdx 0x6 6 rsi 0x12bd 4797 rdi 0x12bd 4797 rbp 0xa 0xa rsp 0x7fffaaba8528 0x7fffaaba8528 r8 0x20e7000 34500608 r9 0x1 1 r10 0x8 8 r11 0x206 518 r12 0x3 3 r13 0x2 2 r14 0x5 5 r15 0x8 8 rip 0x7fc89ccfdfb5 0x7fc89ccfdfb5 eflags 0x206 [ PF IF ] cs 0x33 51 ss 0x2b 43 ds 0x0 0 es 0x0 0 fs 0x0 0 gs 0x0 0 fctrl 0x37f 895 fstat 0x0 0 ftag 0xffff 65535 fiseg 0x0 0 fioff 0x0 0 foseg 0x0 0 fooff 0x0 0 fop 0x0 0 mxcsr 0x1fa0 [ PE IM DM ZM OM UM PM ] (gdb) thread apply all backtrace Thread 1 (Thread 0x7fc8a2b727d0 (LWP 4797)): #0 0x00007fc89ccfdfb5 in raise () from /lib/libc.so.6 #1 0x00007fc89ccffbc3 in abort () from /lib/libc.so.6 #2 0x00007fc89d29d42e in IA__g_logv (log_domain=0x7fc89d2cb586 "GLib", log_level=G_LOG_LEVEL_CRITICAL, format=0x7fc89d2d3d2d "%s: assertion `%s' failed", args1=0x7fffaaba8b20) at /build/buildd/glib2.0-2.20.1/glib/gmessages.c:506 #3 0x00007fc89d29d4c3 in IA__g_log (log_domain=0x12bd
, log_level=4797, format=0x6
) at /build/buildd/glib2.0-2.20.1/glib/gmessages.c:526 #4 0x00000000004164e4 in add_connection_tab (self=0x1e23030, def_type=0x0, connection_types=0x1e89b70, pixbuf=, prefix=0x4419a6 "vpn", label_text=, is_vpn=1) at nm-connection-list.c:1932 #5 0x0000000000418839 in nm_connection_list_new (def_type=0x0) at nm-connection-list.c:2013 #6 0x0000000000419080 in main (argc=1, argv=0x7fffaaba9038) at main.c:259 (gdb) quit The program is running. Exit anyway? (y or n)