• Stephan Bergmann's avatar
    Do not defer ~XMLRedlineImportHelper activity to ~SwXMLImport · 3a9e1e71
    Stephan Bergmann yazdı
    At least with one Clang build, executing sw_unoapi test aborts at shutdown of
    soffice.bin with
    
    20 __cxxabiv1::__cxa_call_unexpected
    21 XMLRedlineImportHelper::~XMLRedlineImportHelper
    22 XMLRedlineImportHelper::~XMLRedlineImportHelper
    23 SwXMLTextImportHelper::~SwXMLTextImportHelper
    24 SwXMLTextImportHelper::~SwXMLTextImportHelper
    25 UniRefBase::release
    26 UniReference<XMLTextImportHelper>::~UniReference
    27 UniReference<XMLTextImportHelper>::~UniReference
    28 SvXMLImport::~SvXMLImport
    29 SwXMLImport::~SwXMLImport
    30 SwXMLImport::~SwXMLImport
    31 cppu::OWeakObject::release
    [...]
    79 binaryurp::Bridge::dispose
    [...]
    98 desktop::Desktop::DeregisterServices
    99 desktop::Desktop::doShutdown
    100 desktop::Desktop::Main
    
    due to ~XMLRedlineImportHelper calling setPropertyValue on an SwXTextDocument
    that is !IsValid() and thus throws a RuntimeException.  SwXMLImport::endOocument
    already contains ClearShapeImport with a comment that indicates it is necessary
    for a similar reason, so add a ClearTextImport that ensures any
    ~XMLRedlineImportHelper activity is done before the SwXTextDocument becomes
    invalid, and not only at shutdown of the remote bridge that still holds a (Java)
    reference to SwXMLImport.
    
    Change-Id: I9891879c91bfea79fa9e22691be1826f61fdd70a
    3a9e1e71
Adı
Son kayıt (commit)
Son güncelleme
..
forms Loading commit data...
pch Loading commit data...
xmloff Loading commit data...
AttributeContainerHandler.hxx Loading commit data...
DomBuilderContext.hxx Loading commit data...
DomExport.hxx Loading commit data...
EnhancedCustomShapeToken.hxx Loading commit data...
MetaExportComponent.hxx Loading commit data...
MetaImportComponent.hxx Loading commit data...
MultiPropertySetHelper.hxx Loading commit data...
PageMasterImportContext.hxx Loading commit data...
PropertySetMerger.hxx Loading commit data...
RDFaExportHelper.hxx Loading commit data...
RDFaImportHelper.hxx Loading commit data...
SchXMLExport.hxx Loading commit data...
SchXMLImport.hxx Loading commit data...
StyleMap.hxx Loading commit data...
TransGradientStyle.hxx Loading commit data...
XMLBackgroundImageContext.hxx Loading commit data...
XMLBackgroundImageExport.hxx Loading commit data...
XMLBase64Export.hxx Loading commit data...
XMLBasicExportFilter.hxx Loading commit data...
XMLBitmapLogicalSizePropertyHandler.hxx Loading commit data...
XMLBitmapRepeatOffsetPropertyHandler.hxx Loading commit data...
XMLChartPropertySetMapper.hxx Loading commit data...
XMLChartStyleContext.hxx Loading commit data...
XMLClipPropertyHandler.hxx Loading commit data...
XMLElementPropertyContext.hxx Loading commit data...
XMLEmbeddedObjectImportContext.hxx Loading commit data...
XMLEventImportHelper.hxx Loading commit data...
XMLFillBitmapSizePropertyHandler.hxx Loading commit data...
XMLFootnoteConfigurationImportContext.hxx Loading commit data...
XMLImageMapContext.hxx Loading commit data...
XMLImageMapExport.hxx Loading commit data...
XMLIndexBibliographyConfigurationContext.hxx Loading commit data...
XMLIsPercentagePropertyHandler.hxx Loading commit data...
XMLLineNumberingImportContext.hxx Loading commit data...
XMLNumberStylesImport.hxx Loading commit data...
XMLPercentOrMeasurePropertyHandler.hxx Loading commit data...
XMLRectangleMembersHandler.hxx Loading commit data...
XMLReplacementImageContext.hxx Loading commit data...
XMLScriptContextFactory.hxx Loading commit data...
XMLScriptExportHandler.hxx Loading commit data...
XMLShapePropertySetContext.hxx Loading commit data...
XMLStarBasicContextFactory.hxx Loading commit data...
XMLStarBasicExportHandler.hxx Loading commit data...
XMLStringBufferImportContext.hxx Loading commit data...
XMLTextColumnsContext.hxx Loading commit data...
XMLTextColumnsExport.hxx Loading commit data...
XMLTextColumnsPropertyHandler.hxx Loading commit data...
XMLTextHeaderFooterContext.hxx Loading commit data...
anim.hxx Loading commit data...
animationimport.hxx Loading commit data...
animations.hxx Loading commit data...
animimp.hxx Loading commit data...
txtflde.hxx Loading commit data...
txtfldi.hxx Loading commit data...
txtlists.hxx Loading commit data...
txtvfldi.hxx Loading commit data...
xexptran.hxx Loading commit data...
xmltabi.hxx Loading commit data...
xmlversion.hxx Loading commit data...