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

[Bug] JVM crash on fresh container #1808

Closed
5 tasks done
artyte opened this issue Dec 28, 2024 · 2 comments
Closed
5 tasks done

[Bug] JVM crash on fresh container #1808

artyte opened this issue Dec 28, 2024 · 2 comments
Labels

Comments

@artyte
Copy link

artyte commented Dec 28, 2024

Steps to reproduce

  1. Using mac mini m4
  2. Spin up a komga container (see compose file)
    docker-compose.yml.txt

Expected behavior

Container to run

Actual behavior

See logs file

Logs

hs_err_pid1.log

Komga version

1.15.1

Operating system

Mac OS Sequoia 15.2

Installation method

Docker

Other details

No response

Acknowledgements

  • I have searched the existing issues (open AND closed) and this is a new ticket, NOT a duplicate or related to another open issue.
  • I have written a short but informative title.
  • I have checked the FAQ.
  • I have updated the app to the latest version.
  • I will fill out all of the requested information in this form.
@artyte artyte added the triage label Dec 28, 2024
@chantalgo
Copy link

chantalgo commented Dec 29, 2024

I had exactly the same issue on a mac mini M4 with sequoia 15.2, even running a tag that was running on my previous intel mac (1.14.0)

Some maybe related info: corretto/corretto-21#85

Using
JAVA_TOOL_OPTIONS="-XX:UseSVE=0"
on the docker-compose allows it to run

@artyte
Copy link
Author

artyte commented Dec 29, 2024

I had exactly the same issue on a mac mini M4 with sequoia 15.2, even running a tag that was running on my previous intel mac (1.14.0)

Some maybe related info: corretto/corretto-21#85

Using JAVA_TOOL_OPTIONS="-XX:UseSVE=0" on the docker-compose allows it to run

This works! Thank you!

@artyte artyte closed this as completed Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants