https://bz.apache.org/ooo/show_bug.cgi?id=128398
--- Comment #1 from [email protected] --- Patching the test to sleep a bit: diff --git a/test/testuno/source/fvt/uno/sd/file/CheckFileProperties.java b/test/testuno/source/fvt/uno/sd/file/CheckFileProperties.java index 8e169a5df4..5c17b90489 100644 --- a/test/testuno/source/fvt/uno/sd/file/CheckFileProperties.java +++ b/test/testuno/source/fvt/uno/sd/file/CheckFileProperties.java @@ -313,10 +313,12 @@ public class CheckFileProperties { XDocumentProperties xDocPro = getDocumentProperties(); + Thread.sleep(15000); xDocPro.setEditingCycles(revisionNumber); app.saveDocument(m_xSDComponent, m_filePath); allows attaching a debugger to AOO. Then: (gdb) bt #0 (anonymous namespace)::SfxDocumentMetaData::serialize(com::sun::star::uno::Reference<com::sun::star::xml::sax::XDocumentHandler> const&, com::sun::star::uno::Sequence<com::sun::star::beans::StringPair> const&) (this=0x80e6891b0, i_xHandler=..., i_rNamespaces=...) at source/doc/SfxDocumentMetaData.cxx:2309 #1 0x0000000804f94cb1 in SvXMLMetaExport::Export() (this=0x80e8ded30) at source/meta/xmlmetae.cxx:369 #2 0x0000000804ebd20e in SvXMLExport::_ExportMeta() (this=0x80e659c50) at source/core/xmlexp.cxx:1588 #3 0x0000000804ef81c5 in SdXMLExport::_ExportMeta() (this=0x80e659c50) at source/draw/sdxmlexp.cxx:1894 #4 0x0000000804ebcdc2 in SvXMLExport::exportDoc(xmloff::token::XMLTokenEnum) (this=0x80e659c50, eClass=xmloff::token::XML_PRESENTATION) at source/core/xmlexp.cxx:1521 #5 0x0000000804ebafb4 in SvXMLExport::filter(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x80e659c50, aDescriptor=...) at source/core/xmlexp.cxx:938 #6 0x000000080ad267cf in SdXMLFilter::Export() (this=0x7fffdfdfab28) at source/filter/xml/sdxmlwrp.cxx:1085 #7 0x000000080ac96684 in sd::DrawDocShell::SaveAs(SfxMedium&) (this=0x80a3f3ae0, rMedium=...) at source/ui/docshell/docshel4.cxx:606 #8 0x00000008015ac8e6 in SfxObjectShell::SaveAsOwnFormat(SfxMedium&) (this=0x80a3f3ae0, rMedium=...) at source/doc/objstor.cxx:3270 #9 0x000000080ac97c21 in sd::DrawDocShell::SaveAsOwnFormat(SfxMedium&) (this=0x80a3f3ae0, rMedium=...) at source/ui/docshell/docshel4.cxx:1211 #10 0x00000008015a1027 in SfxObjectShell::SaveTo_Impl(SfxMedium&, SfxItemSet const*) (this=0x80a3f3ae0, rMedium=..., pSet=0x0) at source/doc/objstor.cxx:1469 #11 0x00000008015ab374 in SfxObjectShell::PreDoSaveAs_Impl(String const&, String const&, SfxItemSet*) (this=0x80a3f3ae0, rFileName=..., aFilterName=..., pParams=0x80e6b7c60) at source/doc/objstor.cxx:2995 #12 0x00000008015aa70d in SfxObjectShell::CommonSaveAs_Impl(INetURLObject const&, String const&, SfxItemSet*) (this=0x80a3f3ae0, aURL=..., aFilterName=..., aParams=0x80e6b74f0) at source/doc/objstor.cxx:2846 #13 0x000000080159227c in SfxObjectShell::APISaveAs_Impl(String const&, SfxItemSet*) (this=0x80a3f3ae0, aFileName=..., aParams=0x80e6b74f0) at source/doc/objserv.cxx:338 #14 0x00000008015f92a8 in SfxBaseModel::impl_store(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, unsigned char) (this=0x80a3f1840, sURL=..., seqArguments=..., bSaveTo=1 '\001') at source/doc/sfxbasemodel.cxx:2923 -- You are receiving this mail because: You are the assignee for the issue.
