-
Notifications
You must be signed in to change notification settings - Fork 42
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
EAccessViolation in alpine:3.20 #115
Comments
Probably because it is compiled on a glibc system, not musl. But Xidel does not even use that function. It hardly uses libc. It only links libc to load other libraries that use libc like openSsl. Have you tried it with a http url, so it does not need to load openssl? Or you could try to compile it yourself on alpine |
You're right. There are no problems with HTTP. I additionally installed the
It looks like this is the "most recent" openssl-dev where it works without problems:
I have not been able to find any issues in openssl on this topic. Although there is a lot of discussion around atexit, it is difficult to judge how applicable this is to this situation. I will continue to study this situation. I would like to avoid self-compilation - it will be more difficult for me to maintain it. |
Thanks for the great tool!
I'm trying to package it in docker using alpine for use in my CI pipeline, but xidel doesn't work quite right.
Maybe I didn't add some important dependency?
I was trying to find the answer in the file https://git.musl-libc.org/cgit/musl/tree/src/malloc/mallocng/free.c. But that didn't tell me anything.
Any ideas?
The text was updated successfully, but these errors were encountered: