| Summary: | CRASH KDE5 backend crashes writer on close with selected text | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Jan-Marek Glogowski <glogow> |
| Component: | graphics stack | Assignee: | Katarina Behrens (Inactive) <Katarina.Behrens> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | Katarina.Behrens, m.weghorn |
| Priority: | medium | Keywords: | bisected |
| Version: | 6.3.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:6.3.0 target:6.2.0.1 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 102495 | ||
| Attachments: | GDB backtrace | ||
|
Description
Jan-Marek Glogowski
2018-12-12 13:08:16 UTC
Confirmed with a current master build (as of 3911bf8364dae4c855ad37237c114f9007f70657 + https://gerrit.libreoffice.org/#/c/65023/ on top) and the kde5 VCL plugin. Created attachment 147467 [details]
GDB backtrace
Reverting this commit makes the crash disappear: commit 1e3d6c801ffa051f42188c917b17f171aedaeddf Author: Katarina Behrens <Katarina.Behrens@cib.de> Date: Thu Dec 6 15:46:57 2018 +0100 tdf#120625: All vcl windows now share 1 instance of clipboard so we can copy'n'pasta between apps (or 2 instances of the same app) Copy'n'pasta into system clipboard is still buggy for non-Writer apps Change-Id: I07f025172654dd3e6c0ef9cd5ad78d24224f039f Reviewed-on: https://gerrit.libreoffice.org/64721 Tested-by: Jenkins Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> Katarina Behrens committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/bdeabe631f951a7d63f02426856cdbcdfc73328d%5E%21 tdf#122042: It's two clipboards, actually It will be available in 6.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Presumably fixed but with those things one never knows Fix verified with Version: 6.3.0.0.alpha0+ Build ID: 977a98c5729b4301c11cab1a421d4e6f2758e41e CPU threads: 4; OS: Linux 4.18; UI render: default; VCL: kde5; Locale: en-GB (en_GB.UTF-8); UI-Language: en-US Calc: threaded Katarina Behrens committed a patch related to this issue. It has been pushed to "libreoffice-6-2": https://git.libreoffice.org/core/+/d126c07e02963c1262eaa0f9f0aee0f8ed401550%5E%21 tdf#122042: It's two clipboards, actually It will be available in 6.2.0.1. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. |