https://bugs.kde.org/show_bug.cgi?id=515646
michaelk83 <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also|https://bugs.kde.org/show_b | |ug.cgi?id=514189 | Resolution|--- |DUPLICATE Status|REPORTED |RESOLVED --- Comment #5 from michaelk83 <[email protected]> --- (In reply to Roke Julian Lockhart Beedell from comment #4) > Created attachment 189384 [details] > A Screencast That Demonstrates How To Reproduce This I see you're trying to close the parent window while the dialog is open. The fact that you can interact with the parent window at all suggests the dialog isn't modal, but it probably should be. Since KWalletManager will be retired once its replacement is ready, addressing these two minor UI issues (making the dialog modal and disabling the menu when there's a service connection error) is no longer useful at this point. The rest of it does indeed look like another case of bug 514189: the wallet creation is abandoned in the middle, causing the daemon to go ANR, which in turn leads to the subsequent symptoms. In your OP here, you mentioned a SIGABRT, and the stack trace shows it in the middle of waiting for `walletList`. If the daemon is ANR, then calling `walletList` would also ANR, and the forced termination of the app would raise the SIGABRT. *** This bug has been marked as a duplicate of bug 514189 *** -- You are receiving this mail because: You are watching all bug changes.
