forked from nanomsg/nanomsg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed a SEGV error when using nanomsg on CentOS5/RHEL5
Older versions of glibc have a problem with getaddrinfo_a and the size of stack it allocates for the thread that performs the lookup. This causes a process built with nanomsg to crash when it needs to do a DNS lookup. This fixes this issue by allowing the use of getaddrinfo_a to be disabled at configuration time by specifying '--disable-getaddrinfo_a'.
- Loading branch information
Showing
3 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters