https://bugs.documentfoundation.org/show_bug.cgi?id=159844
--- Comment #6 from Robert Nagy <[email protected]> --- (In reply to Julien Nabet from comment #4) > I gave a try following your last comment: > touch /tmp/tmp.92SyOf6UmZ > > soffice --calc --headless --convert-to ods /tmp/tmp.92SyOf6UmZ > convert /tmp/tmp.92SyOf6UmZ as a Calc document -> > /home/julien/lo/libreoffice/instdir/program/tmp.ods using filter : calc8 > Overwriting: /home/julien/lo/libreoffice/instdir/program/tmp.ods > > I also tried with master sources updated today (with debug): > > > /soffice --calc --headless --convert-to ods /tmp/tmp.92SyOf6UmZ > WPSDocument::isFileFormatSupported() > libwps::readU8: can not read data > WPSDocument::isFileFormatSupported() > WPSDocument::isFileFormatSupported() > WPSDocument::isFileFormatSupported() > WPSDocument::isFileFormatSupported() > WPSDocument::isFileFormatSupported() > WPSDocument::isFileFormatSupported() > AbiDocument::isFileFormatSupported > Found xml parser severity error Extra content at the end of the document > > WPSDocument::isFileFormatSupported() > VisioDocument: version 0 > Found xml parser severity error Extra content at the end of the document > > Throwing EndOfStreamException > Throwing EndOfStreamException > warn:legacy.tools:552566:552566:sfx2/source/appl/appuno.cxx:454: invalid > type for Stream > convert /tmp/tmp.92SyOf6UmZ as a Calc document -> > /home/julien/lo/libreoffice/instdir/program/tmp.ods using filter : calc8 > warn:xmloff:552566:552566:xmloff/source/text/XMLTextListAutoStylePool.cxx: > 164: getStyleFamilies() from XModel failed for export! > warn:xmloff:552566:552566:xmloff/source/style/impastpl.cxx:368: Adding > duplicate family table-column with mismatching mapper ! > P25SvXMLExportPropertyMapper 25SvXMLExportPropertyMapper > warn:xmloff:552566:552566:xmloff/source/style/impastpl.cxx:368: Adding > duplicate family table-row with mismatching mapper ! > P25SvXMLExportPropertyMapper 25SvXMLExportPropertyMapper > warn:xmloff:552566:552566:xmloff/source/style/impastpl.cxx:368: Adding > duplicate family table-cell with mismatching mapper ! > P25SvXMLExportPropertyMapper 28XMLShapeExportPropertyMapper > warn:xmloff:552566:552566:xmloff/source/text/XMLTextListAutoStylePool.cxx: > 164: getStyleFamilies() from XModel failed for export! > warn:xmloff:552566:552566:xmloff/source/style/impastpl.cxx:368: Adding > duplicate family table-column with mismatching mapper ! > P25SvXMLExportPropertyMapper 25SvXMLExportPropertyMapper > warn:xmloff:552566:552566:xmloff/source/style/impastpl.cxx:368: Adding > duplicate family table-row with mismatching mapper ! > P25SvXMLExportPropertyMapper 25SvXMLExportPropertyMapper > warn:xmloff:552566:552566:xmloff/source/style/impastpl.cxx:368: Adding > duplicate family table-cell with mismatching mapper ! > P25SvXMLExportPropertyMapper 28XMLShapeExportPropertyMapper > warn:xmloff:552566:552566:xmloff/source/text/XMLTextListAutoStylePool.cxx: > 164: getStyleFamilies() from XModel failed for export! > warn:xmloff:552566:552566:xmloff/source/style/impastpl.cxx:368: Adding > duplicate family table-column with mismatching mapper ! > P25SvXMLExportPropertyMapper 25SvXMLExportPropertyMapper > warn:xmloff:552566:552566:xmloff/source/style/impastpl.cxx:368: Adding > duplicate family table-row with mismatching mapper ! > P25SvXMLExportPropertyMapper 25SvXMLExportPropertyMapper > warn:xmloff:552566:552566:xmloff/source/style/impastpl.cxx:368: Adding > duplicate family table-cell with mismatching mapper ! > P25SvXMLExportPropertyMapper 28XMLShapeExportPropertyMapper > warn:legacy.osl:552566:552566:sc/source/core/data/document.cxx:5525: Wrong > index in AttrArray > warn:xmloff:552566:552566:xmloff/source/text/XMLTextListAutoStylePool.cxx: > 164: getStyleFamilies() from XModel failed for export! > warn:xmloff:552566:552566:xmloff/source/style/impastpl.cxx:368: Adding > duplicate family table-column with mismatching mapper ! > P25SvXMLExportPropertyMapper 25SvXMLExportPropertyMapper > warn:xmloff:552566:552566:xmloff/source/style/impastpl.cxx:368: Adding > duplicate family table-row with mismatching mapper ! > P25SvXMLExportPropertyMapper 25SvXMLExportPropertyMapper > warn:xmloff:552566:552566:xmloff/source/style/impastpl.cxx:368: Adding > duplicate family table-cell with mismatching mapper ! > P25SvXMLExportPropertyMapper 28XMLShapeExportPropertyMapper > warn:legacy.osl:552566:552566:xmloff/source/core/SettingsExportHelper.cxx: > 177: this type is not implemented now > warn:vcl.schedule.deinit:552566:552566:vcl/source/app/scheduler.cxx:176: > DeInit task: Timer a: 1 p: 1 graphic::Manager maSwapOutTimer 10000ms > (0x7f3b6ae5b600) > warn:vcl.schedule.deinit:552566:552566:vcl/source/app/scheduler.cxx:197: > DeInit active tasks: 1 (ignored: 0) > > So no double free here. > > I can't help here=>uncc myself. The problem seems to be that all wpft{calc,impress,draw...} libraries link to libetonyek and in the case of an unknown file extension the modules are loaded one after the other and on teardown cxa_finalize will get called multiple times. -- You are receiving this mail because: You are the assignee for the bug.
