[Libreoffice-bugs] [Bug 135942] crashtesting failure on export to docx

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Aug 20 13:24:29 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=135942

--- Comment #4 from Caolán McNamara <caolanm at redhat.com> ---
#0 
SwXMLTextParagraphExport::exportTable(com::sun::star::uno::Reference<com::sun::star::text::XTextContent>
const&, bool, bool)
    (this=0x1a76150, rTextContent=uno::Reference to (SwXTextTable *) 0x5143a28,
bAutoStyles=true, _bProgress=true) at sw/source/filter/xml/xmltble.cxx:1203
#1  0x00007fffec068c39 in
XMLTextParagraphExport::exportTextContentEnumeration(com::sun::star::uno::Reference<com::sun::star::container::XEnumeration>
const&, bool,
com::sun::star::uno::Reference<com::sun::star::text::XTextSection> const&,
bool, bool, com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet>
const*, TextPNS)
    (this=0x1a76150, rContEnum=uno::Reference to ((anonymous
namespace)::SwXParagraphEnumerationImpl *) 0x50ddb60, bAutoStyles=true,
rBaseSection=empty uno::Reference, bIsProgress=true, bExportParagraph=true,
pRangePropSet=0x0, eExtensionNS=TextPNS::ODF) at
xmloff/source/text/txtparae.cxx:1814
#2  0x00007fffec069554 in
XMLTextParagraphExport::exportText(com::sun::star::uno::Reference<com::sun::star::text::XText>
const&, com::sun::star::uno::Reference<com::sun::star::text::XTextSection>
const&, bool, bool, bool)
    (this=0x1a76150, rText=uno::Reference to (SwXCell *) 0x50e7da0,
rBaseSection=empty uno::Reference, bAutoStyles=true, bIsProgress=true,
bExportParagraph=true)
    at xmloff/source/text/txtparae.cxx:1700
#3  0x00007fffcad4f8e8 in
XMLTextParagraphExport::collectTextAutoStyles(com::sun::star::uno::Reference<com::sun::star::text::XText>
const&, com::sun::star::uno::Reference<com::sun::star::text::XTextSection>
const&, bool)
    (this=0x1a76150, rText=uno::Reference to (SwXCell *) 0x50e7da0,
rBaseSection=empty uno::Reference, bIsProgress=true) at
include/xmloff/txtparae.hxx:460
#4  0x00007fffcad49f01 in SwXMLExport::ExportTableLinesAutoStyles(SwTableLines
const&, unsigned int, unsigned int, rtl::OUString const&,
SwXMLTableColumnsSortByWidth_Impl&, SwXMLTableFrameFormatsSort_Impl&,
SwXMLTableFrameFormatsSort_Impl&, SwXMLTableInfo_Impl&, bool)
    (this=0x4de4ae0, rLines=..., nAbsWidth=9412, nBaseWidth=65535,
rNamePrefix="Table2", rExpCols=..., rExpRows=..., rExpCells=...,
rTableInfo=..., bTop=true)
    at sw/source/filter/xml/xmltble.cxx:695
#5  0x00007fffcad4a8f5 in SwXMLExport::ExportTableAutoStyles(SwTableNode
const&) (this=0x4de4ae0, rTableNd=...) at sw/source/filter/xml/xmltble.cxx:750
#6  0x00007fffcad4d103 in SwXMLTextParagraphExport::exportTableAutoStyles()
(this=0x1a76150) at sw/source/filter/xml/xmltble.cxx:1162

at #6 we are doing....
for (const auto* pTableNode : maTableNodes)
and at #1 we do...
maTableNodes.push_back(pTableNd);
so modify the maTableNodes we are iterating over

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200820/ff636577/attachment.htm>


More information about the Libreoffice-bugs mailing list