Created attachment 149178 [details] .doc file with some vb macros Hi, My system is Centos 6, I tried versions libreoffice-6.0.7.3, libreoffice-6.1.3.2, libreoffice5.4, libreoffice6.2 The attached document cannot be loaded and waits forever in: "Document * lodoc = llo->documentLoad(input_url.c_str(),options);" It never returns from this function. It hangs forever, no error at all(After about 2 hours converted the document). I tried the same document with both Libreoffice writer GUI and unoconv. They both worked without any problem. Thanks so much,
Confirmed with load by hand in Libreoffice. Import of a .doc file is a lot slower than in 6.0.7.3 version. No macros imported. Version: 6.3.0.0.alpha0+ Build ID: 413461e3cf3a4b32a17419f67f879a8975c43987 Threads CPU : 4; OS : Linux 4.15; UI Render : par défaut; VCL: gtk3; Locale : fr-FR (fr_FR.UTF-8); Langue IHM : fr-FR Calc: threaded the import progress bar seems to go slower and slower and will reach the end after 5 minutes around althought the UI stays responsive, you can open another file. Unconfirmed with version Version: 6.0.7.3 Build ID: 1:6.0.7-0ubuntu0.18.04.2 Threads CPU : 4; OS : Linux 4.15; UI Render : par défaut; VCL: x11; Locale : fr-FR (fr_FR.UTF-8); Calc: group load in less then 20 secondes... no macro in macro editor.
Set to new because of the lack of import speed .
By the way I did not have any problem while opening from GUI with versions libreoffice-6.0.7.3, libreoffice-6.1.3.2, libreoffice5.4, libreoffice6.2, I have the problem here in libreofficekit: LibreOfficeKit.hxx ==>> /** * Loads a document from an URL. * * @param pUrl the URL of the document to load * @param pFilterOptions options for the import filter, e.g. SkipImages. * Another useful FilterOption is "Language=...". It is consumed * by the documentLoad() itself, and when provided, LibreOfficeKit * switches the language accordingly first. * @since pFilterOptions argument added in LibreOffice 5.0 */ Document* documentLoad(const char* pUrl, const char* pFilterOptions = NULL) { LibreOfficeKitDocument* pDoc = NULL; if (LIBREOFFICEKIT_HAS(mpThis, documentLoadWithOptions)) pDoc = mpThis->pClass->documentLoadWithOptions(mpThis, pUrl, pFilterOptions); else pDoc = mpThis->pClass->documentLoad(mpThis, pUrl); if (pDoc == NULL) return NULL; return new Document(pDoc); }
Murat, have you tried if the bug exists in a recent version?
Dear Murat, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from https://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://web.libera.chat/?settings=#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug