| Summary: | Impress crashes when change text animation to word by word. | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Mark Hung <marklh9> |
| Component: | Impress | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | caolan.mcnamara, xiscofauli |
| Priority: | medium | Keywords: | bibisected, bisected, regression |
| Version: | 6.2.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:6.2.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Attachments: | Sample file adapted from another reported issue. | ||
|
Description
Mark Hung
2018-10-07 13:01:12 UTC
Created attachment 145446 [details]
Sample file adapted from another reported issue.
Hi Caolan, I saw that mpDialogImpl was accessed after it was cleared in Dialog::StartExecuteAsync() in vcl, after CustomAnimationPane::showOptions() called pDlg->disposeOnce(). Have you spot that? Regression introduced by: https://cgit.freedesktop.org/libreoffice/core/commit/?id=3c80f4880d0d3a8f7c71d76877efe234f4f3629c author Caolán McNamara <caolanm@redhat.com> 2018-10-01 14:12:24 +0100 committer Caolán McNamara <caolanm@redhat.com> 2018-10-02 09:58:41 +0200 commit 3c80f4880d0d3a8f7c71d76877efe234f4f3629c (patch) tree efbb64a152e15c125a2ada453585c8d32b4725d6 parent 616fd241838069e18c59064e33c4b24f5ae112c6 (diff) weld SvxLineTabDialog Bisected with: bibisect-linux64-6.2 Adding Cc: to Caolán McNamara Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=15ea661bec6e38f4b4b641ed79bd5591345fefbd tdf#120377 weld cluster of animation pages and dialog It will be available in 6.2.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Verified in Version: 6.2.0.0.alpha0+ Build ID: 87e3539d69626780c6d7531b725dd0d64c69e6d8 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); Calc: threaded @Caolán, Thanks for fixing this! |