Created attachment 168191 [details] screencast Steps to reproduce: 1. Clean the user profile 2. Open Impress 3. Insert a shape 4. Open the animation pane in the sidebar Observations: Step 4 has to be performed pretty quick right after the shape is inserted. it crashes at times, it looks like a timing issue Reproduced in Version: 7.2.0.0.alpha0+ Build ID: 9a2a4bc5ed340ba187c8e27db5c8477c990c93af CPU threads: 4; OS: Linux 5.7; UI render: default; VCL: x11 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded
I think this is a regression from ( not 100% sure ) https://cgit.freedesktop.org/libreoffice/core/commit/?id=75b9109a2da35cf0f0914504145d84cf918c6af2 author Caolán McNamara <caolanm@redhat.com> 2020-11-12 20:48:50 +0000 committer Caolán McNamara <caolanm@redhat.com> 2020-11-20 21:07:56 +0100 commit 75b9109a2da35cf0f0914504145d84cf918c6af2 (patch) tree ce444db75d6f2282e86d86c89c0cce66ab937c8d parent 94ea1c89e959069aa7c735317470712012df2362 (diff) weld TabBar Bisected with: bibisect-linux64-7.1 Adding Cc: to Caolán McNamara
also crashes in gtk3
I think I can reproduce it anyway
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-1": https://git.libreoffice.org/core/commit/d2055db8d7b13b34e526cc16f5c084505e6de331 tdf#138935 rsDeckId is invalid by the time collectUIInformation is called It will be available in 7.1.0.0.beta2. 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.
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/0bbdf06fabfc7f43dde9cc36256130779b1e3902 tdf#138935 rsDeckId is invalid by the time collectUIInformation is called It will be available in 7.2.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 7-1, backport to 7-0 in gerrit as well even though its not reported to crash there its possible the same problem exists
Verified in Version: 7.2.0.0.alpha0+ Build ID: 4484accf4d331a95ebf8475d6cd91950f4c27bcc CPU threads: 4; OS: Linux 5.7; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded @Caolán, thanks for fixing this issue!!
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-0": https://git.libreoffice.org/core/commit/871940eba642bec3cc263b48048ee4ffbf8a6c0f tdf#138935 rsDeckId is invalid by the time collectUIInformation is called It will be available in 7.0.5. 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.