Gnome-control-center segfault

When running gnome-control-center, I get a segfault:

gnome-control-center                                                                                 127 ✘ 

(gnome-control-center:225179): GLib-CRITICAL **: 20:39:01.559: g_strsplit: assertion 'string != NULL' failed
zsh: segmentation fault (core dumped)  gnome-control-center

From gdb,

Starting program: /usr/bin/gnome-control-center 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0x7fffea508640 (LWP 225283)]
[New Thread 0x7fffe9d07640 (LWP 225284)]

(gnome-control-center:225265): GLib-CRITICAL **: 20:39:16.049: g_strsplit: assertion 'string != NULL' failed

Thread 1 "gnome-control-c" received signal SIGSEGV, Segmentation fault.
0x00007ffff60ebac0 in ____strtoull_l_internal () from /usr/lib/libc.so.6
(gdb) bt
#0  0x00007ffff60ebac0 in ____strtoull_l_internal () at /usr/lib/libc.so.6
#1  0x00007ffff547c54e in  () at /usr/lib/libcogl.so.20
#2  0x00007ffff547c60e in  () at /usr/lib/libcogl.so.20
#3  0x00007ffff547c9e2 in  () at /usr/lib/libcogl.so.20
#4  0x00007ffff547aefa in  () at /usr/lib/libcogl.so.20
#5  0x00007ffff54b8f48 in  () at /usr/lib/libcogl.so.20
#6  0x00007ffff547d17d in cogl_context_new () at /usr/lib/libcogl.so.20
#7  0x00007ffff573bc8f in  () at /usr/lib/libclutter-1.0.so.0
#8  0x00007ffff5755f15 in  () at /usr/lib/libclutter-1.0.so.0
#9  0x00007ffff5767a54 in  () at /usr/lib/libclutter-1.0.so.0
#10 0x00007ffff5767cd8 in  () at /usr/lib/libclutter-1.0.so.0
#11 0x00007ffff7cb1d77 in g_option_context_parse () at /usr/lib/libglib-2.0.so.0
#12 0x00007ffff5768b1d in clutter_init () at /usr/lib/libclutter-1.0.so.0
#13 0x00007ffff6fa65ff in cheese_gtk_init () at /usr/lib/libcheese-gtk.so.25
#14 0x00005555555b6699 in main ()

My packages:

  • extra/gnome-control-center 41.1-1.1

Please let me know if I need to perform any additional steps. I’m pretty new to Manjaro. Thanks!

Welcome to the forum! :wave:

Just to make sure, are you fully up to date? Have you rebooted since updating?

sudo pacman-mirrors -f5 && sudo pacman -Syyu

Seeing how GCC never crashes for me unless I break it :laughing: , I’m not sure what else to suggest except for maybe switching to the testing branch to see if there’s any difference.