Issue 111111 - xmloff.Impress.XMLImporter::com::sun::star::document::XImporter setTargetDocument() crash
Summary: xmloff.Impress.XMLImporter::com::sun::star::document::XImporter setTargetDocu...
Status: CONFIRMED
Alias: None
Product: Impress
Classification: Application
Component: code (show other issues)
Version: DEV300m76
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-23 12:56 UTC by Stephan Bergmann
Modified: 2017-05-20 11:11 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Stephan Bergmann 2010-04-23 12:56:54 UTC
At least on DEV300_m76-based CWS sb120 (mainly making changes to the testing
framework), executing the xmloff/qa/unoapi tests sometimes crashes at least
under unxmacxi non-pro when testing
xmloff.Impress.XMLImporter::com::sun::star::document::XImporter
setTargetDocument() with stack

#0  0x96ee8136 in clock_get_attributes ()
#1  0x96ee1013 in usleep$NOCANCEL$UNIX2003 ()
#2  0x96ef8685 in abort ()
#3  0x01f43d13 in SalAbort ()
#4  0x000aa0df in desktop::Desktop::Exception ()
#5  0x01c616c5 in ImplVCLExceptionHandler::signal ()
#6  0x0020394e in CallSignalHandler ()
#7  0x00203ae5 in SignalHandlerFunction ()
#8  0x96e782bb in _sigtramp ()
#9  0xffffffff in ?? ()
#10 0x234deb02 in XMLTextPropertyHandlerFactory_Impl::GetPropertyHandler ()
#11 0x234df092 in XMLTextPropertyHandlerFactory::GetPropertyHandler ()
#12 0x2343c8b5 in XMLPropertySetMapperEntry_Impl::XMLPropertySetMapperEntry_Impl ()
#13 0x2343d2d3 in XMLPropertySetMapper::XMLPropertySetMapper ()
#14 0x234df367 in XMLTextPropertySetMapper::XMLTextPropertySetMapper ()
#15 0x23490e6b in XMLTextImportHelper::CreateParaExtPropMapper ()
#16 0x235f6273 in XMLShapeImportHelper::XMLShapeImportHelper ()
#17 0x233baeda in SvXMLImport::CreateShapeImport ()
#18 0x2356d8a9 in SdXMLImport::setTargetDocument ()
#19 0x27e23dbf in OOo2OasisTransformer::setTargetDocument ()
#20 0x03d54d22 in (anonymous namespace)::callVirtualMethod ()
#21 0x03d550f0 in (anonymous namespace)::cpp_call ()
#22 0x03d5593f in bridges::cpp_uno::shared::unoInterfaceProxyDispatch ()
#23 0x177acd0a in thisDispatch ()
#24 0x1779f676 in bridges_urp::ServerMultiJob::execute ()
#25 0x1779ff86 in doit ()
#26 0x0015e8ea in cppu_threadpool::JobQueue::enter ()
#27 0x0015ecab in cppu_threadpool::ORequestThread::run ()
#28 0x0015f024 in cppu_requestThreadWorker ()
#29 0x001fd5b7 in osl_thread_start_Impl ()
#30 0x96e3d155 in _pthread_start ()
#31 0x96e3d012 in thread_start ()
Comment 1 Stephan Bergmann 2010-04-23 13:24:43 UTC
There appear to be general problems with xmloff.Impress.XMLImporter, not just
specific to setTargetDocument().  Another crash, when testing
xmloff.Impress.XMLIMporter::com::sun::star::lang::XInitialization::initialize() is

#0  0x96e79e42 in kill$UNIX2003 ()
#1  0x96eec23a in raise ()
#2  0x96ef8679 in abort ()
#3  0x01f43d13 in SalAbort ()
#4  0x000aa0df in desktop::Desktop::Exception ()
#5  0x01c616c5 in ImplVCLExceptionHandler::signal ()
#6  0x0020394e in CallSignalHandler ()
#7  0x00203ae5 in SignalHandlerFunction ()
#8  0x96e782bb in _sigtramp ()
#9  0xffffffff in ?? ()
#10 0x236a9677 in SvXMLNamespaceMap::_Add ()
#11 0x236a9f8d in SvXMLNamespaceMap::Add ()
#12 0x236cce87 in SvXMLImport::_InitCtor ()
#13 0x236cf5a5 in SvXMLImport::SvXMLImport ()
#14 0x23878a9b in SdXMLImport::SdXMLImport ()
#15 0x238792f0 in XMLImpressImportOasis_createInstance ()
#16 0x0062e906 in cppu::OSingleFactoryHelper::createInstanceEveryTime ()
#17 0x0062e02c in cppu::OSingleFactoryHelper::createInstanceWithContext ()
#18 0x0062e34f in cppu::OFactoryComponentHelper::createInstanceWithContext ()
#19 0x0062eecd in
cppu::OSingleFactoryHelper::createInstanceWithArgumentsAndContext ()
#20 0x0062f4af in
cppu::OFactoryComponentHelper::createInstanceWithArgumentsAndContext ()
#21 0x00630f36 in
cppu::ORegistryFactoryHelper::createInstanceWithArgumentsAndContext ()
#22 0x03d86565 in
stoc_smgr::OServiceManager::createInstanceWithArgumentsAndContext ()
#23 0x03d7ab38 in stoc_smgr::OServiceManager::createInstanceWithArguments ()
#24 0x281133df in OOo2OasisTransformer::Initialize ()
#25 0x03d54d22 in (anonymous namespace)::callVirtualMethod ()
#26 0x03d550f0 in (anonymous namespace)::cpp_call ()
#27 0x03d5593f in bridges::cpp_uno::shared::unoInterfaceProxyDispatch ()
#28 0x176b0d0a in thisDispatch ()
#29 0x176a3676 in bridges_urp::ServerMultiJob::execute ()
#30 0x176a3f86 in doit ()
#31 0x0015e8ea in cppu_threadpool::JobQueue::enter ()
#32 0x0015ecab in cppu_threadpool::ORequestThread::run ()
#33 0x0015f024 in cppu_requestThreadWorker ()
#34 0x001fd5b7 in osl_thread_start_Impl ()
#35 0x96e3d155 in _pthread_start ()
#36 0x96e3d012 in thread_start ()
Comment 2 Stephan Bergmann 2010-04-23 13:30:54 UTC
worked around for now by disabling the affected tests in
xmloff/qa/unoapi/xmloff.sce, see
<http://hg.services.openoffice.org/cws/sb120/rev/52aac43f69a1>; please revert
when fixing this issue
Comment 3 clippka 2010-06-07 16:17:31 UTC
changing target
Comment 4 Marcus 2017-05-20 11:11:20 UTC
Reset assigne to the default "issues@openoffice.apache.org".