Steps to reproduce: 1. Open attachment 164373 [details] from bug 135839 2. Run presentation 3. Press down arrow key a few times -> Crash X-Error: BadMatch (invalid parameter attributes) Major opcode: 62 (X_CopyArea) Resource ID: 0x6801dc4 Serial No: 39618 (39618) These errors are reported asynchronously, set environment variable SAL_SYNCHRONIZE to 1 to help debugging Application Error Reproduced in Version: 7.1.0.0.alpha0+ Build ID: 6b2eff7d69c6e14d89dd33eaa58c01d82c541266 CPU threads: 4; OS: Linux 5.7; UI render: default; VCL: x11 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded
Regression introduced by: https://cgit.freedesktop.org/libreoffice/core/commit/?id=770892a387361067d23ab08ed38690c50b8b9395 author Caolán McNamara <caolanm@redhat.com> 2020-05-23 20:21:59 +0100 committer Caolán McNamara <caolanm@redhat.com> 2020-05-24 20:20:54 +0200 commit 770892a387361067d23ab08ed38690c50b8b9395 (patch) tree 099d1cc78a6dd1a896f6855bb95ebe345ef3b9e4 parent de01c1978216373a9aa7cd01e28186d2752e6cc4 (diff) platforms using the cairo canvas use cairo for text rendering already Bisected with: bibisect-linux64-7.0 Adding Cc: to Caolán McNamara
interesting
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/f9a99998048ed0fa6e2743c7473919a9a189dcda tdf#136545 use pre-existing cairo_surface It will be available in 7.1.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.
fixed in master, and a conservative backport to 7-0 to restore the historic arrangement
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-0": https://git.libreoffice.org/core/commit/ee18059ed6402eb0725048b3dd406852120a9faf tdf#136545 revert cairo canvas uses cairo for text rendering already It will be available in 7.0.2. 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.
Verified in Version: 7.1.0.0.alpha0+ Build ID: cd85546a2fbdade42f80fd3b6bd650791db9f32d CPU threads: 4; OS: Linux 5.7; UI render: default; VCL: x11 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded @Caolán, thanks for fixing this issue!!