Created attachment 118817 [details] the message box I tried to modify a docx with some equations inside. When I try to modify it an infinite message box appears "too many windows opened" When I try to kill this message I find it's from "Microsoft equation editor", but I have to kill LibreOffice to make the message stop
Created attachment 118818 [details] le fichier qui me pose problème
On pc Debian x86-64 with master sources updated today, I didn't reproduce this problem but noticed this on console: warn:writerfilter:19252:1:writerfilter/source/dmapper/OLEHandler.cxx:227: OLEHandler::importStream: unhandled m_sProgId: Equation.2 In fact, there are Equation.3 and Equation.2 on the file. First ones display ok and can be edited. Second ones display ok too but can't be edited (when trying, it opens a Math Window with "'" symbol instead of "x". I tried this: diff --git a/writerfilter/source/dmapper/OLEHandler.cxx b/writerfilter/source/dmapper/OLEHandler.cxx index 6208750..5deb99c 100644 --- a/writerfilter/source/dmapper/OLEHandler.cxx +++ b/writerfilter/source/dmapper/OLEHandler.cxx @@ -221,7 +221,7 @@ void OLEHandler::importStream(uno::Reference<uno::XComponentContext> xComponentC OUString aFilterService; if (m_sProgId == "Word.Document.12") aFilterService = "com.sun.star.comp.Writer.WriterFilter"; - else if (m_sProgId == "Equation.3") + else if (m_sProgId == "Equation.3" || m_sProgId == "Equation.2") aFilterService = "com.sun.star.comp.Math.MathTypeFilter"; else SAL_WARN("writerfilter", "OLEHandler::importStream: unhandled m_sProgId: " << m_sProgId); @@ -259,7 +259,7 @@ OUString OLEHandler::getCLSID(uno::Reference<uno::XComponentContext> xComponentC if (officecfg::Office::Common::Filter::Microsoft::Import::WinWordToWriter::get(xComponentContext)) aRet = "8BC6B165-B1B2-4EDD-aa47-dae2ee689dd6"; } - else if (m_sProgId == "Equation.3") + else if (m_sProgId == "Equation.3" || m_sProgId == "Equation.2") { if (officecfg::Office::Common::Filter::Microsoft::Import::MathTypeToMath::get(xComponentContext)) aRet = "078B7ABA-54FC-457F-8551-6147E776A997"; and could edit equations which couldn't be edited first but still have this strange symbol. Miklos: any thoughts?
Setting status NEW because ... Using the Win32 daily build from 2015-08-13 on Windows Vista, the file appeared to open without problem. The message came up a good part of an hour later. After the message came up 25 times, I cancelled the program. The file opened without obvious problem in both MSWord 2003 SP3 and on Linux in daily dbgutil bibisect version 2015-09-18. However, the latter produced a lot of warnings in the terminal; attachment coming soon.
Created attachment 118899 [details] typescript of opening the file on Linux This typescript is from daily dbgutil bibisect version 2019-09-18.
Created attachment 118900 [details] officeotron output Just one ERROR, but a lot of INFO messages.
Error message "too many windows opened" reproduced with 32-bit master, not on fileopen but after a while. I just had to click OK many times, not to kill LO which stayed open. Adjusted priority.
Created attachment 127817 [details] DrMemory logs.zip
** Please read this message in its entirety before responding ** 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 http://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://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
don't repro in Version: 6.3.0.0.alpha0+ Build ID: 3c964980da07892a02d5ac721d80558c459532d0 CPU threads: 4; OS: Windows 6.1; UI render: default; VCL: win; TinderBox: Win-x86@42, Branch:master, Time: 2018-12-12_02:07:45 Locale: ru-RU (ru_RU); UI-Language: en-US Calc: threaded Status->WFM