Created attachment 103029 [details] Original file containing the crash. Problem description: Steps to reproduce: 1. Open the File in LO. 2. LO crashes. Current behavior: 1) The file crashes. Expected behavior: 1) File should not crash. Operating System: Ubuntu Version: 4.4.0.0.alpha0+ Master
The issue is an assert check which fails at the following position. Program received signal SIGABRT, Aborted. 0x00007ffff74b5f79 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 56 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory. #4 0x00007fffa19f570e in SwIndexReg::~SwIndexReg (this=0x7fffb87bc250, __in_chrg=<optimized out>) at /home/synerzip/core/sw/source/core/bastyp/index.cxx:236 236 assert(!m_pFirst && !m_pLast); // There are still indices registered
Created attachment 103030 [details] This is the optimized file created from the original file
Synerzip -> NEW
Vinaya Mandke committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=9a733398516b7ee08ad5b3887c75f11f0f6bbc27 fdo#81491 FILEOPEN DOCX Assert Fails while Deleting Para (FramePr) The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Fix applied + Unit test -> RESOLVED FIXED