Bug 76200 - LO is getting hanged while opening the attached document.
Summary: LO is getting hanged while opening the attached document.
Status: RESOLVED DUPLICATE of bug 56183
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: Other All
: medium major
Assignee: Rajashri
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-15 11:29 UTC by Rajashri
Modified: 2015-01-24 14:06 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments
Original file. Contains 1 table with 5 columns and 16992 rows. (306.11 KB, application/vnd.openxmlformats-officedocument.wordprocessingml.document)
2014-03-15 11:29 UTC, Rajashri
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rajashri 2014-03-15 11:29:43 UTC
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.
Comment 1 Rajashri 2014-03-17 06:05:57 UTC
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
Comment 2 Rajashri 2014-03-17 06:43:49 UTC
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.
Comment 3 Tushar Bende 2014-04-04 14:18:16 UTC

*** This bug has been marked as a duplicate of bug 56183 ***