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

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
                 CC|                            |[email protected],
                   |                            |[email protected]

--- Comment #4 from Julien Nabet <[email protected]> ---
On pc Debian x86-64 with master sources updated today, I confirm that some
formulas are replaced by 'Object <number>'

Mike: I tried to debug and found that
"application/vnd.oasis.opendocument.formula" was used in this bt:
#1  0x00007fa0224edb11 in configmgr::Access::getByName (this=0x559ff181f440,
aName="application/vnd.oasis.opendocument.formula") at
configmgr/source/access.cxx:408
#2  0x00007fa0224edc3f in non-virtual thunk to
configmgr::Access::getByName(rtl::OUString const&) () at
/home/julien/lo/libreoffice/instdir/program/../program/libconfigmgrlo.so
#3  0x00007fa0365cb890 in
comphelper::MimeConfigurationHelper::GetExplicitlyRegisteredObjClassID
(this=0x559ff19a4570, aMediaType="application/vnd.oasis.opendocument.formula")
    at comphelper/source/misc/mimeconfighelper.cxx:349
#4  0x00007fa0365ce44c in
comphelper::MimeConfigurationHelper::GetFactoryNameByMediaType
(this=0x559ff19a4570, aMediaType="application/vnd.oasis.opendocument.formula")
    at comphelper/source/misc/mimeconfighelper.cxx:549
#5  0x00007fa00e0a037f in UNOEmbeddedObjectCreator::createInstanceInitFromEntry
    (this=0x559ff19a4520, xStorage=uno::Reference to (OStorage *)
0x559fee190348, sEntName="Object 44", aMedDescr=uno::Sequence of length 1 =
{...}, lObjArgs=uno::Sequence of length 2 = {...})
    at embeddedobj/source/general/xcreator.cxx:163
#6  0x00007fa00e0a0aa4 in non-virtual thunk to
UNOEmbeddedObjectCreator::createInstanceInitFromEntry(com::sun::star::uno::Reference<com::sun::star::embed::XStorage>
const&, rtl::OUString const&,
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&,
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) ()
at /home/julien/lo/libreoffice/instdir/program/../program/libembobj.so
#7  0x00007fa036488b02 in comphelper::EmbeddedObjectContainer::Get_Impl
(this=0x559ff0ec7f30, rName="Object 44", xCopy=empty uno::Reference,
pBaseURL=0x7fff1f295120)
    at comphelper/source/container/embeddedobjectcontainer.cxx:347
#8  0x00007fa036488498 in
comphelper::EmbeddedObjectContainer::GetEmbeddedObject (this=0x559ff0ec7f30,
rName="Object 44", pBaseURL=0x7fff1f295120) at
comphelper/source/container/embeddedobjectcontainer.cxx:300
#9  0x00007fa031f29de0 in SvXMLEmbeddedObjectHelper::ImplReadObject
(this=0x559ff0ef0a90, rContainerStorageName="", rObjName="Object 44",
pTemp=0x0) at svx/source/xml/xmleohlp.cxx:415
#10 0x00007fa031f2a305 in
SvXMLEmbeddedObjectHelper::ImplInsertEmbeddedObjectURL (this=0x559ff0ef0a90,
rURLStr="./Object 44") at svx/source/xml/xmleohlp.cxx:449
#11 0x00007fa031f2ab39 in SvXMLEmbeddedObjectHelper::resolveEmbeddedObjectURL
(this=0x559ff0ef0a90, rURL="./Object 44") at svx/source/xml/xmleohlp.cxx:555
#12 0x00007fa031f2ae1c in non-virtual thunk to
SvXMLEmbeddedObjectHelper::resolveEmbeddedObjectURL(rtl::OUString const&) () at
/home/julien/lo/libreoffice/instdir/program/libsvxcorelo.so
#13 0x00007fa02a6e72bb in SvXMLImport::ResolveEmbeddedObjectURL
(this=0x559ff18333f0, rURL="./Object 44", rClassId=u"") at
xmloff/source/core/xmlimp.cxx:1381
#14 0x00007fa02ab6246d in (anonymous
namespace)::XMLTextFrameContext_Impl::Create (this=0x559ff0f43660) at
xmloff/source/text/XMLTextFrameContext.cxx:451
#15 0x00007fa02ab60ea2 in (anonymous
namespace)::XMLTextFrameContext_Impl::XMLTextFrameContext_Impl
    (this=0x559ff0f43660, rImport=..., rAttrList=uno::Reference to
(sax_fastparser::FastAttributeList *) 0x7f9fd809bff8,
eATyp=com::sun::star::text::TextContentAnchorType::TextContentAnchorType_AS_CHARACTER,
nNewType=3, rFrameAttrList=uno::Reference to (sax_fastparser::FastAttributeList
*) 0x559ff1a074b8, bMultipleContent=false) at
xmloff/source/text/XMLTextFrameContext.cxx:1127
#16 0x00007fa02ab5eec0 in XMLTextFrameContext::createFastChildContext
(this=0x559fee3407a0, nElement=329028, xAttrList=uno::Reference to
(sax_fastparser::FastAttributeList *) 0x7f9fd809bff8)
    at xmloff/source/text/XMLTextFrameContext.cxx:1545

Then I noticed this value "MimeTypeClassIDRelations" and expected to find a
file containing some mappings like:
application/vnd.oasis.opendocument.formula => <application 1>
application/vnd.oasis.opendocument.graphics => <application 2>
etc.

but I found nothing.

Any idea?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to