Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 567496 - gnome-extra/cinnamon-control-center-2.8.1: cinnamon-settings crashes with signal 11 when clicking the "Color", "Display" or "Networking" button
Summary: gnome-extra/cinnamon-control-center-2.8.1: cinnamon-settings crashes with sig...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-03 21:01 UTC by PM
Modified: 2016-01-08 14:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
gdb backtrace (file_567496.txt,26.32 KB, text/plain)
2015-12-03 21:02 UTC, PM
Details

Note You need to log in before you can comment on or make changes to this bug.
Description PM 2015-12-03 21:01:43 UTC
For example, when clicking "Display", the following is printed: 

usr/share/cinnamon/cinnamon-settings/bin/capi.py:53: Warning: invalid cast from 'CcDisplayPanel' to '<invalid>'
  return GObject.new(panel_type)
/usr/share/cinnamon/cinnamon-settings/bin/capi.py:53: Warning: instance of invalid non-instantiatable type 'CcDisplayPanel'
  return GObject.new(panel_type)

and then the whole thing crashes with SIGSEGV in cc-display-panel.c:2526. All the other crashes are similar.
Comment 1 PM 2015-12-03 21:02:31 UTC
Created attachment 418518 [details]
gdb backtrace
Comment 2 Pacho Ramos gentoo-dev 2015-12-26 15:01:45 UTC
Please send a bug report with the backtrace to upstream and post the link here to let us track the issue:
https://github.com/linuxmint/cinnamon-control-center/issues
Comment 3 Ian Moone 2016-01-08 03:29:41 UTC
(In reply to PM from comment #0)
> For example, when clicking "Display", the following is printed: 
> 
> usr/share/cinnamon/cinnamon-settings/bin/capi.py:53: Warning: invalid cast
> from 'CcDisplayPanel' to '<invalid>'
>   return GObject.new(panel_type)
> /usr/share/cinnamon/cinnamon-settings/bin/capi.py:53: Warning: instance of
> invalid non-instantiatable type 'CcDisplayPanel'
>   return GObject.new(panel_type)
> 
> and then the whole thing crashes with SIGSEGV in cc-display-panel.c:2526.
> All the other crashes are similar.

I had the same issues, but after upgrading the gnome-extra/
cinnamon to 2.8.6, the cinnamon-control-center is working fine now.