| Summary: | a11y: Crash on listbox dispose in toolbar dropdown | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Maxim Monastirsky <momonasmon> |
| Component: | graphics stack | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | caolan.mcnamara, jmadero.dev, xiscofauli |
| Priority: | medium | Keywords: | bibisected, bisected, regression |
| Version: | 5.3.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | Linux (All) | ||
| Whiteboard: | target:5.3.0 target:5.2.4 | ||
| Crash report or crash signature: | Regression By: | ||
|
Description
Maxim Monastirsky
2016-10-06 08:38:11 UTC
I can't reproduce it in Version: 5.3.0.0.alpha0+ Build ID: ae3ec79354f7b4967e736c6a4cd7c08fc52e2b7d CPU Threads: 4; OS Version: Linux 4.2; UI Render: default; Locale: ca-ES (ca_ES.UTF-8); Calc: group Could you please try with the latest daily build? http://dev-builds.libreoffice.org/daily/master/ I reproduce it with my own (dbgutil) build from today (commit ae137866167f65557c64ff19dd3bcf602a55207d), and also with: Version: 5.3.0.0.alpha0+ Build ID: f933da55797566cf725e35ab0df17e91c7d5598f CPU Threads: 4; OS Version: Linux 4.7; UI Render: default; TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time: 2016-10-06_00:02:47 Locale: en-US (en_US.UTF-8); Calc: group (so it's not gtk3 specific like I thought) I bibisected for gtk2, and it crashes the whole 5.3 cycle. So regression only for gtk3. Where's the bibisect? FWIW, "gtk3-a11y: our eventbox is inside a grid now" is effectively "make a11y work under gtk3 again" Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=6c220995aa2485a9c5d23f0ec952a64151ab25b6 Resolves: tdf#103032 a11y crash on listbox dispose in toolbar dropdown It will be available in 5.3.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. That works to not crash anyway. Backport to 5-2 in gerrit now Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-5-2": http://cgit.freedesktop.org/libreoffice/core/commit/?id=8d403f337dde983aeccc8d6066abfda6c12599ca&h=libreoffice-5-2 Resolves: tdf#103032 a11y crash on listbox dispose in toolbar dropdown It will be available in 5.2.4. 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. |