https://bugs.documentfoundation.org/show_bug.cgi?id=152477
--- Comment #31 from Caolán McNamara <[email protected]> --- The backtraces in comment #28 and comment #14 do look like the problem of bug 151673 which should have been fixed by https://cgit.freedesktop.org/libreoffice/core/commit/?id=05b2bfc289df8712097cc1e640bf7d3bc6b86a84 to worth a retest I feel. If there is still a problem I would speculate its a clipboard management. The way cut and paste works generally is that an application doesn't really do anything when you "copy" into the clipboard except announce that there is something that can be got from the clipboard in various formats and only does something when you "paste" to provide the data in some specific format. This is great until you copy something into the clipboard, exit the app and then try and paste what you put into the clipboard. Traditionally what you wanted to paste is gone, because the providing app is gone. Nowadays when you exit the app after copying into the clipboard some part of the host desktop will query the clipboard and "paste" from it for some (or all) formats it provides and become a new clipboard provider. So there is a delicate time during app exit when it might be asked to honor its promise to provide copied data in a bunch of formats, some of which might not be asked for in routine cut and paste. -- You are receiving this mail because: You are the assignee for the bug.
