https://bugs.kde.org/show_bug.cgi?id=490788
michaelk83 <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #29 from michaelk83 <[email protected]> --- A possible culprit is the default destruction order in `KWalletFreedesktopService`: its `QCA::Initializer m_init` is declared after `m_sessions`, so I guess it's destroyed first? When the session is finally destroyed, it releases the `KWalletFreedesktopSessionAlgorithmDhAes`, which in turn tries to release its `QCA::SymmetricKey`, but the `QCA::Initializer` is already gone. The crash occurs during the shutdown sequence of `ksecretd`. But what I'm still not clear on, is why does `ksecretd` shut down in the first place? -- You are receiving this mail because: You are watching all bug changes.
