Thanks for reporting this bug and helping to make Ubuntu better.

plugin-manager.cpp:73 is the line that calls delete on the plugins that
ManagerPrivate collects:

72   Q_FOREACH(Plugin *plugin, it.value().values()) {
73       delete plugin;
74   }

Since the stacktrace didn't walk into any plugin's destructors, I wonder
if m_plugins didn't pick up a bad pointer somehow. Malevaniy, was this a
one-time crash or are you able to trigger it again?

** Information type changed from Private to Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1297523

Title:
  system-settings crashed with SIGSEGV in
  SystemSettings::PluginManagerPrivate::clear()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1297523/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to