https://bugs.documentfoundation.org/show_bug.cgi?id=97195
Armin Le Grand (CIB) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #17 from Armin Le Grand (CIB) <[email protected]> --- Got the crash now, thanks for the complete reproduction steps. It crashes after OGLTransitionImpl::displaySlidesince since m_nFirstIndices.cbegin() is called and handed to displayPrimitives, but m_nFirstIndices is empty. In displayPrimitives, std::vector<int>::const_iterator first is dereferenced and leads to crashes. The vector docu says to cbegin(): "If the container is empty, the returned iterator value shall not be dereferenced." I do not know what slideshow should do here. It may be that m_nFirstIndices being empty is the error, it may be that using it is the error. Adding thb at cc... -- 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
