https://bugs.documentfoundation.org/show_bug.cgi?id=104414

--- Comment #8 from Mike Kaganski <[email protected]> ---
The problem is when the following line is executed:

> ooxlo.dll!oox::shape::ShapeContextHandler::getShape() Line 430
> writerfilterlo.dll!writerfilter::ooxml::OOXMLFastContextHandlerShape::sendShape(long
>  Element) Line 1623
> writerfilterlo.dll!writerfilter::ooxml::OOXMLFastContextHandlerWrapper::lcl_createFastChildContext(long
>  Element, const 
> com::sun::star::uno::Reference<com::sun::star::xml::sax::XFastAttributeList> 
> & Attribs) Line 1888
> writerfilterlo.dll!writerfilter::ooxml::OOXMLFastContextHandler::createFastChildContext(long
>  Element, const 
> com::sun::star::uno::Reference<com::sun::star::xml::sax::XFastAttributeList> 
> & Attribs) Line 229
> expwraplo.dll!`anonymous 
> namespace'::Entity::startElement(`anonymous-namespace'::Event * pEvent) Line 
> 463
> expwraplo.dll!sax_fastparser::FastSaxParserImpl::callbackStartElement(const 
> unsigned char * localName, const unsigned char * prefix, const unsigned char 
> * URI, int numNamespaces, const unsigned char * * namespaces, int 
> numAttributes, int __formal, const unsigned char * * attributes) Line 1200
> expwraplo.dll!call_callbackStartElement(void * userData, const unsigned char 
> * localName, const unsigned char * prefix, const unsigned char * URI, int 
> numNamespaces, const unsigned char * * namespaces, int numAttributes, int 
> defaultedAttributes, const unsigned char * * attributes) Line 301
> libxml2.dll!xmlParseStartTag2(_xmlParserCtxt * ctxt, const unsigned char * * 
> pref, const unsigned char * * URI, int * tlen) Line 9794
> libxml2.dll!xmlParseTryOrFinish(_xmlParserCtxt * ctxt, int terminate) Line 
> 11591
> libxml2.dll!xmlParseChunk(_xmlParserCtxt * ctxt, const char * chunk, int 
> size, int terminate) Line 12496
> expwraplo.dll!sax_fastparser::FastSaxParserImpl::parse() Line 1039
> expwraplo.dll!sax_fastparser::FastSaxParserImpl::parseStream(const 
> com::sun::star::xml::sax::InputSource & maStructSource) Line 821
> expwraplo.dll!sax_fastparser::FastSaxParser::parseStream(const 
> com::sun::star::xml::sax::InputSource & aInputSource) Line 1379
> writerfilterlo.dll!writerfilter::ooxml::OOXMLDocumentImpl::resolve(writerfilter::Stream
>  & rStream) Line 504
> writerfilterlo.dll!WriterFilter::filter(const 
> com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> & 
> aDescriptor) Line 190
> sfxlo.dll!SfxObjectShell::ImportFrom(SfxMedium & rMedium, const 
> com::sun::star::uno::Reference<com::sun::star::text::XTextRange> & 
> xInsertPosition) Line 2263
> ...

(call stack from VS2013).
When this happens, the element being processed is the first <v:textbox>, and
looks like LO has troubles executing pShape->convertAndInsert( xShapes ).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to