You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.
For easy deployment, I choose to use static linking by adding -static to CFLAGS. This will result getaddrinfo segfault.
There's some problem in static linked program which loads pthread and uses getaddrinfo. More info in ths glibc bugzilla thread.
No problem in your code, just create this issue to notify you about this problem. Maybe you can add this in README so other people will not waste time doing this again.
The text was updated successfully, but these errors were encountered:
For easy deployment, I choose to use static linking by adding
-static
toCFLAGS
. This will resultgetaddrinfo
segfault.There's some problem in static linked program which loads pthread and uses
getaddrinfo
. More info in ths glibc bugzilla thread.No problem in your code, just create this issue to notify you about this problem. Maybe you can add this in README so other people will not waste time doing this again.
The text was updated successfully, but these errors were encountered: