NetworkManager/clients/tui
Jiří Klimeš 1ea95cd374 tui: fix crash when editing DSL connection
Program received signal SIGSEGV, Segmentation fault.
 0x000000000041b3e5 in nmt_page_dsl_constructed (object=0x7fffec0228c0 [NmtPageDsl]) at nmt-page-dsl.c:109
 109		priv->ethernet_page = nmt_page_ethernet_new (conn, nmt_editor_page_device_get_device_entry (NMT_EDITOR_PAGE_DEVICE (dsl)));
 Missing separate debuginfos, use: debuginfo-install libffi-3.0.10-3.fc18.x86_64 newt-0.52.15-1.fc19.x86_64
 (gdb) bt
 #0  0x000000000041b3e5 in nmt_page_dsl_constructed (object=0x7fffec0228c0 [NmtPageDsl]) at nmt-page-dsl.c:109
 #1  0x0000003e9ac161e3 in g_object_newv (object_type=1, object_type@entry=16203872, n_parameters=n_parameters@entry=2, parameters=parameters@entry=0xf74350)
    at gobject.c:1741
 #2  0x0000003e9ac16560 in g_object_new_valist (object_type=object_type@entry=16203872, first_property_name=first_property_name@entry=0x42e524 "connection",
    var_args=var_args@entry=0x7fffffffcef8) at gobject.c:1830
 #3  0x0000003e9ac16894 in g_object_new (object_type=16203872, first_property_name=first_property_name@entry=0x42e524 "connection") at gobject.c:1545
 #4  0x000000000041b504 in nmt_page_dsl_new (conn=<optimized out>, deventry=deventry@entry=0x974690 [NmtDeviceEntry]) at nmt-page-dsl.c:47
 #5  0x000000000041808e in nmt_editor_constructed (object=<optimized out>) at nmt-editor.c:355
 #6  0x0000003e9ac161e3 in g_object_newv (object_type=1, object_type@entry=16174256, n_parameters=n_parameters@entry=4, parameters=parameters@entry=0xf6cec0)
     at gobject.c:1741
 ...
 (gdb) p priv
 $1 = (NmtPageDslPrivate *) 0x0
