Created attachment 101661 [details] Docx file Docx file containing caption and table Steps to reproduce : 1) Open attached file on latest LO build. Current behavior: File gets crashed while opening. Expected behavior : LO should open file properly.
Created attachment 101662 [details] Stack trace of attached file
Just for information, I do not reproduce with 4.3.0.1, ubuntu 14.04 x86.
Fail to reproduce also with own master build Version: 4.4.0.0.alpha0+ Build ID: 2e01d1bc5cd5186973d0451e8e9beaf3a924bcea on Linux Mint 17 x64
no crash under Win7x64 using 4.4.0.0.alpha0+ Build ID: 95272e7e5b7e38753ab07dbd6503b7cfa2974842 TinderBox: Win-x86@42, Branch:master, Time: 2014-06-26_23:01:43 when opening I see a popup message saying: Document file 'captionNTable.docx' is locked for editing by yourself on a different system since 24.06.2014 20:51 Open document read-only, or ignore own file locking and open the document for editing.
it's a debug-build-only assertion. it means that when a paragraph (SwTxtNode) is destroyed there is still a cursor (SwIndex) registered at the paragraph, which is an error that can cause various problems later. can reproduce this in current libreoffice-4-3 but not master... maybe it's been fixed?
aha... was fixed by commit 9fbdb02c9a1da28b4dd51b053d39cb254631e535 *** This bug has been marked as a duplicate of bug 79940 ***