https://bugs.kde.org/show_bug.cgi?id=456966
--- Comment #21 from David Url <da...@urld.io> --- I used strace to gain some insights on what may be going wrong, and it showet that powerdevil gets stuck in a FUTEX_WAIT_BITSET_PRIVATE call. Compared with a trace of a succesfull launch, the stuck futex wait call is shortly before a bunch of statx calls to kde config files (e.g. /home/david/.config/kdeglobals). I only glanced over the codebase and it seems like the stuck futex could be part of some dbus calls. Im not familiar with the kde or dbus codebase, so i dont really know how to continue to debug the issue from here. Any ideas on how to inspect the dbus calls that i suspect to go wrong? -- You are receiving this mail because: You are watching all bug changes.