FS#53315 - gnome-session-binary throws exception on first login after cold boot

Attached to Project: Arch Linux
Opened by Robin Clark (robinclark) - Tuesday, 14 March 2017, 22:45 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 22 March 2017, 18:13 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Computer is an Asus Model M32BF-DH02 with an AMD A10-7800 processor.

After a cold boot, the first login attempt with Gnome fails. The second attempt succeeds.

Additional info:
* package version(s)

gnome-session 3.22.3-1

* config and/or log files etc.
The errors in the journal are as follows:

-- Logs begin at Fri 2017-03-03 09:51:43 UTC, end at Tue 2017-03-14 20:34:13 UTC. --
Mar 14 17:39:46 asus kernel: ACPI Error: [AFN7] Namespace lookup failure, AE_NOT_FOUND (20160930/psargs-359)
Mar 14 17:39:46 asus kernel: ACPI Error: Method parse/execution failed [\_SB.PCI0.VGA.LCD._BCM] (Node ffff8802170a58e8), AE_NOT_FOUND (20160930/psparse-
Mar 14 17:39:46 asus kernel: ACPI Error: Evaluating _BCM failed (20160930/video-343)
Mar 14 17:40:20 asus gnome-session-binary[510]: Unrecoverable failure in required component gnome-settings-daemon.desktop
Mar 14 17:40:20 asus gnome-session-binary[510]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Mar 14 17:40:20 asus gnome-session-binary[510]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Mar 14 17:40:20 asus systemd-coredump[558]: Process 549 (gnome-session-f) of user 1000 dumped core.

Stack trace of thread 549:
#0 0x00007f099c28adb9 n/a (libgtk-3.so.0)
#1 0x00007f099c126a28 n/a (libgtk-3.so.0)
#2 0x00007f099c13bb24 n/a (libgtk-3.so.0)
#3 0x00007f099c127d5c n/a (libgtk-3.so.0)
#4 0x00007f099c13ba4c n/a (libgtk-3.so.0)
#5 0x00007f099c13baa5 n/a (libgtk-3.so.0)
#6 0x00007f099c1286c2 n/a (libgtk-3.so.0)
#7 0x00007f099ba8b30f g_type_create_instance (libgobject-2.0.so.0)
#8 0x00007f099ba6d1fb n/a (libgobject-2.0.so.0)
#9 0x00007f099ba6ec0d g_object_newv (libgobject-2.0.so.0)
#10 0x00007f099ba6f3c4 g_object_new (libgobject-2.0.so.0)
#11 0x00007f099c143f8a n/a (libgtk-3.so.0)
#12 0x00007f099c321e77 n/a (libgtk-3.so.0)
#13 0x00007f099ba8b30f g_type_create_instance (libgobject-2.0.so.0)
#14 0x00007f099ba6d1fb n/a (libgobject-2.0.so.0)
#15 0x00007f099ba6ec0d g_object_newv (libgobject-2.0.so.0)
#16 0x00007f099ba6f3c4 g_object_new (libgobject-2.0.so.0)
#17 0x0000000000401db3 n/a (gnome-session-failed)
#18 0x00007f099b3b8511 __libc_start_main (libc.so.6)
#19 0x00000000004021ba n/a (gnome-session-failed)


Steps to reproduce:

Cold boot followed by login.
This task depends upon

Closed by  Doug Newgard (Scimmia)
Wednesday, 22 March 2017, 18:13 GMT
Reason for closing:  No response
Comment by Jan de Groot (JGC) - Wednesday, 15 March 2017, 09:37 GMT
Looks like gnome-session aborts with an assertion because of "Unrecoverable failure in required component gnome-settings-daemon.desktop".

You'll have to find out why gnome-settings-daemon is not working on first start.

Loading...