jigar-joshi / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

segmentation fault after "quit" for call program #189

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. execute call
2. login successfully
3. type "quit"

What is the expected output? What do you see instead?
not expecting crash, but see
quit
logged out... 
Cleanup

Segmentation fault (core dumped)

What version of the product are you using? On what operating system?
libjingle 0.5.8 on mac osx 10.6.8

Please provide any additional information below.
gdb backtrace:
#0  0x92738ae0 in sk_pop_free ()
#1  0x97610379 in SSL_CTX_free ()
#2  0x000627d5 in talk_base::OpenSSLAdapter::Cleanup (this=0x91d990) at 
base/openssladapter.cc:425
#3  0x0006344d in talk_base::OpenSSLAdapter::~OpenSSLAdapter (this=0x91d990) at 
base/openssladapter.cc:275
#4  0x0018a6fd in XmppSocket::~XmppSocket (this=0x91d5d0) at 
examples/login/xmppsocket.cc:80
#5  0x0014e340 in talk_base::scoped_ptr<buzz::AsyncSocket>::reset 
(this=0x91d1c8, p=0x0) at scoped_ptr.h:66
#6  0x0014cb57 in buzz::XmppClient::Disconnect (this=0x91d0c0) at 
xmpp/xmppclient.cc:277
#7  0x00189c13 in XmppPump::DoDisconnect (this=0xbffff710) at 
examples/login/xmpppump.cc:50
#8  0x0001492a in main (argc=3, argv=0xbffff92c) at 
examples/call/call_main.cc:410

thanks

Original issue reported on code.google.com by ala...@gmail.com on 15 Jul 2011 at 2:56