https://bugs.kde.org/show_bug.cgi?id=522307
michaelk83 <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from michaelk83 <[email protected]> --- A few things that might shed more light on this issue: 1. First, you mentioned that manually killing kwalletd6 stops the CPU usage. So I'm assuming your kwalletd6 is stable (not repeatedly crashing and restarting)? 2. Your trace shows the `ReadAlias` calls, but doesn't show the responses that KWallet is getting back. 3. It might be helpful to also trace any calls to `org.kde.kwalletd6` and `org.kde.KWallet`, which might be triggering this. Though since killing kwalletd6 stops the loop, it doesn't seem like something external. But maybe you might catch the initial call that starts the cycle. 4. Most telling would be a stack trace of the repeating call. We're looking for the `defaultCollection()` function in `SecretServiceClient`. If you can get a few samples and see that the trace is the same, then that's very likely the culprit. -- You are receiving this mail because: You are watching all bug changes.
