Looks like this is because the plugin was linking against libnm-util. In
the new scheme of things, it's not necessary and we should link against
libnm-core anyway (which is already done); doing so now causes
NMSettings initialization to attempt to happen twice.

** Changed in: network-manager (Ubuntu)
       Status: New => In Progress

** Changed in: network-manager (Ubuntu)
   Importance: Undecided => Critical

** Changed in: network-manager (Ubuntu)
     Assignee: (unassigned) => Mathieu Trudel-Lapierre (mathieu-tl)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1499904

Title:
  loads duplicated symbols from NMSettings

Status in network-manager package in Ubuntu:
  In Progress

Bug description:
  When starting NM with the ofono settings plugin enabled:

  Sep 25 17:06:03 demeter NetworkManager[28346]: <info>  Loaded settings plugin 
ifupdown: (C) 2008 Canonical Ltd.  To report bugs please use the NetworkManager 
mailing list. 
(/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-settings-plugin-ifupdown.so)
  Sep 25 17:06:03 demeter NetworkManager[28346]: <info>  Loaded settings plugin 
keyfile: (c) 2007 - 2015 Red Hat, Inc.  To report bugs please use the 
NetworkManager mailing list.
  Sep 25 17:06:03 demeter NetworkManager[28346]: (NetworkManager:28346): 
GLib-GObject-WARNING **: cannot register existing type 'NMSetting'
  Sep 25 17:06:03 demeter NetworkManager[28346]: (NetworkManager:28346): 
GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0' failed
  Sep 25 17:06:03 demeter NetworkManager[28346]: (NetworkManager:28346): 
GLib-GObject-CRITICAL **: g_type_register_static: assertion 'parent_type > 0' 
failed
  Sep 25 17:06:03 demeter NetworkManager[28346]: (NetworkManager:28346): 
libnm-util-CRITICAL **: _nm_register_setting: assertion 'type != 
G_TYPE_INVALID' failed
  Sep 25 17:06:03 demeter NetworkManager[28346]: (NetworkManager:28346): 
GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0' failed

  These errors come from the ofono plugin itself; it then freezes when
  requests are sent, which is expected since it cannot complete
  initialization.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1499904/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to