You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Qingfeng Frank Duan (JIRA)" <ji...@apache.org> on 2010/06/25 20:15:51 UTC

[jira] Created: (THRIFT-810) Crashed client on TSocket::close under loads

Crashed client on TSocket::close under loads
--------------------------------------------

                 Key: THRIFT-810
                 URL: https://issues.apache.org/jira/browse/THRIFT-810
             Project: Thrift
          Issue Type: Bug
          Components: Library (C++)
    Affects Versions: 0.2
         Environment: Fedora 12 x86_64
            Reporter: Qingfeng Frank Duan




Program terminated with signal 11, Segmentation fault.

#0  0x00007f5b9f624c1f in apache::thrift::transport::TSocket::read (this=0x7f5b2cb5e720, 
    buf=0x7f5b2cb3ad30 "@\225\264,[\177", len=512) at src/transport/TSocket.cpp:375
375         close();
Missing separate debuginfos, use: debuginfo-install boost-date-time-1.39.0-9.fc12.x86_64 glibc-2.11.1-4.x86_64 libgcc-4.4.3-4.fc12.x86_64 libstdc++-4.4.3-4.fc12.x86_64 libxml2-2.7.6-2.fc12.x86_64 zlib-1.2.3-23.fc12.x86_64
(gdb) where
#0  0x00007f5b9f624c1f in apache::thrift::transport::TSocket::read (this=0x7f5b2cb5e720, 
    buf=0x7f5b2cb3ad30 "@\225\264,[\177", len=512) at src/transport/TSocket.cpp:375
#1  0x00007f5b9f62bfe5 in apache::thrift::transport::TBufferedTransport::readSlow (
    this=0x7f5b2cae8290, buf=0x7f5b9793e780 "H8Ƃ", len=4)
    at src/transport/TBufferTransports.cpp:48
#2  0x0000000000445e38 in apache::thrift::transport::TBufferBase::read (
    this=0x7f5b2cae8290, buf=0x7f5b9793e780 "H8Ƃ", len=4)
    at /usr/local/include/thrift/transport/TBufferTransports.h:68
#3  0x000000000044579d in apache::thrift::transport::TTransport::readAll (
    this=0x7f5b2cae8290, buf=0x7f5b9793e780 "H8Ƃ", len=4)
    at /usr/local/include/thrift/transport/TTransport.h:103
#4  0x00007f5b9f600868 in apache::thrift::protocol::TBinaryProtocol::readI32 (
    this=0x7f5b2cb47010, i32=@0x7f5b9793e7dc) at src/protocol/TBinaryProtocol.cpp:325
#5  0x00007f5b9f5ffec4 in apache::thrift::protocol::TBinaryProtocol::readMessageBegin (
    this=0x7f5b2cb47010, name="", messageType=@0x7f5b9793e908, seqid=@0x7f5b9793e90c)
    at src/protocol/TBinaryProtocol.cpp:177
#6  0x00007f5b9f8a3209 in org::apache::cassandra::CassandraClient::recv_insert (
    this=0x7f5b2cb428b0) at libgenthrift/Cassandra.cpp:5818

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.