https://bugs.documentfoundation.org/show_bug.cgi?id=158255
--- Comment #3 from Eike Rathke <[email protected]> --- Apart from that the mimetype file in the zip container is compressed which it must not (see ODF specification), and the unexpected attribute "text:is-hidden" the validator complains about (only those two errors with extended conformant ODF1.3), the crash is a nullptr dereference in sw/source/core/layout/sectfrm.cxx SwSectionFrame::Notify() where in SwSectionFormat *const pFormat(GetSection()->GetFormat()); the GetSection() call returns nullptr. My blind guess is it there should check for nullptr and bail out if so, but I'm not familiar with that code and maybe it's just a symptom and not the cause. -- You are receiving this mail because: You are the assignee for the bug.
