-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Document example failure of glibc static linking with NSS somewhere #17
Comments
The glibc warning:
main = putStrLn "hello world"
|
Two options:
|
Another example of static glibc breakage: https://old.reddit.com/r/haskell/comments/vqqq7x/trying_to_build_a_statically_linked_binary/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got this example segfault of somebody trying to use an executable statically linked with glibc and using the network.
The stacktrace is of the program crashing in
gdb
;stack build ... --no-strip
was used to obtain a sensible stack trace, otherwise it would show justin ?? ()
in the entire trace.Should probably document that somewhere as an example for why you may want to use musl here.
The text was updated successfully, but these errors were encountered: