Bug 104491 - FILEOPEN: Infinite docx loading with 100% CPU usage
Summary: FILEOPEN: Infinite docx loading with 100% CPU usage
Status: RESOLVED DUPLICATE of bug 104492
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
4.4.5.2 release
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-08 09:27 UTC by Dimitri Bouron
Modified: 2016-12-08 10:05 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments
docx file with shape and embedded image (60.11 KB, application/vnd.openxmlformats-officedocument.wordprocessingml.document)
2016-12-08 09:27 UTC, Dimitri Bouron
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dimitri Bouron 2016-12-08 09:27:10 UTC
Created attachment 129388 [details]
docx file with shape and embedded image

The attached docx file could not be open.
Document loading is looping and CPU usage takes 100% on one core.

To reproduce this bug, you just have to open 'bug.docx' attached file.

According to console output, this bug is different from tdf#55196 and tdf#96102.

This document has been created with MS Office 2010. It contains arrow shapes and png images.

If you unzip document, you have:

* In bug/word/_rels/document.xml.rels:

[...]
<Relationship Id="rId9" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/image" Target="media/image1.png"/>
[...]

* In bug/word/document.xml:

[...]
<a:blip r:embed="rId9">
<a:extLst>
<a:ext uri="{28A0092B-C50C-407E-A947-70E740481C1C}">
<a14:useLocalDpi xmlns:a14="http://schemas.microsoft.com/office/drawing/2010/main" val="0"/>
</a:ext>
</a:extLst>
</a:blip>
[...]

If you remove images and keep only arrow shapes, file is opening correctly.
I suspect an embedded image bug.
Comment 1 Dimitri Bouron 2016-12-08 09:36:41 UTC
Following a problem on my side, this is the same bug than tdf#104491.
Could an admin remove this one?
Thank you in advance.
Comment 2 Xisco Faulí 2016-12-08 10:05:01 UTC

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