-
Notifications
You must be signed in to change notification settings - Fork 948
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
Segmentation fault in DNS resolver SetCancelCallback #19
Labels
Comments
Please paste the whole code which can produce this issue. Thanks. |
Is a simple TCPClient, I am ussing g++ (Ubuntu 6.2.0-5ubuntu12) 6.2.0 20161005 int main(int argc, char* argv[]) {
evpp::EventLoop loop;
evpp::TCPClient client (&loop,"localhost:9099","TestClient");
client.SetConnectionCallback(&OnConnection);
client.SetMessageCallback(&OnMessage);
client.Connect();
loop.Run();
return 0;
} |
Occurs only when using "localhost" |
OK, I am working on it. |
zieckey
added a commit
that referenced
this issue
Apr 1, 2017
Please try again using the lastest code. |
Thank you! |
zieckey
added a commit
that referenced
this issue
Apr 27, 2017
zieckey
added a commit
that referenced
this issue
May 20, 2017
zieckey
added a commit
that referenced
this issue
May 20, 2017
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SIGSEGV (Segmentation fault) when calling connect using localhost in a TCPClient
Stack trace
The text was updated successfully, but these errors were encountered: