| Summary: | Calc crashes when trend line using MA(central) lacks data | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Hernan <hjg.com.ar> |
| Component: | Calc | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | buzea.bogdan, himajin100000, nnamani.ezinne, peter.luke.au, stephane.guillou |
| Priority: | medium | Keywords: | implementationError |
| Version: | 7.2.0.4 release | ||
| Hardware: | All | ||
| OS: | All | ||
| URL: | https://crashreport.libreoffice.org/stats/crash_details/44f90ccf-c464-4ec0-981c-c5bc178c4f02 | ||
| See Also: | https://bugs.documentfoundation.org/show_bug.cgi?id=133423 | ||
| Whiteboard: | target:7.6.0 target:7.4.7 target:7.5.4 | ||
| Crash report or crash signature: | ["chart::MovingAverageRegressionCurveCalculator::calculateValuesCentral(std::pair<std::vector<double,std::allocator<double> >,std::vector<double,std::allocator<double> > >)"] | Regression By: | |
| Bug Depends on: | |||
| Bug Blocks: | 116700, 133092 | ||
|
Description
Hernan
2021-12-05 23:49:45 UTC
Reproducible in: Version: 7.4.0.0.alpha0+ / LibreOffice Community Build ID: d272bf4f8f3a083b8c37f7b10f89cd2bf76b7d21 CPU threads: 8; OS: Linux 5.11; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/13a2ca25e4b16a6ac310c03ec9b543c774a0df6c Resolves: tdf#146068 don't crash when MA(central) lacks data It will be available in 7.6.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. done in trunk, backport to 7-5 and 7-4 in gerrit Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-4": https://git.libreoffice.org/core/commit/bdd0cd702f37ff979b55a955905f9beb28f82ba1 Resolves: tdf#146068 don't crash when MA(central) lacks data It will be available in 7.4.7. 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-7-5": https://git.libreoffice.org/core/commit/fde5e93fb09d079cbd145a08469e56339f58c4f9 Resolves: tdf#146068 don't crash when MA(central) lacks data It will be available in 7.5.4. 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. Was also on Linux, with different signatures: LO 7.3.7.2: ["chart::MovingAverageRegressionCurveCalculator::recalculateRegression(com::sun::star::uno::Sequence<double> const&, com::sun::star::uno::Sequence<double> const&)"] https://crashreport.libreoffice.org/stats/crash_details/b6f749dc-c618-4325-b6ec-45fbd67bf4c1 LO 7.2.0.4: https://crashreport.libreoffice.org/stats/crash_details/449a8a0d-5910-4f54-9180-8fa5d15bd903 ["chart::MovingAverageRegressionCurveCalculator::calculateValuesCentral(std::pair<std::vector<double, std::allocator<double> >, std::vector<double, std::allocator<double> > >)"] ... too long to fit in the Crash signature field. The different types of moving averages weren't available before 7.2, so assuming an implementation error from bug 133423. No crash in current trunk build. *** Bug 151535 has been marked as a duplicate of this bug. *** |