Description: LibreOffice crashes after running the mail merge wizard for the doc attached to tdf#119942. Steps to Reproduce: 1. open attachment 144966 [details] from bug 119942 2. run mail merge wizard, e.g. using the sample data from attachment 144965 [details] (also from bug 119942) (leave default values, don't insert an address block) 3. at the end of the wizard, click "Finish" Actual Results: LibreOffice crashes Expected Results: LibreOffice doesn't crash and shows the mail merge toolbar. Reproducible: Always User Profile Reset: Yes Additional Info: Version: 7.0.0.0.alpha0+ Build ID: 934fd1c617d1f7fba90f922bf2d526ea3f35f9b7 CPU threads: 4; OS: Linux 5.5; UI render: default; VCL: gtk3; Locale: en-GB (en_GB.UTF-8); UI-Language: en-US Calc: threaded
Bibisecting using the bibisect-linux-6.4 repo indicates that this happens since commit 8c66efa030e98cfdf5da20be368566d64e43c5d1 Author: Caolán McNamara <caolanm@redhat.com> Date: Thu Sep 5 12:22:38 2019 +0100 weld OCopyTableWizard cluster Change-Id: I52547defb0e7ba328ec20d41a955e545556ffd16 note: get the toplevel parent by getting it from the XInteractionHandler Reviewed-on: https://gerrit.libreoffice.org/78751 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> Adding CC: to Caolán McNamara
Reproduced in Version: 7.0.0.0.alpha0+ Build ID: 800085d4fb0831f2065e86bfd99164cd89998fcd CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: x11; Locale: en-US (en_US.UTF-8); UI-Language: en-US Calc: threaded but not with gtk3
seems to be an unhandled exception from pDocShell->GetStorage()->removeElement(m_pDBManager->getEmbeddedName()); on teardown of SwOneExampleFrame::~SwOneExampleFrame in DisposeControl. Though why its just in gen needs a look
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/403776b17706107001d49cf5eed3c4415c4d8b9d Related: tdf#132678 select first entry if nothing else selected It will be available in 7.0.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.
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-4": https://git.libreoffice.org/core/commit/1f31f36fb92befc66f507d45f8a020f89f49e93b Related: tdf#132678 select first entry if nothing else selected It will be available in 6.4.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.
Hi Caolán, The crash is still reproducible in Version: 7.0.0.0.alpha1+ Build ID: 8209c2569f5726f9ed29f75d30efdccb94f98fe5 CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: gtk3; Locale: en-US (en_US.UTF-8); UI: en-US Calc:
I haven't claimed otherwise
No problem in Version: 7.1.0.0.alpha0+ Build ID: a3c8ea5e644ca2fc04de9f01ba9f8ace47f520f0 CPU threads: 4; OS: Linux 5.4; UI render: default; VCL: gtk3 Locale: ro-RO (ro_RO.UTF-8); UI: en-US TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time: 2020-06-17_02:21:20 Calc: threaded
Can't reproduce anymore either: Version: 7.1.0.0.alpha0+ Build ID: 526c4bd5dbe0225a1ff14ff1e7fe32151ab7d29d CPU threads: 4; OS: Linux 5.6; UI render: default; VCL: x11 Locale: en-GB (en_GB.UTF-8); UI: en-US Calc: threaded -> closing as WORKSFORME
(In reply to Xisco Faulí from comment #6) > Hi Caolán, > The crash is still reproducible in > > Version: 7.0.0.0.alpha1+ > Build ID: 8209c2569f5726f9ed29f75d30efdccb94f98fe5 > CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: gtk3; > Locale: en-US (en_US.UTF-8); UI: en-US > Calc: I can't even reproduce it with the same commit I reproduce it in the past Version: 7.0.0.0.alpha1+ Build ID: 8209c2569f5726f9ed29f75d30efdccb94f98fe5 CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: x11; Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded weird...
maybe it was the case that you had to do it twice in a row ?