https://bugs.kde.org/show_bug.cgi?id=442238

--- Comment #5 from nsprang...@gmail.com <nsprang...@gmail.com> ---
I was able trace it to this commit on 21.08 branch
https://invent.kde.org/utilities/konsole/-/commit/58d526f83b924732b8c82306fcc177f0bbe63295

AFAICT the issue is that both ViewManagers are hanging onto the session after a
dnd, so that commit is just causing both to hit empty() in sessionFinished
(kind of expected I think, but I was able to verify it).

I can see how ViewManager disconnects from sessions when *detaching* a view or
tab, but I don't see how they are supposed to be released after drag-and-drop.

Both the ViewSplitter and SessionController from the source window get deleted,
so maybe there's a missing connection to one of those signals?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to