https://bugs.documentfoundation.org/show_bug.cgi?id=101821
--- Comment #12 from Aron Budea <[email protected]> ---
In 5.3 master build the crash is in the following piece of code (seems to be
different from the place in crash report):
http://opengrok.libreoffice.org/xref/core/sw/source/core/text/widorp.cxx#68
if( !m_bKeep && m_pFrame->IsInSct() )
{
const SwSectionFrame* const pSct = m_pFrame->FindSctFrame();
m_bKeep = pSct->Lower()->IsColumnFrame() && !pSct->MoveAllowed( m_pFrame );
}
m_pFrame->FindSctFrame() returns nullptr, which it shouldn't.
--
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