Try to open the attached document. It crashes with following message: terminate called after throwing an instance of 'com::sun::star::packages::zip::ZipIOException' Tested with version 3.5.2.2 on windows7/64bit
Created attachment 61289 [details] testfile
Created attachment 61304 [details] bt with symbols On pc Debian x86-64, I reproduced this behaviour on branch 3.5 and master, both updated today. I attached the bt with symbols. For the test, I renamed the file to change the extension and put .zip, it opened without problem.
Checked with: LO 3.5.4.2 Build ID: own W7 debug build Windows 7 Professional SP1 64 bit No crash. General input/output error.
I still got crashes with 3.5 and master updated. Could it be because I use Boost 1.49 or is it simply a Linux only problem ?
This is similar to bug#49819 - except I believe Muthusuba's fix for bug#54609 fixes this one - the stream that has a bad header is ignored as not being terribly important. I'd -really- like to know how you generate this file though: is it straight out of Microsoft Office ? - if so we're going to need to tweak our import filter. The dates/time stamps in the directory vs. the stream itself appear to be different - which is what causes the grief. *** This bug has been marked as a duplicate of bug 54609 ***
The XLS/XLSX files is generated by Excel 2010 - open Excel and save the empty sheet as a new file.
Laubrino: It's very similar with bt of fdo#54968 https://bugs.freedesktop.org/show_bug.cgi?id=54968 So it should be solved in 3.6.2
Yes, it works in 3.6.2. Thank you!