< Previous by Date | Date Index | Next by Date > |
Thread Index | Next in Thread > |
Hi, Iam getting segmentation fault in reciprocate code. Does
anybody have any say on may be the probable issue. #0 0x00ce1d40 in _int_malloc () from /lib/tls/libc.so.6 #1 0x00ce10fd in malloc () from /lib/tls/libc.so.6 #2 0x0062683e in operator new () from
/usr/lib/libstdc++.so.5 #3 0x083b6557 in HeaderFieldValueList (this=0xaf6ba300,
rhs=@0xac4dd420) at HeaderFieldValueList.cxx:40 #4 0x082e0172 in resip::SipMessage::operator=
(this=0x9f162bc8, rhs=@0xefa7bb0) at SipMessage.cxx:114 #5 0x082dfe66 in SipMessage (this=0x9f162bc8,
from=@0xefa7bb0) at SipMessage.cxx:70 #6 0x082fb020 in resip::SipStack::send (this=0xbffaf4c0,
msg=@0xefa7bb0, tu=0xbffacfd0) at SipStack.cxx:273 #7 0x081126f3 in repro::Proxy::send (this=0xbffacfd0,
msg=@0xefa7bb0) at Proxy.cxx:430 #8 0x0811f8a5 in repro::ResponseContext::sendRequest
(this=0xa60adaec, request=@0xefa7bb0) at ResponseContext.cxx:50 #9 0x08124579 in
repro::ResponseContext::processPendingTargets (this=0xa60adaec) at
ResponseContext.cxx:348 #10 0x08120305 in repro::ResponseContext::processCandidates
(this=0xa60adaec) at ResponseContext.cxx:91 #11 0x0811ac7c in repro::RequestContext::process
(this=0xa60adaa0, msg={_M_ptr = 0x0}) at RequestContext.cxx:149 #12 0x0810e96f in repro::Proxy::thread (this=0xbffacfd0) at
Proxy.cxx:286 #13 0x08242c7e in threadWrapper (threadParm=0xbffad078) at os/ThreadIf.cxx:34 #14 0x00b1bdd8 in start_thread () from
/lib/tls/libpthread.so.0 #15 0x00d4cd1a in clone () from /lib/tls/libc.so.6 I have checked most of the possible options, not getting any
perfect reason. Thanks and regards Sameer |