Created attachment 166996 [details] database Steps to reproduce: 1. Open Writer 2. Tools - Mail merge 3. Select Address List - import attached document 4. Select any table - preview 5. Click on Close button at the top 6. Click on close button at the bottom -> Crash. See attached screencast Reproduced in Version: 7.1.0.0.alpha1+ Build ID: a373a7c1705b9abc5551388998131dacc4698642 CPU threads: 4; OS: Linux 5.7; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded
Created attachment 166997 [details] screencast
Regression introduced by: https://cgit.freedesktop.org/libreoffice/core/commit/?id=ca7c24dafe7aba7c2d71994d2561f1ae3d59257e author Caolán McNamara <caolanm@redhat.com> 2019-06-27 11:25:21 +0100 committer Caolán McNamara <caolanm@redhat.com> 2019-09-20 21:23:45 +0200 commit ca7c24dafe7aba7c2d71994d2561f1ae3d59257e (patch) tree 55fb1d24d6f706868519d3a821510433d8824397 parent 15521912ccbba14fe5f5b91009bfec154c7f29a1 (diff) weld SwDBTablePreviewDialog and SwMailMergeDlg Bisected with: bibisect-linux64-6.4 Adding Cc: to Caolán McNamara
that database references: "../../Downloads/2020-placement%20etudiants(1).ods" which I don't have of course so its doesn't reproduce out of the box
but if I make my own with multiple sheets it can be reproduced
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/525623ecd70ec66c4c06ac1c3369d5b24a2890be tdf#137982 m_xFrame is already disposed 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, backport to 7-0 in gerrit
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-0": https://git.libreoffice.org/core/commit/a986db4b2d24669e502e447036851e118cc23036 tdf#137982 m_xFrame is already disposed It will be available in 7.0.4. 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.alpha1+ Build ID: d7bcf59a51a058ba57e685cfc3e000fec623f716 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!