| Summary: | CRASH: selecting all in cutting | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Xisco Faulí <xiscofauli> |
| Component: | Calc | Assignee: | Balázs Varga <varga.balazs3> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | CC: | kelemeng, varga.balazs3, xiscofauli |
| Priority: | medium | Keywords: | bibisected, bisected, haveBacktrace, regression |
| Version: | 6.4.0.0.alpha1+ | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.documentfoundation.org/show_bug.cgi?id=114166 | ||
| Whiteboard: | target:6.4.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Attachments: | gdb bt | ||
|
Description
Xisco Faulí
2019-08-03 12:36:59 UTC
Regression introduced by: author Balazs Varga <balazs.varga991@gmail.com> 2019-07-17 12:57:47 +0200 committer László Németh <nemeth@numbertext.org> 2019-07-24 14:04:06 +0200 commit fa0a981af41a2606541eec1cb20a379a739691e0 (patch) tree a90104181609266bdd21538ef85b1bafbb297465 parent 9c4945a6767c298258f8aab053841242dc4f7afc (diff) tdf#114166 DOCX chart import: fix missing complex categories Bisected with: bibisect-linux64-6.4 Adding Cc: to Balazs Varga Created attachment 153117 [details]
gdb bt
On pc Debian x86-64 with master sources updated today, I could reproduce this.
Here's a naive patch which prevents LO from crashing:
diff --git a/chart2/source/tools/InternalDataProvider.cxx b/chart2/source/tools/InternalDataProvider.cxx
index acce76d5ea19..7a66e15d8efd 100644
--- a/chart2/source/tools/InternalDataProvider.cxx
+++ b/chart2/source/tools/InternalDataProvider.cxx
@@ -145,7 +145,7 @@ struct lcl_internalizeSeries
}
}
- if( xLabel.is() )
+ if( xLabel.is() && xLabel->getTextualData().getLength() )
{
if( m_bDataInColumns )
m_rInternalData.setComplexColumnLabel( nNewIndex, lcl_StringToAnyVector( xLabel->getTextualData() ) );
Balazs Varga committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/6461cec4dc1227c5f14c8e96b440c4ac2c0f2428%5E%21 tdf#126686 Chart: fix crash It will be available in 6.4.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. Verified in Version: 6.4.0.0.alpha0+ Build ID: 967644f09b8b7abe3b86d1647820f14e0196f8b4 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US Calc: threaded @Balázs Varga, thanks for fixing this issue!! Set the formatting according to the needs and the way you want to design it as your client requirements. The https://www.topaustralianwriters.com/my-assignment-help-review/ share some of the courses which you can watch and then do work according to it. |