You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Launch ComiXed in the Docker container on the Synology platform.
Attempt to import a file containing a WebP image.
The imageio-webp library crashes and brings down the JVM.
Expected Behavior
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.
The text was updated successfully, but these errors were encountered:
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).
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:
Expected Behavior
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.
The text was updated successfully, but these errors were encountered: