| Summary: | Crash when closing SQL Edit Query (gtk3 only) | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Julien Nabet <serval2412> |
| Component: | Base | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | caolan.mcnamara, xiscofauli |
| Priority: | medium | Keywords: | bibisected, bisected, haveBacktrace, regression |
| Version: | 7.0.0.0.alpha0+ | ||
| Hardware: | x86-64 (AMD64) | ||
| OS: | Linux (All) | ||
| Whiteboard: | target:7.0.0 target:6.3.6 target:6.4.3 target:6.4.2 | ||
| Crash report or crash signature: | Regression By: | ||
| Attachments: |
bt with debug symbols (gtk3)
test file |
||
|
Description
Julien Nabet
2020-03-09 21:11:33 UTC
Created attachment 158526 [details]
bt with debug symbols (gtk3)
I don't reproduce this with LO Debian package 6.4.1.2 (gtk3 rendering) => regression Caolán: thought you might be interested in this one since it concerns gtk3 only. Created attachment 158527 [details]
test file
Open file
edit query with SQL view
close
=> crash
Confirmed on mint 19.3 x64 with Version: 7.0.0.0.alpha0+ Build ID: 4bca67d21e418eb3981cd63390bf2cb401dabe13 CPU threads: 4; OS: Linux 5.3; UI render: default; VCL: gtk3; TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time: 2020-03-08_02:59:34 Locale: en-US (en_US.UTF-8); UI-Language: en-US Calc: threaded Unconfirmed with Version: 7.0.0.0.alpha0+ Build ID: 4ff12ba6f4639c73587f2bb58afcc3ca6fb30105 CPU threads: 4; OS: Linux 5.3; UI render: default; VCL: gtk3; TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time: 2020-01-24_21:09:14 Locale: en-US (en_US.UTF-8); UI-Language: en-US Calc: threaded I think its more an a11y thing than a gtk thing, just that gtk has working a11y (In reply to Caolán McNamara from comment #5) > I think its more an a11y thing than a gtk thing, just that gtk has working > a11y Considering the bt, you're right. Sometimes I wonder if accessibility should/could be disabled for gtk. I mean, is there something planned to fix bugs in it? Indeed, it seems nobody works on this part. Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/3fb0d46b1ec39cb6a5deb8521f7a4e489c194841 Resolves: tdf#131248 a11y crash when closing SQL Edit Query It will be available in 7.0.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. Just for the record, the issue started to happen after https://cgit.freedesktop.org/libreoffice/core/commit/?id=a7b9cbbdd4b56b2f64b023f25de185353a6f01d9 re "Sometimes I wonder if accessibility should/could be disabled for gtk." the same crashes/failures should happen on windows with a11y enabled, what we sort of lack is a way to detect that a11y isn't needed to hide the common a11y errors under gtk (In reply to Caolán McNamara from comment #9) > re "Sometimes I wonder if accessibility should/could be disabled for gtk." > the same crashes/failures should happen on windows with a11y enabled, what > we sort of lack is a way to detect that a11y isn't needed to hide the common > a11y errors under gtk Ok Anyway, I confirm it's ok with the patch. Thank you! Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-3": https://git.libreoffice.org/core/commit/35584bd345feb5869676b3eebf1586b248d35c3f Resolves: tdf#131248 a11y crash when closing SQL Edit Query It will be available in 6.3.6. 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. Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-4": https://git.libreoffice.org/core/commit/156f14c6632df104186feeba250abdf7de4a2e30 Resolves: tdf#131248 a11y crash when closing SQL Edit Query It will be available in 6.4.3. 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. Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-4-2": https://git.libreoffice.org/core/commit/8a025d3f86bdc51013df27d8290ddf7cfcf1b36f Resolves: tdf#131248 a11y crash when closing SQL Edit Query It will be available in 6.4.2. 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. |