-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
JVM crashes with grpc-netty-shaded 1.67.1 and alpine docker image #11660
Comments
Ths is happening on eclipse-temurin:17 also:
|
We either need to reproduce and try with various versions of netty-tcnative to try to find the change. Or we pull out objdump. Investigation assuming the two errors are unrelated... (Spoiler: doesn't seem Alpine-specific.) Following the typical Alpine flow, it doesn't indeed seem related to glibc compatibility.
Looking to see if the glibc symbols changed:
isnan and isinf are new. But no more need for libunwind:
|
An update of
com.google.cloud
dependency (which depends ongrpc-netty-shaded:1.67.1
) with a image built fromeclipse-temurin:21-jre-alpine
leaded to a segmentation fault:As a workaround we had to downgrade to
grpc-netty-shaded:1.65.1
Full error log: hs_err_pid1.log
The text was updated successfully, but these errors were encountered: