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

Shenandoah GC crash on minecraft java edition #92

Open
JonathanHenson opened this issue Aug 28, 2022 · 1 comment
Open

Shenandoah GC crash on minecraft java edition #92

JonathanHenson opened this issue Aug 28, 2022 · 1 comment
Labels
bug Something isn't working genmode Bugs affecting Shenandoah in GenerationalMode

Comments

@JonathanHenson
Copy link

Describe the bug

Running Minecraft java edition server with shenandoah garbage collector with corretto 17 crashes, usually within an hour of running under load.

To Reproduce

run minecraft java edition on c6g.large, it will work indefinitely until a player logs in and plays, then a crash in the GC always occurs.

Expected behavior

It shouldn't crash

Platform information

OS: AL2 on an EC2 c6g.large
Version:
    openjdk 17.0.2 2022-04-08
   OpenJDK Runtime Environment Corretto-17.0.2.8.1 (build 17.0.2+8-Nightly)
    OpenJDK 64-Bit Server VM Corretto-17.0.2.8.1 (build 17.0.2+8-Nightly, mixed mode, sharing)

Additional context

see attached log

hs_err_pid6150.log

@earthling-amzn
Copy link
Contributor

Thank you for trying the generational mode. We've recently released a new build that contains a fix which improves how the generational mode handles old regions that have been pinned. It's likely this bug is responsible for this crash. Could you please try again with our latest build (based on 17.0.4.9).

@earthling-amzn earthling-amzn added bug Something isn't working genmode Bugs affecting Shenandoah in GenerationalMode labels Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working genmode Bugs affecting Shenandoah in GenerationalMode
Projects
None yet
Development

No branches or pull requests

2 participants