| Summary: | "Exchange database" leads to crash (non-gtk3) | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Michael Weghorn <m.weghorn> |
| Component: | Writer | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | VERIFIED FIXED | ||
| Severity: | major | CC: | caolan.mcnamara, m.weghorn, serval2412, xiscofauli |
| Priority: | high | Keywords: | bibisected, bisected, haveBacktrace, regression |
| Version: | 6.3.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://crashreport.libreoffice.org/stats/signature/SvTreeList::GetParent(SvTreeListEntry%20*) | ||
| Whiteboard: | target:6.4.0 target:6.3.3 | ||
| Crash report or crash signature: | ["SvTreeList::GetParent(SvTreeListEntry *)"] | Regression By: | |
| Attachments: | bt Windows (windbg) | ||
|
Description
Michael Weghorn
2019-10-01 06:42:48 UTC
Bibisecting using "bibisect-linux-64-6.3" indicates this was introduced by: commit e6c422696fa1ee3f94642d94f7aca6743ad1e1e0 Author: Caolán McNamara <caolanm@redhat.com> Date: Thu Feb 28 21:22:45 2019 +0000 weld SwChangeDBDlg Change-Id: Ie0fc6a6346f9c777b7172a0b641a2783cf633c1d Reviewed-on: https://gerrit.libreoffice.org/68544 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 Created attachment 154674 [details]
bt Windows (windbg)
On Win10 with master sources updated today, I could reproduce this.
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/0b6bb036168590795b674fb3fdfb42ba5fdac271 Resolves: tdf#127896 fix 'Exchange database' crash It will be available in 6.4.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 6-3 in gerrit Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-3": https://git.libreoffice.org/core/commit/000849f1cccba60c129c0c4cd8b66a29dcec2269 Resolves: tdf#127896 fix 'Exchange database' crash It will be available in 6.3.3. 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.4.0.0.alpha0+ Build ID: 2215be5268a646d3cc7d138a0184c6826585b7fb CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: x11; Locale: en-US (ca_ES.UTF-8); UI-Language: en-US Calc: threaded @Caolán, thanks for fixing this issue!! |