| Summary: | In gtk3, crash when trying to revert back to Standard Toolbar from any Notebookbar variant | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Gökhan Gurbetoğlu <ggurbet> |
| Component: | UI | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | RESOLVED FIXED | ||
| Severity: | critical | CC: | ggurbet, ilmari.lauhakangas, serval2412 |
| Priority: | highest | Keywords: | bibisectRequest, haveBacktrace, regression |
| Version: | 6.1.0.0.alpha1+ | ||
| Hardware: | All | ||
| OS: | Linux (All) | ||
| Whiteboard: | target:6.1.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 103182 | ||
| Attachments: | Backtrace of the Notebookbar to Standard Toolbar switching crash in gtk3 | ||
|
Description
Gökhan Gurbetoğlu
2018-05-10 14:20:17 UTC
Created attachment 142017 [details]
Backtrace of the Notebookbar to Standard Toolbar switching crash in gtk3
Repro. In the past, the NB variants were disabled before you selected "Notebookbar". Maybe the crash manifests due to this new UI behaviour. Arch Linux 64-bit Version: 6.1.0.0.alpha1+ Build ID: 014d31ca48e5ec443e8c7e70edc815f51746c71f CPU threads: 8; OS: Linux 4.16; UI render: default; VCL: gtk3; Locale: fi-FI (fi_FI.UTF-8); Calc: group Built on May 10th 2018 On pc Debian x86-64 with master sources updated today (48078ed27c6a50c270f3a2af75d61c37dd8b6c1c) + gtk3, I don't reproduce this. Could you give the specific views chosen? (In reply to Julien Nabet from comment #3) > On pc Debian x86-64 with master sources updated today > (48078ed27c6a50c270f3a2af75d61c37dd8b6c1c) + gtk3, I don't reproduce this. > Could you give the specific views chosen? Try tabbed variant and then back to normal toolbar. (In reply to Buovjaga from comment #4) > (In reply to Julien Nabet from comment #3) > > On pc Debian x86-64 with master sources updated today > > (48078ed27c6a50c270f3a2af75d61c37dd8b6c1c) + gtk3, I don't reproduce this. > > Could you give the specific views chosen? > > Try tabbed variant and then back to normal toolbar. Sorry, I don't reproduce this :-( I can't reproduce it, but based on the backtrace I expect https://gerrit.libreoffice.org/#/c/54122/ will fix it. I don't think this is really gtk3 specific, just maybe different timing of focus ordering. (In reply to Caolán McNamara from comment #6) > I can't reproduce it, but based on the backtrace I expect > https://gerrit.libreoffice.org/#/c/54122/ will fix it. I don't think this is > really gtk3 specific, just maybe different timing of focus ordering. This seems to fix it! Arch Linux 64-bit Version: 6.1.0.0.alpha1+ Build ID: 21b11273ae91f0cf7fd5f3f9fd2168e4349852c4 CPU threads: 8; OS: Linux 4.16; UI render: default; VCL: gtk3; Locale: fi-FI (fi_FI.UTF-8); Calc: group Built on May 11th 2018 Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=3aa01898e58c4a3bea64fea33778ac455f1f5253 tdf#117549 crash with focus setting during disposing It will be available in 6.1.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. |