(cherry picked from commit cf0a87c5e4)
2015-01-07 19:35:22 +01:00
..
newt tui: width and height parameters was swapped, but they are ignored anyway 2014-12-05 09:38:40 +01:00
Makefile.am tui: rework how editor pages work 2014-11-21 09:01:01 -05:00
nm-editor-bindings.c tui: fix unsetting Gateway (rh #1163896) 2014-11-13 11:30:57 -05:00
nm-editor-bindings.h tui: fix gateway editing 2014-11-12 16:04:59 -05:00
nm-editor-utils.c tui: fix generated new connection names 2014-11-11 16:44:27 -05:00
nm-editor-utils.h libnm: merge NMRemoteSettings into NMClient 2014-10-10 12:40:19 -04:00
nmt-address-list.c tui: don't call g_strv_length() on NULL 2014-09-22 12:25:20 +02:00
nmt-address-list.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-connect-connection-list.c tui: refresh the "nmtui connect" list when connections are added/removed 2014-11-19 10:03:57 -05:00
nmt-connect-connection-list.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-device-entry.c tui: rename two classes 2014-11-21 08:58:31 -05:00
nmt-device-entry.h tui: rename two classes 2014-11-21 08:58:31 -05:00
nmt-edit-connection-list.c libnm: change GSList to GPtrArray in libnm methods 2014-10-28 17:17:17 -04:00
nmt-edit-connection-list.h libnm: change GSList to GPtrArray in libnm methods 2014-10-28 17:17:17 -04:00
nmt-editor-grid.c tui: tweak NmtEditorGrid column rules 2014-11-21 09:01:01 -05:00
nmt-editor-grid.h tui: rename two classes 2014-11-21 08:58:31 -05:00
nmt-editor-page-device.c tui: rework how editor pages work 2014-11-21 09:01:01 -05:00
nmt-editor-page-device.h tui: rename two classes 2014-11-21 08:58:31 -05:00
nmt-editor-page.c tui: rework how editor pages work 2014-11-21 09:01:01 -05:00
nmt-editor-page.h tui: rework how editor pages work 2014-11-21 09:01:01 -05:00
nmt-editor-section.c tui: fix a bug that hid the IP method popup (rh #1167710) 2014-11-25 08:19:25 -05:00
nmt-editor-section.h tui: rework how editor pages work 2014-11-21 09:01:01 -05:00
nmt-editor.c tui: fix saving "Available to all users" (rh #1176042) 2015-01-07 18:33:00 +01:00
nmt-editor.h libnm: add NetworkManager.h, disallow including individual headers 2014-08-01 14:34:40 -04:00
nmt-ip-entry.c clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-ip-entry.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-mac-entry.c tui: fix an NmtMacEntry bug introduced when changing hwaddrs to strings 2014-10-02 13:18:26 -04:00
nmt-mac-entry.h libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.h 2014-08-07 14:04:14 -04:00
nmt-mtu-entry.c clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-mtu-entry.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-page-bond.c tui: rework how editor pages work 2014-11-21 09:01:01 -05:00
nmt-page-bond.h tui: rework how editor pages work 2014-11-21 09:01:01 -05:00
nmt-page-bridge-port.c tui: rework how editor pages work 2014-11-21 09:01:01 -05:00
nmt-page-bridge-port.h tui: rework how editor pages work 2014-11-21 09:01:01 -05:00
nmt-page-bridge.c tui: rework how editor pages work 2014-11-21 09:01:01 -05:00
nmt-page-bridge.h tui: rework how editor pages work 2014-11-21 09:01:01 -05:00
nmt-page-dsl.c tui: fix crash when editing DSL connection 2015-01-07 19:35:22 +01:00
nmt-page-dsl.h tui: simplify DSL page handling 2014-11-21 09:01:01 -05:00
nmt-page-ethernet.c tui: rework how editor pages work 2014-11-21 09:01:01 -05:00
nmt-page-ethernet.h tui: rework how editor pages work 2014-11-21 09:01:01 -05:00
nmt-page-infiniband.c tui: rework how editor pages work 2014-11-21 09:01:01 -05:00
nmt-page-infiniband.h tui: rework how editor pages work 2014-11-21 09:01:01 -05:00
nmt-page-ip4.c tui: rework how editor pages work 2014-11-21 09:01:01 -05:00
nmt-page-ip4.h tui: rework how editor pages work 2014-11-21 09:01:01 -05:00
nmt-page-ip6.c tui: rework how editor pages work 2014-11-21 09:01:01 -05:00
nmt-page-ip6.h tui: rework how editor pages work 2014-11-21 09:01:01 -05:00
nmt-page-ppp.c tui: rework how editor pages work 2014-11-21 09:01:01 -05:00
nmt-page-ppp.h tui: rework how editor pages work 2014-11-21 09:01:01 -05:00
nmt-page-team-port.c tui: rework how editor pages work 2014-11-21 09:01:01 -05:00
nmt-page-team-port.h tui: rework how editor pages work 2014-11-21 09:01:01 -05:00
nmt-page-team.c tui: rework how editor pages work 2014-11-21 09:01:01 -05:00
nmt-page-team.h tui: rework how editor pages work 2014-11-21 09:01:01 -05:00
nmt-page-vlan.c tui: rework how editor pages work 2014-11-21 09:01:01 -05:00
nmt-page-vlan.h tui: rework how editor pages work 2014-11-21 09:01:01 -05:00
nmt-page-wifi.c tui: rework how editor pages work 2014-11-21 09:01:01 -05:00
nmt-page-wifi.h tui: rework how editor pages work 2014-11-21 09:01:01 -05:00
nmt-password-dialog.c clients: move secret agent to common directory 2014-11-07 09:32:24 +01:00
nmt-password-dialog.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-password-fields.c tui: fix updating of NmtPasswordFields passwords (bgo #733002) 2014-09-04 09:49:14 -05:00
nmt-password-fields.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-route-editor.c libnm-core: extract NMSettingIPConfig superclass out of IP4, IP6 classes 2014-11-07 07:49:40 -05:00
nmt-route-editor.h libnm: add NetworkManager.h, disallow including individual headers 2014-08-01 14:34:40 -04:00
nmt-route-entry.c libnm-core, all: merge IPv4 and IPv6 address/route types 2014-11-07 07:49:40 -05:00
nmt-route-entry.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-route-table.c libnm-core, all: merge IPv4 and IPv6 address/route types 2014-11-07 07:49:40 -05:00
nmt-route-table.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-slave-list.c libnm-core: drop nm_{setting,connection}_get_virtual_iface_name() 2014-09-04 09:18:43 -04:00
nmt-slave-list.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-utils.c clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-utils.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-widget-list.c all: remove a bunch of unnecessary dbus/dbus-glib includes 2014-09-03 10:45:24 -04:00
nmt-widget-list.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmtui-connect.c libnm: rename NMSecretAgent to NMSecretAgentOld 2014-11-21 12:17:41 -05:00
nmtui-connect.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmtui-edit.c tui: fix deletion of slaves with master (rh #1131574) 2014-12-05 16:16:53 +01:00
nmtui-edit.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmtui-hostname.c libnm: merge NMRemoteSettings into NMClient 2014-10-10 12:40:19 -04:00
nmtui-hostname.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmtui.c libnm: merge NMRemoteSettings into NMClient 2014-10-10 12:40:19 -04:00
nmtui.h libnm: merge NMRemoteSettings into NMClient 2014-10-10 12:40:19 -04:00
vpn-helpers.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
vpn-helpers.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00