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.
Following a problem on my side, this is the same bug than tdf#104491. Could an admin remove this one? Thank you in advance.
*** This bug has been marked as a duplicate of bug 104492 ***