| Summary: | Crash when click "File > Open" if previously a Draw document is opened via Writer and closed | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Kevin Suo <suokunlong> |
| Component: | Draw | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | caolan.mcnamara |
| Priority: | medium | Keywords: | bibisected, haveBacktrace, regression |
| Version: | 7.1.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | Linux (All) | ||
| Whiteboard: | target:7.3.0 target:7.2.5 | ||
| Crash report or crash signature: | Regression By: | ||
| Attachments: | gdb full backtrace | ||
|
Description
Kevin Suo
2021-11-06 07:29:47 UTC
I also note that there is no crash if you following the steps if there is no user profile generated (i.e., no reproduce if you are running the application for the first time). After a first run of the application user profile is generated, and now if you follow the steps there is crash. This is a regression. Bibisected to the following range: f4a5893eceabc1f6d541164a0e858456f0ce0905..2d1a8f83ce4c74b2ede1e93e8e1d309a61b8af23 2d1a8f83ce4c (fix welded editengine delete-surrounding, 2020-10-22) f09cd9d20a01 (tdf#137520 shrink some text glyphs in icons, 2020-10-16) 5a342bde16fb (weld backing window, 2020-10-15) Adding Caolán McNamara to cc list. Could you please take a look? Thanks. This is focus related, the crash happens because the dispatcher is null, and the dispatcher is set when the frame get focus and the focus didn't get set on the frame Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/6645dfedef841a78d65202e9f0008f0a384e5e44 Resolves: tdf#145567 restore focus to the usual frame focus widget It will be available in 7.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. fone in trunk, backport to 7-2 in gerrit Thank you Caolan for the quick fix! Verified fixed on master. Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-2": https://git.libreoffice.org/core/commit/ac3c1de61e7cf069d3022907570832130235fa32 Resolves: tdf#145567 restore focus to the usual frame focus widget It will be available in 7.2.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. 7.2.4 was a hotfix release, updating target in status-whiteboard |