https://bugs.kde.org/show_bug.cgi?id=509680

CarlosE <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from CarlosE <[email protected]> ---
I can reproduce this (also on Artix Linux), and a race condition seems like the
cause:

Before moving the dbus service file:
$ pgrep -la ksecretd
12886 /usr/bin/ksecretd

After moving the dbus service file:
$ pgrep -la ksecretd
8441 /usr/bin/ksecretd --pam-login 13 14

With `execsnoop' I see ksecretd with --pam-login is started in both cases (as a
child of `sddm-helper') but ksecretd forked from dbus-daemon races ahead of it
and the one with --pam-login dies.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to