#0 nm_device_filter_connections (device=0x0, connections=connections@entry=0x0) at libnm/nm-device.c:2516 [Error: nm-device.c was not found in source tree] #1 0x0000560605968aca in net_device_get_valid_connections (device=0x560607eb4600) at net-device.c:326 321: const GPtrArray *all; 322: GPtrArray *filtered; 323: guint i; 324: 325: all = nm_client_get_connections (net_object_get_client (NET_OBJECT (device))); 326: filtered = nm_device_filter_connections (net_device_get_nm_device (device), all); 327: 328: active_connection = nm_device_get_active_connection (net_device_get_nm_device (device)); 329: active_uuid = active_connection ? nm_active_connection_get_uuid (active_connection) : NULL; 330: 331: valid = NULL; #2 0x000056060596c0b0 in populate_ap_list (device_wifi=device_wifi@entry=0x560607eb4600) at net-device-wifi.c:2075 2070: rows = GTK_SIZE_GROUP (g_object_get_data (G_OBJECT (list), "rows")); 2071: icons = GTK_SIZE_GROUP (g_object_get_data (G_OBJECT (list), "icons")); 2072: 2073: nm_device = net_device_get_nm_device (NET_DEVICE (device_wifi)); 2074: 2075: connections = net_device_get_valid_connections (NET_DEVICE (device_wifi)); 2076: 2077: aps = nm_device_wifi_get_access_points (NM_DEVICE_WIFI (nm_device)); 2078: aps_unique = panel_get_strongest_unique_aps (aps); 2079: active_ap = nm_device_wifi_get_active_access_point (NM_DEVICE_WIFI (nm_device)); 2080: #3 0x000056060596c62f in nm_device_wifi_refresh_ui (device_wifi=device_wifi@entry=0x560607eb4600) at net-device-wifi.c:625 620: 621: panel_set_device_status (priv->builder, "heading_status", nm_device, NULL); 622: 623: /* update list of APs */ 624: show_wifi_list (device_wifi); 625: populate_ap_list (device_wifi); 626: } 627: 628: static void 629: device_wifi_refresh (NetObject *object) 630: { #4 0x000056060596cb9b in get_secrets_cb (source_object=0x560607dfb130, res=, data=0x560607eb4600) at net-device-wifi.c:373 368: 369: nm_connection_update_secrets (NM_CONNECTION (source_object), 370: NM_SETTING_WIRELESS_SECURITY_SETTING_NAME, 371: secrets, NULL); 372: 373: nm_device_wifi_refresh_ui (device_wifi); 374: } 375: 376: static void 377: device_get_hotspot_security_details (NetDeviceWifi *device_wifi, 378: NMDevice *device, #5 0x00007f1110a1f846 in g_simple_async_result_complete (simple=0x560607fabaa0) at ../../../../gio/gsimpleasyncresult.c:801 [Error: gsimpleasyncresult.c was not found in source tree] #6 0x00007f1112c6ad92 in get_secrets_cb (proxy=, result=, user_data=0x560607fabaa0) at libnm/nm-remote-connection.c:456 [Error: nm-remote-connection.c was not found in source tree] #7 0x00007f1110a311a3 in g_task_return_now (task=0x560607f976f0) at ../../../../gio/gtask.c:1145 [Error: gtask.c was not found in source tree] #8 0x00007f1110a31bc6 in g_task_return (task=0x560607f976f0, type=) at ../../../../gio/gtask.c:1203 [Error: gtask.c was not found in source tree] #9 0x00007f1110a7000b in reply_cb (connection=, res=, user_data=0x560607f976f0) at ../../../../gio/gdbusproxy.c:2589 [Error: gdbusproxy.c was not found in source tree] #10 0x00007f1110a311a3 in g_task_return_now (task=0x560607fa8870) at ../../../../gio/gtask.c:1145 [Error: gtask.c was not found in source tree] #11 0x00007f1110a31bc6 in g_task_return (task=0x560607fa8870, type=) at ../../../../gio/gtask.c:1203 [Error: gtask.c was not found in source tree] #12 0x00007f1110a64c72 in g_dbus_connection_call_done (source=, result=0x560607fa8940, user_data=0x560607fa8870) at ../../../../gio/gdbusconnection.c:5722 [Error: gdbusconnection.c was not found in source tree] #13 0x00007f1110a311a3 in g_task_return_now (task=0x560607fa8940) at ../../../../gio/gtask.c:1145 [Error: gtask.c was not found in source tree] #14 0x00007f1110a311d9 in complete_in_idle_cb (task=0x560607fa8940) at ../../../../gio/gtask.c:1159 [Error: gtask.c was not found in source tree] #15 0x00007f1110488de5 in g_main_dispatch (context=0x56060762cf40) at ../../../../glib/gmain.c:3148 [Error: gmain.c was not found in source tree] #16 g_main_context_dispatch (context=context@entry=0x56060762cf40) at ../../../../glib/gmain.c:3813 [Error: gmain.c was not found in source tree] #17 0x00007f11104891b0 in g_main_context_iterate (context=context@entry=0x56060762cf40, block=block@entry=1, dispatch=dispatch@entry=1, self=) at ../../../../glib/gmain.c:3886 [Error: gmain.c was not found in source tree] #18 0x00007f111048923c in g_main_context_iteration (context=context@entry=0x56060762cf40, may_block=may_block@entry=1) at ../../../../glib/gmain.c:3947 [Error: gmain.c was not found in source tree] #19 0x00007f1110a46bed in g_application_run (application=0x5606076776d0, argc=, argv=) at ../../../../gio/gapplication.c:2401 [Error: gapplication.c was not found in source tree] #20 0x0000560605893821 in main (argc=, argv=) at main.c:57 52: #ifdef HAVE_CHEESE 53: cheese_gtk_init (&argc, &argv); 54: #endif /* HAVE_CHEESE */ 55: 56: application = cc_application_new (); 57: status = g_application_run (G_APPLICATION (application), argc, argv); 58: 59: g_object_unref (application); 60: 61: return status; 62: }