https://bugs.freedesktop.org/show_bug.cgi?id=68084

Julien Nabet <[email protected]> changed:

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

--- Comment #2 from Julien Nabet <[email protected]> ---
On pc Debian x86-64 with master sources updated today, I reproduced the
problem.
With gdb session, I saw that the crash happened there:
writerfilter/source/ooxml/OOXMLDocumentImpl.cxx at
resolveFastSubStream(rStream, OOXMLStream::STYLES);

package/source/xstor/xstorage.cxx there:
   6047         xResult = m_pData->m_rHierarchyHolder->GetStreamHierarchically(
   6048                                                 (
m_pImpl->m_nStorageMode & embed::ElementModes::READWRITE ),
   6049                                                 aListPath,
   6050                                                 nOpenMode );

It's quite difficult to follow the code here, it seemed recursive to me.

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

Reply via email to