| Summary: | Crash when double-clicking in an empty chart that was saved as XLS | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Aron Budea <aron.budea> |
| Component: | Calc | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | markus.mohrhard, telesto, xiscofauli |
| Priority: | medium | Keywords: | bibisected, bisected, haveBacktrace, regression |
| Version: | 5.1.0.3 release | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: |
https://crashreport.libreoffice.org/stats/signature/com::sun::star::uno::BaseReference::iquery_throw(com::sun::star::uno::XInterface%20*,com::sun::star::uno::Type%20const%20&) https://bugs.documentfoundation.org/show_bug.cgi?id=94320 |
||
| Whiteboard: | target:6.2.0 target:6.0.7 target:6.1.1 | ||
| Crash report or crash signature: | ["com::sun::star::uno::BaseReference::iquery_throw(com::sun::star::uno::XInterface *,com::sun::star::uno::Type const &)"] | Regression By: | |
| Attachments: |
sample file
gdb backtrace |
||
|
Description
Aron Budea
2018-04-17 17:15:17 UTC
Repro with Version: 6.1.0.0.alpha0+ Build ID: 9c4eaa7b81a40d97fe49b85272b40bfeaaf44f86 CPU threads: 4; OS: Windows 6.3; UI render: default; TinderBox: Win-x86@42, Branch:master, Time: 2018-04-16_03:31:36 Locale: nl-NL (nl_NL); Calc: CL but not with Versie: 4.4.7.2 Build ID: f3153a8b245191196a4b6b9abd1d0da16eead600 Locale: nl_NL > While it's a crash, it's an extremely degenerate case, setting importance > accordingly. -> 343 https://crashreport.libreoffice.org/stats/signature/com::sun::star::uno::BaseReference::iquery_throw(com::sun::star::uno::XInterface%20*,com::sun::star::uno::Type%20const%20&)#summary Created attachment 141449 [details]
sample file
Regression introduced by: author Markus Mohrhard <markus.mohrhard@googlemail.com> 2015-10-03 15:59:06 +0200 committer Markus Mohrhard <markus.mohrhard@googlemail.com> 2015-10-03 16:00:21 +0200 commit 749a0845500d69f99bf1901bab82361f67b5e4f6 (patch) tree b758bc7dff18029881e1a9c8f3881ce117dadfd6 parent c70c4d203340999fc039838cc487d3e4c28d2f79 (diff) don't show area and line panel in pie chart Chart selection, tdf#94320 Bisected with: bibisect-macosx-64-5.1 Adding Cc: to Markus Mohrhard Created attachment 141450 [details]
gdb backtrace
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=321248b44bb97707523be7e1b7ff360e8f9eace4 Resolves: tdf#117069 crash double clicking in certain chart It will be available in 6.2.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. Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=d12a200e69d4bedb4228c7632ec648e4fdc21fc2&h=libreoffice-6-0 Resolves: tdf#117069 crash double clicking in certain chart It will be available in 6.0.7. 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. Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-1": http://cgit.freedesktop.org/libreoffice/core/commit/?id=704133f7cb76b29a86d97d776b594c5ebf9a1123&h=libreoffice-6-1 Resolves: tdf#117069 crash double clicking in certain chart It will be available in 6.1.1. 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. Verified in Version: 6.2.0.0.alpha0+ Build ID: 5779b4966954d845f3c526c340bdee8c6a92ef95 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); Calc: threaded @Caolán, thanks for fixing this!! |