mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-31 11:20:12 +01:00
The NMSettings instance can't be disposed while there is any exported connection. Ideally we should unexport all connections on NMSettings' disposal, but for now leak @self on termination when there are connections alive. This fixes the following bug on shutdown: assertion failed: (c_list_is_empty (&priv->connections_lst_head)) #0 raise () from target:/lib64/libc.so.6 #1 abort () from target:/lib64/libc.so.6 #2 g_assertion_message (domain=0x66cab2 "NetworkManager", file=0x6a5e48 "src/settings/nm-settings.c", line=1929) #3 g_assertion_message_expr () at gtestutils.c:2555 #4 finalize (object=0x1dab170) at src/settings/nm-settings.c:1929 #5 g_object_unref (_object=0x1dab170) at gobject.c:3340 #6 dispose (object=0x1de50b0) at src/nm-manager.c:7139 #7 g_object_unref (_object=0x1de50b0) at gobject.c:3303 #8 _nm_singleton_instance_destroy () at src/nm-core-utils.c:138 #9 _dl_fini () from target:/lib64/ld-linux-x86-64.so.2 #10 __run_exit_handlers () from target:/lib64/libc.so.6 #11 exit () from target:/lib64/libc.so.6 #12 main (argc=<optimized out>, argv=<optimized out>) at src/main.c:460 https://bugzilla.redhat.com/show_bug.cgi?id=1579858 |
||
|---|---|---|
| .. | ||
| plugins | ||
| nm-agent-manager.c | ||
| nm-agent-manager.h | ||
| nm-secret-agent.c | ||
| nm-secret-agent.h | ||
| nm-settings-connection.c | ||
| nm-settings-connection.h | ||
| nm-settings-plugin.c | ||
| nm-settings-plugin.h | ||
| nm-settings.c | ||
| nm-settings.h | ||