-
Notifications
You must be signed in to change notification settings - Fork 651
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
segfault with grpc@1.7.1 on alpine-3.6 #81
Comments
The binary (https://storage.googleapis.com/grpc-precompiled-binaries/node/grpc/v1.7.1/node-v57-linux-x64.tar.gz) works fine for ubuntu but not for alpine, yet it is being used for both. |
That's a weird segfault. It's right in |
ldd complains about a lot of missing symbols:
|
We have published the prerelease package grpc@1.8.0-pre2. That includes binaries for alpine, so hopefully this is fixed now. If you could try those out, that would be helpful. |
|
Using the prebuild binary of grpc-1.7.1 in alpine-3.6 (or rather: in the current
node:8-alpine
docker build which builds uponalpine-3.6
) segfaults when requiring the module:Forcing a build from source makes the segfault go away:
coredump:
The text was updated successfully, but these errors were encountered: