-
Notifications
You must be signed in to change notification settings - Fork 455
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
memory & cpu are exhausted when converting jp2 file into png #1250
Comments
Likely a duplicate / similar instance of #1178 |
winfried |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The memory & cpu are exhausted when converting jp2 file into png.
openjpeg is terminated when the 512GB memory is exhausted (in my computer).
Here's log.
GDB log.
Steps to Reproduce
please run following command line
opj_decompress -i $PoC -o t.png
poc
System Configuration
Ubuntu 18.04.1 LTS
Release: 18.04
CC=clang-9 CXX=clang++-9
The text was updated successfully, but these errors were encountered: