maintainer-feedback requested: [Bug 253359] security/gnome-keyring: gnome-keyring-daemon segmentation fault when the mate session closes

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Feb 8 22:35:59 UTC 2021


Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-gnome (Nobody)
<gnome at FreeBSD.org> for maintainer-feedback:
Bug 253359: security/gnome-keyring: gnome-keyring-daemon segmentation fault
when the mate session closes
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253359



--- Description ---
I am using the mate desktop with startx. When I log out from the mate session,
gnome-keyring-daemon generates a segmentation fault and creates a core file:

$ lldb -c gnome-keyring-daemo.core -- $(which gnome-keyring-daemon)
(lldb) target create "/usr/local/bin/gnome-keyring-daemon" --core
"gnome-keyring-daemo.core"
Core file '/home/hyogi/gnome-keyring-daemo.core' (x86_64) was loaded.
(lldb) bt
* thread #1, name = 'gnome-keyring-daemo', stop reason = signal SIGSEGV
  * frame #0: 0x0000000800a1430a libthr.so.3`pthread_mutex_destroy + 10
    frame #1: 0x0000000800776561 libglib-2.0.so.0`g_mutex_clear + 17
    frame #2: 0x000000000027d0f3
gnome-keyring-daemon`___lldb_unnamed_symbol883$$gnome-keyring-daemon + 163
    frame #3: 0x000000080061f01d libgobject-2.0.so.0`g_object_unref + 445
    frame #4: 0x000000000027df77
gnome-keyring-daemon`___lldb_unnamed_symbol900$$gnome-keyring-daemon + 103
    frame #5: 0x000000080061f01d libgobject-2.0.so.0`g_object_unref + 445
    frame #6: 0x000000000028cb11
gnome-keyring-daemon`___lldb_unnamed_symbol1126$$gnome-keyring-daemon + 81
    frame #7: 0x000000000024fea1
gnome-keyring-daemon`___lldb_unnamed_symbol12$$gnome-keyring-daemon + 2033
    frame #8: 0x000000000024f10f
gnome-keyring-daemon`___lldb_unnamed_symbol1$$gnome-keyring-daemon + 271
(lldb)


I launch the mate desktop by the following line in .xinitrc:

exec dbus-launch --exit-with-session ck-launch-session mate-session


And, I usually close the session by navigating the panel main menu
(System->Shut Down).

FreeBSD version: 12.2-RELEASE-p2
gnome-keyring: 3.36.0_1


More information about the freebsd-gnome mailing list