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

Library crashes JVM when running on Synology DS1621 #19

Open
mcpierce opened this issue Oct 5, 2021 · 2 comments
Open

Library crashes JVM when running on Synology DS1621 #19

mcpierce opened this issue Oct 5, 2021 · 2 comments

Comments

@mcpierce
Copy link

mcpierce commented Oct 5, 2021

Describe The Bug
My project uses imageio-webp to process archives containing WebP images. A user reported to me that, when processing a file containing WebP image while running our app in a Docker container on a Synology DS1621 (1520+ CPU: 2 GHz Intel Celeron J4125 Quad-Core & 8 GB DDR4 1621+ CPU: 2.2 GHz AMD R-Series Ryzen V1500B Quad-Core & base 4 GB EEC DDR4) imageio-webp consistently crashes the JVM.

The same code processes other image types (JPEG, PNG) without a problem.

To Reproduce The Bug
Steps to reproduce the behavior. Please be as complete as possible and describe the exact steps and values used to cause the error:

  1. Launch ComiXed in the Docker container on the Synology platform.
  2. Attempt to import a file containing a WebP image.
  3. The imageio-webp library crashes and brings down the JVM.

Expected Behavior

  1. The library should process the image without crashing.

Additional Context
The WebP code works correctly when run on other platforms, such as MacOS with Intel CPU, Windows and Linux boxes. The problem seems to be an issue on the specified platform.

@PoloDePoli
Copy link

PoloDePoli commented Oct 5, 2021

I have tested the application ComiXed on both a Synology DS1520+ with an Intel Celeron J4125 as well as on a Synology DS1621+ with a AMD Ryzen. The docker crashed as described in the main bug description on both machines.
Both machines were running docker-compose v1.29.2 (docker v20.10.3).

@mcpierce
Copy link
Author

Following up on this, has there been any investigation or idea of when a fix would be available?

joostoudeman pushed a commit to joostoudeman/webp-imageio that referenced this issue Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants