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

Possible related issues with docker for Mac OS #739

Closed
devi-prsd opened this issue Feb 24, 2025 · 5 comments
Closed

Possible related issues with docker for Mac OS #739

devi-prsd opened this issue Feb 24, 2025 · 5 comments

Comments

@devi-prsd
Copy link

This image uses eclispse-temurin:21 and it is breaking for my MacOS Sequoia 15.3.1. Please refer to the issue here, because the error could be coming from the temurin image used.

keeganwitt/docker-gradle#322

@karianna
Copy link
Contributor

@devi-prsd should be a temurin64-21.0.6 image

@devi-prsd
Copy link
Author

devi-prsd commented Feb 26, 2025

To clarify further, this works on workstations of my colleague who have the

  • same machine - MacBook Pro 14, Nov 2014. Apple M4 Max
  • OS - 15.3.1 (24D70)
  • Docker version - 4.38.0 (181591)

but only core dumps for me. I can't understand why... I have attached the error log.

hs_err_pid8.log

Additionally https://bugs.openjdk.org/browse/JDK-8345296

@karianna
Copy link
Contributor

It may be a genuine H/W fault in memory - recommend running some of those checkers as well! It's rare but I've had 2-3 issues reported over Temurin's history where it was the RAM!

@devi-prsd
Copy link
Author

@karianna actually the workaround mentioned in this https://bugs.openjdk.org/browse/JDK-8345296 worked for me. But they fixed it in 21.0.7 and wasn't backported to lower versions. Maybe in the future it will be backported, but might something to consider upgrading to

@Carlos0196
Copy link

Hi @devi-prsd, FYI, I saw in the the docker team will add a fix in the next version of Docker Desktop (v4.39), but it is not available yet. docker/for-mac#7583

But I agree with you that it'd be nice to have 21.0.7 available, in my case I'm using temurin from sdkman, and I have to use the workaround that you mentioned everywhere in my containers or when running my apps.

@karianna karianna closed this as completed Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants