| Summary: | CRASH while closing LibreOffice with Search for formatting dialog open ( gen/gtk ) | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Xisco Faulí <xiscofauli> |
| Component: | Writer | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | caolan.mcnamara, serval2412, telesto, xiscofauli |
| Priority: | medium | Keywords: | bibisected, bisected, haveBacktrace, regression |
| Version: | 6.2.0.0.alpha1+ | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:6.3.0 target:6.2.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Attachments: | bt with debug symbols | ||
|
Description
Xisco Faulí
2019-01-18 16:48:21 UTC
Regression introduced by: https://cgit.freedesktop.org/libreoffice/core/commit/?id=4d83c24cdd433d5c63800290e2da6317ae12111c author Caolán McNamara <caolanm@redhat.com> 2018-11-02 18:21:20 +0000 committer Caolán McNamara <caolanm@redhat.com> 2018-11-04 17:33:06 +0100 commit 4d83c24cdd433d5c63800290e2da6317ae12111c (patch) tree bfd4c863f0f79d40ac1671812fef1976ca4a9c85 parent 628e96ce1fce194b30a5c2912feb8b7ec0328db0 (diff) reweld SwWordCountFloatDlg Bisected with: bibisect-linux64-6.2 Adding Cc: to Caolán McNamara Created attachment 148431 [details]
bt with debug symbols
On pc Debian x86-64 with master sources updated yesterday and gen rendering, I could reproduce this.
I noticed too: warn:legacy.osl:5734:5734:vcl/source/window/window.cxx:275: Window ( 6Dialog(Search for formatting)) with live children destroyed: 7VclVBox() Window ( 6Dialog(Search for formatting)) with live children destroyed: 7VclVBox() Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/820a3b52f6eb8b620a1430f3574f59e8072777bc%5E%21 tdf#122808 search formatting dialog should be modal It will be available in 6.3.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. making it modal seems to do the right thing, backports in gerrit Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-2": https://git.libreoffice.org/core/+/706fc56e0cdfbdcca6374ead83685577afd276ff%5E%21 tdf#122808 search formatting dialog should be modal It will be available in 6.2.1. 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-2-0": https://git.libreoffice.org/core/+/459fb3e41fc46044c0bc5190a120dd479fa7d31a%5E%21 tdf#122808 search formatting dialog should be modal It will be available in 6.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. Verified in Version: 6.3.0.0.alpha0+ Build ID: 392729c735bb82eecf29bae5527ec786ca293f34 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk2; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US @Caolán, thanks for fixing this!! |