You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Bob Hansen (JIRA)" <ji...@apache.org> on 2016/01/22 23:51:39 UTC

[jira] [Created] (HDFS-9687) libhdfs++: potential segfault after teardown

Bob Hansen created HDFS-9687:
--------------------------------

             Summary: libhdfs++: potential segfault after teardown
                 Key: HDFS-9687
                 URL: https://issues.apache.org/jira/browse/HDFS-9687
             Project: Hadoop HDFS
          Issue Type: Sub-task
            Reporter: Bob Hansen
            Assignee: Bob Hansen


During shutdown, it is possible for an RPC task to outlive the RPC connection and segfault when it attempts to signal the engine on timeout.

In rpc_connection.h, the callback 
{code}
req->timer().async_wait(std::bind(
      &RpcConnection::HandleRpcTimeout, this, req, _1));
{code}
does not retain a reference to shared_this, so the connection can be destroyed.



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