https://bugs.kde.org/show_bug.cgi?id=522645
David Redondo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from David Redondo <[email protected]> --- It seems we are deadlocking while trying to read data from ourselves. My guess is that we think the session that went away is owning the clipboard and waiting for data from it. Not sure why it's not timing out but the nested event loop that is trying to lock a locked mutex(?) probably doesnt help. Because of these complexities, the code has been greatly simplified in 6.7 foregoing the complexities with needing to have a blocking API to interact with kguiaddons. Nevertheless your observation that there is a difference between calling "Close" and killing the program, is good. The clipboard portal should clean up when the session is closed. This seems not to be happening, I will look into that. -- You are receiving this mail because: You are watching all bug changes.
