| Summary: | LibreOffice crashes / hangs traversing page dialog with the keyboard | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Xisco Faulí <xiscofauli> |
| Component: | Writer | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | caolan.mcnamara, serval2412, xiscofauli |
| Priority: | medium | Keywords: | bibisected, bisected, haveBacktrace, regression |
| Version: | 6.3.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.documentfoundation.org/show_bug.cgi?id=123650 | ||
| Whiteboard: | target:6.3.0 target:6.2.3 | ||
| Crash report or crash signature: | Regression By: | ||
| Attachments: | part of bt | ||
|
Description
Xisco Faulí
2019-03-20 16:38:15 UTC
Regression introduced by: https://gerrit.libreoffice.org/plugins/gitiles/core/+/6af7bd87a64ddd93e3beef134914311eeac07373%5E%21 author Caolán McNamara <caolanm@redhat.com> 2019-03-16 21:46:54 +0000 committer Caolán McNamara <caolanm@redhat.com> 2019-03-17 00:35:46 +0100 commit 6af7bd87a64ddd93e3beef134914311eeac07373 (patch) tree 0cc2c502bf10bd0d85e60abf05b33f21148d77e7 parent ed4a0eed82e2f29e8163a445db992d22c6d07134 (diff) Resolves: tdf#123650 explicitly grab focus after modification of the widget after gaining focus, otherwise gtk loses track of where the focus should be Bisected with: bibisect-linux64-6.3 Adding Cc: to Caolán McNamara works fine for me, but... I wonder if that is because I have a printer tray, so it will only try this once. In a non-crashing version of libreoffice do you have only "from printer settings" available in the list ? (In reply to Caolán McNamara from comment #2) > works fine for me, but... I wonder if that is because I have a printer tray, > so it will only try this once. In a non-crashing version of libreoffice do > you have only "from printer settings" available in the list ? Yes, I only have the option [From Printing Settings]. In fact, clicking on this dropdown list with the mouse makes Libreoffice to crash as well... Created attachment 150132 [details]
part of bt
On pc Debian x86-64 with master sources updated yesterday + gtk3, I could reproduce the crash.
The bt isn't complete, it seems there's a kind of loop.
If it can help a bit..
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/122839ea51b3e8ec54d97d43bdbf616db00ae9cd%5E%21 tdf#124226 do fill-on-demand hack only on first visit 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. Verified in Version: 6.3.0.0.alpha0+ Build ID: 7c7a4675ad5d61add70dd073f680ea37012962ce CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US Calc: threaded @Caolán, thanks for fixing this issue! |