Re: Thrift C++ Client Crashing Through TSSLSocket::close() in a SIGPIPE Signal

2013-02-05 Thread Isuru Haththotuwa
any idea on this? your help is very much appreciated. On Mon, Feb 4, 2013 at 10:26 AM, Isuru Haththotuwa wrote: > Hi all, > > I have a C++ client which uses thrift to publish data to a remote server. > When the remote server shut down, I catch an exception to see if I can > re-connect to it perio

Thrift C++ Client Crashing Through TSSLSocket::close() in a SIGPIPE Signal

2013-02-03 Thread Isuru Haththotuwa
Hi all, I have a C++ client which uses thrift to publish data to a remote server. When the remote server shut down, I catch an exception to see if I can re-connect to it periodically. However, in deallocating memory before re-initializing a client again, the client code always crashes. I debugged