<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - crashtesting failure on export to docx"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=135942#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - crashtesting failure on export to docx"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=135942">bug 135942</a>
              from <span class="vcard"><a class="email" href="mailto:caolanm@redhat.com" title="Caolán McNamara <caolanm@redhat.com>"> <span class="fn">Caolán McNamara</span></a>
</span></b>
        <pre>#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</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>