-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Compiler segfault in alpine but not centos8 #11041
Comments
I couldn't get much out of lldb. I'm not very good at lldb.
|
We're experiencing several issues with segfaults on alpine. The Looks like you're using the 1.1.0 compiler from alpine edge. That build is broken: https://gitlab.alpinelinux.org/alpine/aports/-/issues/12854 |
I think it's 1.1.1 but still from the I've gone back to 1.0.0 for just the linux builds with @maxfierke the dockerfile I was using was from your mtrap project, so you might also run into this, just fyi. @straight-shoota I'd close this issue now unless you think there is some value in tracking the issue here too. If not feel free to close it. edit: I made an account on their gitlab instance, but it won't let me subscribe for notifications :( I put in an email address. |
Thanks @will, I'm closing it |
On centos8, everything works alright:
However with an alpine docker image
The docker file is at https://github.com/will/cb/blob/main/Dockerfile
The text was updated successfully, but these errors were encountered: