Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZipFileInfo: Assertion violation when reading ods files #1298

Closed
few opened this issue Jun 23, 2016 · 2 comments
Closed

ZipFileInfo: Assertion violation when reading ods files #1298

few opened this issue Jun 23, 2016 · 2 comments

Comments

@few
Copy link

few commented Jun 23, 2016

Reading an ods file (which is a zip file) (created by LibreOffice Calc 4.2) leads to the following error message:

Assertion violation: std::memcmp(_rawInfo, HEADER, ZipCommon::HEADER_SIZE) == 0 [in file "src/ZipFileInfo.cpp", line 93]

This breaks the "Decompress Single Files" example in the documentation when reading from the stream.
Note that Decompress is able to decompress the entire archive without a problem.

poco-1.7.3 build from source on Ubuntu 14.04 x86_64.

@obiltschnig
Copy link
Member

Could you provide the ods file and steps to reproduce the issue?

@obiltschnig
Copy link
Member

See also #1416

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants