You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/08 21:03:11 UTC

[jira] [Commented] (THRIFT-2156) TServerSocket::listen() is throwing exceptions with misleading information

    [ https://issues.apache.org/jira/browse/THRIFT-2156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15368466#comment-15368466 ] 

ASF GitHub Bot commented on THRIFT-2156:
----------------------------------------

Github user jeking3 commented on the issue:

    https://github.com/apache/thrift/pull/1033
  
    Rebased now that the correct fix for THRIFT-3768 is in which was causing build failures... using this to prove that is resolved so I can re-mark THRIFT-3768 closed and THRIFT-3861 fixed.


> TServerSocket::listen() is throwing exceptions with misleading information
> --------------------------------------------------------------------------
>
>                 Key: THRIFT-2156
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2156
>             Project: Thrift
>          Issue Type: Bug
>          Components: C++ - Library
>    Affects Versions: 0.9
>            Reporter: Frank Meerkoetter
>            Assignee: James E. King, III
>            Priority: Minor
>         Attachments: errno_copy.patch
>
>
> Due to a problem with bind() an exception was thrown.
> The text was:
> "Could not bind: Transport endpoint is not connected"
> which doesn't make sense.
> It turned out that errno had been overwritten.
> The correct text would have been:
> "Could not bind: Address already in use"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)