FS#60241 - 2018-09-27 20:39 UTC upgrade broke parts of Gnome + Tilda

Attached to Project: Arch Linux
Opened by Y.G. (theYinYeti) - Saturday, 29 September 2018, 08:57 GMT
Last edited by Doug Newgard (Scimmia) - Sunday, 30 September 2018, 18:47 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

On 2018-09-27 at 20:39 UTC, I upgraded the system, which resulted in:

[2018-09-27 22:39] [ALPM] upgraded accountsservice (0.6.50-1 -> 0.6.53-1)
[2018-09-27 22:39] [ALPM] upgraded gnome-settings-daemon (3.30.1-1 -> 3.30.1.1-1)
[2018-09-27 22:39] [ALPM] upgraded gnome-tweaks (3.30.0-1 -> 3.30.1-1)
[2018-09-27 22:39] [ALPM] upgraded mkvtoolnix-cli (26.0.0-3 -> 27.0.0-1)

Following that:
— GDM wouldn’t show the user-icons any more (just a plain silhouette for everyone);
— the “Put windows” extension wouldn’t load;
— the Tilda drop-down terminal would crash with a core-dump.

Additional info:

Reverting all 4 packages restores things to the previous behaviour.
I did not try misc. combinations. All I know is that reverting gnome-settings-daemon alone was not sufficient.
This task depends upon

Closed by  Doug Newgard (Scimmia)
Sunday, 30 September 2018, 18:47 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#60233  and  FS#60253 
Comment by Y.G. (theYinYeti) - Saturday, 29 September 2018, 09:03 GMT
Further test: all is still fine when upgrading everything except accountsservice (`pacman -Syu --ignore accountsservice`).
The culprit is thus *acccountsservice*!
Comment by Muflone (muflone) - Saturday, 29 September 2018, 18:19 GMT
I was unable to find the culprit of tilda breakage.
Even downgrading accountsservice package to version 0.6.50-1 tilda doesn't start.

$ gdb tilda
(gdb) r
Starting program: /usr/bin/tilda
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Detaching after fork from child process 18393]
[New Thread 0x7fffefa58700 (LWP 18394)]
[New Thread 0x7fffef237700 (LWP 18395)]
[New Thread 0x7fffee9ec700 (LWP 18396)]
[New Thread 0x7fffee1b9700 (LWP 18397)]
[New Thread 0x7fffed689700 (LWP 18399)]
[New Thread 0x7fffece88700 (LWP 18400)]
[New Thread 0x7fffd7fff700 (LWP 18401)]
[New Thread 0x7fffd77fe700 (LWP 18402)]
[New Thread 0x7fffd6ffd700 (LWP 18403)]
[New Thread 0x7fffd67fc700 (LWP 18404)]
[New Thread 0x7fffd5ffb700 (LWP 18405)]
[New Thread 0x7fffd57fa700 (LWP 18406)]
[New Thread 0x7fffd4ff9700 (LWP 18407)]
[Detaching after fork from child process 18408]

Thread 1 "tilda" received signal SIGSEGV, Segmentation fault.
0x00007ffff425a241 in xcb_take_socket () from /usr/lib/libxcb.so.1

(gdb) bt
#0 0x00007ffff425a241 in xcb_take_socket () at /usr/lib/libxcb.so.1
#1 0x00007ffff723d87f in () at /usr/lib/libX11.so.6
#2 0x00007ffff723e0a5 in _XFlush () at /usr/lib/libX11.so.6
#3 0x00007ffff7240bf6 in _XGetRequest () at /usr/lib/libX11.so.6
#4 0x00007ffff722c93e in XGetModifierMapping () at /usr/lib/libX11.so.6
#5 0x000055555555de8d in ()
#6 0x000055555555e0d2 in ()
#7 0x00005555555642bb in ()
#8 0x00005555555648a0 in ()
#9 0x000055555555ce16 in ()
#10 0x00007ffff703c223 in __libc_start_main () at /usr/lib/libc.so.6
#11 0x000055555555d65a in ()
Comment by Michael Hellwig (the_eye) - Sunday, 30 September 2018, 08:38 GMT
same here, reverted gnome-settings-daemon, gnome-tweaks AND accountsservice and tilda still segfaults.
Comment by Robin Broda (coderobe) - Sunday, 30 September 2018, 10:05 GMT
You should probably open a separate bug for tilda if it is unrelated to the accountsservice issue.
Comment by Muflone (muflone) - Sunday, 30 September 2018, 11:41 GMT
opened bug  FS#60253  for tilda breakage

Loading...