| Summary: | CRASH when adding comment to a tracked change (no gtk3) | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Gabor Kelemen (allotropia) <kelemeng> |
| Component: | UI | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | VERIFIED FIXED | ||
| Severity: | major | CC: | caolan.mcnamara, xiscofauli |
| Priority: | medium | Keywords: | bibisected, bisected, haveBacktrace, regression |
| Version: | 6.2.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://crashreport.libreoffice.org/stats/signature/vcl::Window::ImplGetWindowExtentsRelative(vcl::Window%20*,bool) | ||
| Whiteboard: | target:6.2.0 target:6.1.0.2 | ||
| Crash report or crash signature: | ["vcl::Window::ImplGetWindowExtentsRelative(vcl::Window *,bool)"] | Regression By: | |
| Attachments: |
Example file made with a current master Writer
gdb backtrace |
||
|
Description
Gabor Kelemen (allotropia)
2018-07-18 15:39:27 UTC
I checked with a fresh version from the bibisect-win32-6.2 repo, still happens on: Version: 6.2.0.0.alpha0+ Build ID: e72577d1ebd58a4d79bfd7c51086e3542170f1d2 CPU threads: 4; OS: Windows 6.3; UI render: default; Locale: hu-HU (hu_HU); Calc: group threaded But only on adding a new track changes comment, not on opening the Manage Changes dialog, so point 7 above is incorrect. Reproduced in Version: 6.2.0.0.alpha0+ Build ID: 95b00f1bfa341003af23e150d316d943d47909cf CPU threads: 4; OS: Linux 4.13; UI render: default; VCL: gtk2; Locale: ca-ES (ca_ES.UTF-8); Calc: group threaded not reproduced in gtk3 Commit: https://cgit.freedesktop.org/libreoffice/core/commit/?id=77a59cabf33d5d6ccc80ea62ee07162abc1b4e52 Adding Cc: to Caolán McNamara Created attachment 143624 [details]
gdb backtrace
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=9c4d1503ba0ff97cdb113653b8dfe3ce66798ad5 Resolves: tdf#118827 SetCareWin should be SetCareDialog 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. backport to 6-1 in gerrit Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-1": http://cgit.freedesktop.org/libreoffice/core/commit/?id=80e083c17422c464981d959b87589a5efc987dd8&h=libreoffice-6-1 Resolves: tdf#118827 SetCareWin should be SetCareDialog It will be available in 6.1.0.2. 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: dcbb65f2a4a3ee70ccd4896d7a5e975dbd9e6509 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: x11; Locale: ca-ES (ca_ES.UTF-8); Calc: group threaded @Caolán, Thanks for fixing this!!! |