| Summary: | gtk3: insert -> fields -> more fields crashes | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Miklos Vajna <vmiklos> |
| Component: | Writer | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | caolan.mcnamara, serval2412 |
| Priority: | medium | Keywords: | regression |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:6.4.0 target:6.3.4 | ||
| Crash report or crash signature: | Regression By: | ||
|
Description
Miklos Vajna
2019-10-25 15:39:16 UTC
cannot reproduce with Version: 6.4.0.0.alpha1+ Build ID: ac23bec7a43350ce0dd01096ed99f1ed673d9533 CPU threads: 8; OS: Linux 4.19; UI render: default; VCL: gtk3; Locale: nl-BE (en_US.UTF-8); UI-Language: en-US Calc: threaded dialog show ups but the only thing i have is that the shortcut Ctrl+F2 is grey out, so nothing is happening, no dialog showing presumably the document needs some particular content in it to get this to happen, footnotes, references to footnotes ? something like that. I guess https://gerrit.libreoffice.org/#/c/81533/ would fix it, or something clode to that. On pc Debian x86-64 with master sources updated today + gtk3, I don't reproduce this. I noticed this log on console anyway: (soffice:13713): Gtk-CRITICAL **: 13:03:55.367: gtk_widget_event: assertion 'WIDGET_REALIZED_FOR_EVENT (widget, event)' failed insert->field->more field->cross-reference->bookmarks Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/505822ef941194552ae782081d5f6e9d2a6989d3 tdf#128393 change sorting while thawed 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 Thanks! It happened with an empty document as well; what I did not realize is that the dialog remembers the last active tab page, so my user profile triggered the crash on dialog open, but an empty profile needed the switch described in comment 4. Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-3": https://git.libreoffice.org/core/commit/8a72bdcd897988ad142aad2f62044e49fb62e04e tdf#128393 change sorting while thawed It will be available in 6.3.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. |