Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 840317

Summary: gnome-extra/cinnamon-settings-daemon: cinnamon-settings segmentation fault (Patch upstream)
Product: Gentoo Linux Reporter: trourance <trourance>
Component: Current packagesAssignee: Matthew Turnbull <sparky>
Status: RESOLVED FIXED    
Severity: normal CC: jstein, proxy-maint, sam
Priority: Normal Keywords: PATCH, PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/25294
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 841614    

Description trourance 2022-04-23 12:38:45 UTC
I'm facing a segmentation fault error when running the following command:

`
$ cinnamon-settings network
Using PAM module (python3-pam)
Could not find wacom module; is the cinnamon-control-center package installed?
/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py:430: DeprecationWarning: Gtk.Window.set_wmclass is deprecated
  self.window.set_wmclass(wm_class, wm_class)

(cinnamon-settings.py:6415): nm-CRITICAL **: 14:29:34.447: ((../NetworkManager-1.32.12/src/libnm-core-impl/nm-setting-vpn.c:220)): assertion '<dropped>' failed

(cinnamon-settings.py:6415): nm-CRITICAL **: 14:29:34.447: ((../NetworkManager-1.32.12/src/libnm-core-impl/nm-setting-vpn.c:220)): assertion '<dropped>' failed
/usr/lib/python3.9/site-packages/gi/overrides/Gtk.py:1680: Warning: invalid unclassed pointer in cast to 'NMACertChooserButton'
  return _Gtk_main(*args, **kwargs)
/usr/lib/python3.9/site-packages/gi/overrides/Gtk.py:1680: Warning: g_type_instance_get_private: assertion 'instance != NULL && instance->g_class != NULL' failed
  return _Gtk_main(*args, **kwargs)
Segmentation fault
`

This is a known and confirmed bug that has been fixed upstream. See https://github.com/linuxmint/cinnamon/issues/10616
Comment 1 trourance 2022-04-23 12:59:39 UTC
$ cinnamon-control-center --version
cinnamon-control-center 5.0.2
Comment 2 Larry the Git Cow gentoo-dev 2022-05-03 03:34:31 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5f06a4b8a63dcb51935678be595fd1b3ae05517

commit a5f06a4b8a63dcb51935678be595fd1b3ae05517
Author:     Matthew S. Turnbull <sparky@bluefang-logic.com>
AuthorDate: 2022-05-03 03:18:24 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-05-03 03:33:46 +0000

    gnome-extra/cinnamon-control-center: Fix libnma dependency
    
    Closes: https://bugs.gentoo.org/840317
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 .../cinnamon-control-center-5.2.1-r1.ebuild        | 105 +++++++++++++++++++++
 .../cinnamon-control-center-5.2.1-fix-libnma.patch |  58 ++++++++++++
 2 files changed, 163 insertions(+)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68c3ea229631afac0edaba83bf887b1f1ecd41e0

commit 68c3ea229631afac0edaba83bf887b1f1ecd41e0
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-05-03 03:34:18 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-05-03 03:34:18 +0000

    gnome-extra/cinnamon-control-center: add link to upstream bug in patch
    
    Bug: https://github.com/linuxmint/cinnamon/issues/10616
    Bug: https://bugs.gentoo.org/840317
    Signed-off-by: Sam James <sam@gentoo.org>

 .../files/cinnamon-control-center-5.2.1-fix-libnma.patch               | 3 +++
 1 file changed, 3 insertions(+)