Created attachment 95848 [details] Original file. Contains 1 table with 5 columns and 16992 rows. LO is getting hanged while opening document containing tables. As per the brief analysis Issue seems to be in docbm.cxx:429,MarkManager::makeMark There are 433 pages in the file. The file contains 1 table with 5 columns and 16992 rows. After doing several trials and optimizing the file , it is observed that the file is opening properly. The only main concern is that it takes very long time to open. As of now, it seems like it is a performance issue.
LO give continuous warning : warn:legacy.osl:27488:1:sw/source/core/doc/docbm.cxx:375: MarkManager::makeMark(..) - more than USHRT_MAX marks are not supported correctly
As a workaround removed all the data within the table and then executed the binary, still the file is not loaded. I removed the data thinking that there might be an issue with the contents of the table. @ http://opengrok.libreoffice.org/xref/core/writerfilter/inc/resourcemodel/TableManager.hxx#1010 After EndRow, EndTable is not reached for the file.
*** This bug has been marked as a duplicate of bug 56183 ***