GNOME Bugzilla – Bug 793527
Attempt to open user acounts panel freezes control-center
Last modified: 2018-02-19 10:29:09 UTC
Created attachment 368466 [details] stack trace - missing db symbols [nazgul@rivendell ~]$ gnome-control-center --version gnome-control-center 3.26.2 I had the time and date panel open, then attempted to open the user accounts panel. control centre froze and went unresponsive for at least minutes until i killed it. The issue is not reproducible. I took a gdb trace and an strace, knowing that my system lacks debugging symbols, hoping the information may be useful enough. To me it looks like it blocks on a futex. [nazgul@rivendell ~]$ sudo strace -p 2331 strace: Process 2331 attached futex(0x55daed92c2e0, FUTEX_WAIT_PRIVATE, 0, NULL .. and nothing more happens.
+ Trace 238400
Thread 1 (Thread 0x7f34760a3a00 (LWP 2331))
I can confirm this problem on Arch Linux, Gnome 3.26.2.
Seems related to Bug 783789.
This is NOTGNOME, but let's mark this as duplicate, because the patches should at least prevent the hang. *** This bug has been marked as a duplicate of bug 782627 ***