| Summary: | Crash when closing Asian Phonetic Guide (gtk3) | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Julien Nabet <serval2412> |
| Component: | Writer | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | CC: | caolan.mcnamara |
| Priority: | medium | Keywords: | haveBacktrace |
| Version: | 7.2.0.0.alpha0+ | ||
| Hardware: | x86-64 (AMD64) | ||
| OS: | Linux (All) | ||
| See Also: | https://bugs.documentfoundation.org/show_bug.cgi?id=141466 | ||
| Whiteboard: | target:7.2.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Attachments: | bt with debug symbols | ||
|
Description
Julien Nabet
2021-04-29 07:49:27 UTC
Created attachment 171494 [details]
bt with debug symbols
In addition, I noticed this on console:
warn:legacy.osl:20041:20041:sfx2/source/control/bindings.cxx:1056: suspicious Toggle-Slot
Caolán: since it's specific to gtk3, thought you might be interested in this one. Interestingly, I got a crash when typing "Esc" to close the dialog box. I don't reproduce the crash when clicking on "Close button" or "Apply" button. Also, if I click "Apply" button then type "Esc" to close the dialog box, I don't get the crash. After a question from Roman on tdf#141963 "F5 shortcut for navigator don't close navigator window", I must also tell that I use x11 (thought I used wayland). Perhaps it's related. Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/04f72656705905be13a006004dc18ac6cff4832b tdf#141967 bail early in Activate if disposing It will be available in 7.2.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. that should do it warn:legacy.osl:114247:114247:sfx2/source/control/bindings.cxx:1056: suspicious Toggle-Slot is still there but it must be not related. Anyway, I don't reproduce the crash anymore, that's the essential, thank you for the quick fix! :-) |