From erik at minisip.org Mon Sep 8 11:58:44 2008 From: erik at minisip.org (erik at minisip.org) Date: Mon, 8 Sep 2008 11:58:44 +0200 (CEST) Subject: r3592 - trunk/libmsip/source Message-ID: <20080908095844.8828731BBA@mail.minisip.org> Author: erik Date: 2008-09-08 11:58:44 +0200 (Mon, 08 Sep 2008) New Revision: 3592 Modified: trunk/libmsip/source/SipCommandDispatcher.cxx Log: * Fix valgrind warning about uninitialized attribute. Modified: trunk/libmsip/source/SipCommandDispatcher.cxx =================================================================== --- trunk/libmsip/source/SipCommandDispatcher.cxx 2008-08-21 07:34:03 UTC (rev 3591) +++ trunk/libmsip/source/SipCommandDispatcher.cxx 2008-09-08 09:58:44 UTC (rev 3592) @@ -38,7 +38,9 @@ MRef stackInternal, MRef transp) :sipStackInternal(stackInternal), - keepRunning(true){ + keepRunning(true), + informTuOnTransactionTerminate(false) +{ transportLayer = transp; transactionLayer = new SipLayerTransaction(this,transportLayer); From autobuild at minisip.org Mon Sep 8 13:39:29 2008 From: autobuild at minisip.org (autobuild at minisip.org) Date: Mon, 8 Sep 2008 13:39:29 +0200 (CEST) Subject: auto build r3592: 1 of 8 builds failed - 6 regression tests failed Message-ID: <20080908113929.EE23C31BBA@mail.minisip.org> Summary: debian_stable/confgui_debug: ok debian_unstable/default__gtk_textui_oss: ok debian_unstable/gtk_textui_alsa_zrtp: ok debian_unstable/gtk_textui_oss_smartcard: ok debian_unstable/package_deb_0.7.0-rREV_default: ok debian_unstable/textui_oss_ldap: FAIL debian_unstable/textui_oss_srp_onlineconf: ok mingw32_on_debian_unstable/gtk_dsound_debug: ok Regression test: 1001_SipHeaderAccept/ ok 1002_SipHeaderAcceptContact/ ok 1003_SipHeaderAuthorization/ ok 1004_SipHeaderCSeq/ ok 1005_SipHeaderCallID/ ok 1006_SipHeaderContact/ ok 1007_SipHeaderContentLength/ ok 1008_SipHeaderContentType/ ok 1009_SipHeaderEvent/ ok 1010_SipHeaderExpires/ ok 1011_SipHeaderFrom/ ok 1012_SipHeaderMaxForwards/ ok 1013_SipHeaderProxyAuthenticate/ ok 1014_SipHeaderProxyAuthorization/ ok 1015_SipHeaderRAck/ ok 1016_SipHeaderRSeq/ ok 1017_SipHeaderRecordRoute/ ok 1018_SipHeaderReferTo/ ok 1019_SipHeaderRequire/ ok 1020_SipHeaderRoute/ ok 1021_SipHeaderSubject/ ok 1022_SipHeaderSupported/ ok 1023_SipHeaderTo/ ok 1024_SipHeaderUnsupported/ ok 1025_SipHeaderUserAgent/ ok 1026_SipHeaderVia/ ok 1027_SipHeaderWWWAuthenticate/ ok 1028_SipHeaderWarning/ ok 2010_Session_inviteab_hangupab_udp/ ok 2011_Session_inviteab_hangupba_udp/ NOT THE EXPECTED OUTPUT 2013_Session_inviteab_hangupab_tcp/ NOT THE EXPECTED OUTPUT 2014_Session_inviteab_hangupba_tcp/ NOT THE EXPECTED OUTPUT 2021_simplestack_leak/ test returned an error code 2022_session_valgrind/ NOT THE EXPECTED OUTPUT 5001_scsim_verifypin/ ok 6001_packet_responses/ ok 6002_packet_unknown/ ok 7001_sdp_audio1/ NOT THE EXPECTED OUTPUT Build fail: Revision: 3592 Machine: debian_unstable Machine addr: svn at dev.minisip.org Build: textui_oss_ldap STDERR: ========================================================== AUTOBUILD_INFO: processing libmutil... + set -e + LANG=C + export LANG + CYGWIN=binmode + export CYGWIN + amvers=no + '[' -n '' ']' + automake-1.10 --version + automake-1.9 --version + automake-1.8 --version + amvers=-1.8 + test -1.8 = no + libtoolize=no + libtoolize --version + libtoolize=libtoolize + test libtoolize = no + aclocal-1.8 -I m4 -I /home/svn/3592/usr/share/aclocal + libtoolize --copy --force --ltdl + autoconf + autoheader + automake-1.8 --add-missing --copy configure.ac: installing `config/install-sh' configure.ac: installing `config/missing' Makefile.am: installing `config/depcomp' + cd libltdl + aclocal-1.8 + autoconf + autoheader + automake-1.8 --add-missing --copy configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: dlfcn.h: proceeding with the compiler's result mkdir: cannot create directory `.libs': File exists AUTOBUILD_INFO: processing libmnetutil... + set -e + LANG=C + export LANG + CYGWIN=binmode + export CYGWIN + amvers=no + '[' -n '' ']' + automake-1.10 --version + automake-1.9 --version + automake-1.8 --version + amvers=-1.8 + test -1.8 = no + libtoolize=no + libtoolize --version + libtoolize=libtoolize + test libtoolize = no + aclocal-1.8 -I m4 -I /home/svn/3592/usr/share/aclocal + libtoolize --copy --force + autoconf + autoheader + automake-1.8 --add-missing --copy configure.ac: installing `config/install-sh' configure.ac: installing `config/missing' Makefile.am: installing `config/depcomp' configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: dlfcn.h: proceeding with the compiler's result libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries mkdir: cannot create directory `.libs': File exists source/LdapConnection.cxx: In member function 'void LdapConnection::connect()': source/LdapConnection.cxx:132: error: 'ldap_init' was not declared in this scope source/LdapConnection.cxx:159: error: 'ldap_bind_s' was not declared in this scope source/LdapConnection.cxx: In member function 'bool LdapConnection::disconnect()': source/LdapConnection.cxx:172: error: 'ldap_unbind' was not declared in this scope source/LdapConnection.cxx: In member function 'std::vector, std::allocator > > LdapConnection::find(std::string, std::string, std::vector, std::allocator >, std::allocator, std::allocator > > >&, int)': source/LdapConnection.cxx:225: error: 'ldap_search_s' was not declared in this scope make[1]: *** [LdapConnection.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [all-recursive] Error 1 ERROR: Could not bootstrap/configure/compile/install libmnetutil ========================================================== Regression test details: ========== 2011_Session_inviteab_hangupba_udp/ =========== Changes detected: --- expected_output/expected_output 2008-09-08 11:58:40.000000000 +0200 +++ test_output 2008-09-08 12:18:23.000000000 +0200 @@ -32,7 +32,7 @@ IN (UDP): BYE sip:clientuser at 127.0.0.1:CPORT SIP/2.0 IN (UDP): Via: SIP/2.0/UDP 127.0.0.1:SPORT;rport;branch=branchstring IN (UDP): Max-Forwards: 70 -IN (UDP): From: +IN (UDP): From: ;tag=1681692777 IN (UDP): To: IN (UDP): CSeq: 800 BYE IN (UDP): Call-ID: callidstring @@ -42,7 +42,7 @@ OUT (UDP): SIP/2.0 200 ok OUT (UDP): Max-Forwards: 70 OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:SPORT;rport=SPORT;branch=branchstring -OUT (UDP): From: +OUT (UDP): From: ;tag=1681692777 OUT (UDP): To: OUT (UDP): CSeq: 800 BYE OUT (UDP): Call-ID: callidstring ========== 2013_Session_inviteab_hangupab_tcp/ =========== Changes detected: --- expected_output/expected_output 2008-09-08 11:58:40.000000000 +0200 +++ test_output 2008-09-08 12:18:29.000000000 +0200 @@ -5,7 +5,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): ========== 2014_Session_inviteab_hangupba_tcp/ =========== Changes detected: --- expected_output/expected_output 2008-09-08 11:58:40.000000000 +0200 +++ test_output 2008-09-08 12:18:39.000000000 +0200 @@ -5,7 +5,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): @@ -29,23 +29,3 @@ OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): -IN (STREAM): BYE sip:clientuser at 127.0.0.1:CLIENTPORT SIP/2.0 -IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport;branch=branchstring -IN (STREAM): Max-Forwards: 70 -IN (STREAM): From: -IN (STREAM): To: -IN (STREAM): CSeq: 800 BYE -IN (STREAM): Call-ID: callidstring -IN (STREAM): Content-Length: 0 -IN (STREAM): -IN (STREAM): -OUT (STREAM): SIP/2.0 200 ok -OUT (STREAM): Max-Forwards: 70 -OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport=REMOTETCPPORT;branch=branchstring -OUT (STREAM): From: -OUT (STREAM): To: -OUT (STREAM): CSeq: 800 BYE -OUT (STREAM): Call-ID: callidstring -OUT (STREAM): Content-Length: 0 -OUT (STREAM): -OUT (STREAM): ========== 2021_simplestack_leak/ =========== Build: g++-3.4 -Wall -g -o tst -I/home/svn/3592_regtest/usr/include -L/home/svn/3592_regtest/usr/lib tst.cxx -lmsip -lpthread -lssl make: g++-3.4: Command not found make: *** [tst] Error 127 Test output: ========== 2022_session_valgrind/ =========== Changes detected: --- expected_output/expected_output 2008-09-08 11:58:40.000000000 +0200 +++ test_output 2008-09-08 12:18:52.000000000 +0200 @@ -1,352 +1,56 @@ ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ==PID== Thread 2: -==PID== Syscall param socketcall.sendto(msg) points to uninitialised byte(s) -==PID== at 0xXXXXXXX: sendto (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: getifaddrs (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: NetworkFunctions::getInterfaceIPStr(std::string) (NetworkFunctions.cxx) -==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) -==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: start_thread (in /lib/tls/libpthread-2.3.6.so) -==PID== by 0xXXXXXXX: clone (in /lib/tls/libc-2.3.6.so) -==PID== Address 0xXXXXXXX is on thread 2's stack -==PID== -==PID== Syscall param socketcall.sendto(msg) points to uninitialised byte(s) -==PID== at 0xXXXXXXX: sendto (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: getifaddrs (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: NetworkFunctions::getInterfaceIPStr(std::string) (NetworkFunctions.cxx) -==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) -==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: start_thread (in /lib/tls/libpthread-2.3.6.so) -==PID== by 0xXXXXXXX: clone (in /lib/tls/libc-2.3.6.so) -==PID== Address 0xXXXXXXX is on thread 2's stack -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== ==PID== Invalid read of size 4 -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== Address 0xXXXXXXX is 24 bytes inside a block of size 27 alloc'd -==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:149) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) +==PID== at 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/i686/cmov/libc-2.7.so) ==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) ==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, MRef, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) ==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) +==PID== Address 0x48c0e70 is 32 bytes inside a block of size 33 alloc'd +==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:207) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/i686/cmov/libc-2.7.so) ==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) ==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, MRef, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) ==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) OUT (STREAM): INVITE sip:erik at localhost:SERVERPORT SIP/2.0 OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring OUT (STREAM): Call-ID: callidstring @@ -354,7 +58,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): @@ -368,58 +72,156 @@ IN (STREAM): Content-Length: 0 IN (STREAM): IN (STREAM): -DISPATCHER: command NOT handled -OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): INVITE sip:erik at localhost:SERVERPORT SIP/2.0 OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring -OUT (STREAM): Max-Forwards: 70 OUT (STREAM): Call-ID: callidstring +OUT (STREAM): Max-Forwards: 50 OUT (STREAM): From: -OUT (STREAM): CSeq: 1 ACK OUT (STREAM): To: +OUT (STREAM): CSeq: 1 INVITE +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): -IN (STREAM): BYE sip:clientuser at 127.0.0.1:CLIENTPORT SIP/2.0 -IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport;branch=branchstring +IN (STREAM): SIP/2.0 200 ok IN (STREAM): Max-Forwards: 70 -IN (STREAM): From: -IN (STREAM): To: -IN (STREAM): CSeq: 800 BYE +IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport=REMOTETCPPORT;branch=branchstring IN (STREAM): Call-ID: callidstring +IN (STREAM): From: +IN (STREAM): To: +IN (STREAM): CSeq: 1 INVITE IN (STREAM): Content-Length: 0 IN (STREAM): IN (STREAM): -OUT (STREAM): SIP/2.0 200 ok +OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring OUT (STREAM): Max-Forwards: 70 -OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport=REMOTETCPPORT;branch=branchstring -OUT (STREAM): From: -OUT (STREAM): To: -OUT (STREAM): CSeq: 800 BYE OUT (STREAM): Call-ID: callidstring +OUT (STREAM): From: +OUT (STREAM): CSeq: 1 ACK +OUT (STREAM): To: OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): +OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring +OUT (STREAM): Max-Forwards: 70 +OUT (STREAM): Call-ID: callidstring +OUT (STREAM): From: +OUT (STREAM): CSeq: 1 ACK +OUT (STREAM): To: +OUT (STREAM): Content-Length: 0 +OUT (STREAM): +OUT (STREAM): +==PID== +==PID== Thread 4: +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c1fdc is 12 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c1fd4 is 4 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c1fdc is 12 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) ==PID== ==PID== Thread 1: ==PID== -==PID== 288 bytes in 4 blocks are possibly lost in loss record 73 of 76 -==PID== at 0xXXXXXXX: calloc (vg_replace_malloc.c:279) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_allocate_tls (in /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: pthread_create@@GLIBC_2.1 (in /lib/tls/libpthread-2.3.6.so) +==PID== 576 bytes in 4 blocks are possibly lost in loss record 69 of 74 +==PID== at 0xXXXXXXX: calloc (vg_replace_malloc.c:397) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: _dl_allocate_tls (in /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: pthread_create@@GLIBC_2.1 (in /lib/i686/cmov/libpthread-2.7.so) ==PID== by 0xXXXXXXX: Thread::Thread(MRef) (ThreadPosix.cxx) ==PID== by 0xXXXXXXX: ua_main(int, char**) (ua.cxx) ==PID== by 0xXXXXXXX: main (ua.cxx) ==PID== ==PID== -==PID== 1,301 bytes in 49 blocks are possibly lost in loss record 74 of 76 -==PID== at 0xXXXXXXX: operator new(unsigned) (vg_replace_malloc.c:163) -==PID== by 0xXXXXXXX: std::string::_Rep::_S_create(unsigned, unsigned, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.8) -==PID== by 0xXXXXXXX: (within /PREFIX/lib/libstdc++.so.6.0.8) -==PID== by 0xXXXXXXX: std::string::string(char const*, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.8) +==PID== 1,215 bytes in 48 blocks are possibly lost in loss record 71 of 74 +==PID== at 0xXXXXXXX: operator new(unsigned) (vg_replace_malloc.c:224) +==PID== by 0xXXXXXXX: std::string::_Rep::_S_create(unsigned, unsigned, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: (within /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::string::string(char const*, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.10) ==PID== by 0xXXXXXXX: __static_initialization_and_destruction_0(int, int) (SipHeaderVia.cxx) ==PID== by 0xXXXXXXX: (within /PREFIX/lib/libmsip.so.0.0.0) ==PID== by 0xXXXXXXX: (within /PREFIX/lib/libmsip.so.0.0.0) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== +==PID== +==PID== 22,192 (5,808 direct, 16,384 indirect) bytes in 4 blocks are definitely lost in loss record 73 of 74 +==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:207) +==PID== by 0xXXXXXXX: dns_new (udns_resolver.c:630) +==PID== by 0xXXXXXXX: DnsNaptrQueryPriv::DnsNaptrQueryPriv() (DnsNaptr.cxx) +==PID== by 0xXXXXXXX: DnsNaptrQuery::create() (DnsNaptr.cxx) +==PID== by 0xXXXXXXX: lookupNaptrTransport(SipUri const&, MRef&, std::string&) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::getDestination(MRef, std::string&, int&, MRef&) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) +==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) +==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) +==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) +==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) +==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) +==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) +==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) +==PID== by 0xXXXXXXX: SipStack::run() (SipStack.cxx) +==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) ========== 7001_sdp_audio1/ =========== Changes detected: EXPECTED VALUE OR TEST OUTPUT NOT FOUND! From erik at minisip.org Thu Sep 11 16:59:25 2008 From: erik at minisip.org (erik at minisip.org) Date: Thu, 11 Sep 2008 14:59:25 -0000 Subject: r3599 - in trunk: libmcrypto libmikey libminisip libmnetutil libmsip libmstun libmutil minisip Message-ID: <20080911145922.223DD232D1@mail.minisip.org> Author: erik Date: 2008-09-11 16:59:21 +0200 (Thu, 11 Sep 2008) New Revision: 3599 Added: trunk/libmcrypto/libmcrypto.spec trunk/libmstun/libmstun.spec Modified: trunk/libmcrypto/configure.ac trunk/libmikey/libmikey.spec trunk/libminisip/configure.ac trunk/libminisip/libminisip.spec trunk/libmnetutil/configure.ac trunk/libmnetutil/libmnetutil.spec trunk/libmsip/configure.ac trunk/libmsip/libmsip.spec trunk/libmutil/configure.ac trunk/libmutil/libmutil.spec trunk/minisip/minisip.spec Log: * There has not been any release in a long while. This bumps the version numbers to be the same (the highest we used plus one: 0.7.2). It's not a real relase (that would be 0.8), but it will help updating the packaging. Modified: trunk/libmcrypto/configure.ac =================================================================== --- trunk/libmcrypto/configure.ac 2008-09-11 14:07:36 UTC (rev 3598) +++ trunk/libmcrypto/configure.ac 2008-09-11 14:59:21 UTC (rev 3599) @@ -3,7 +3,7 @@ dnl AC_PREREQ(2.57) -m4_MINISIP_PACKAGE_VERSION(libmcrypto, mcrypto, 0, 4, 0) +m4_MINISIP_PACKAGE_VERSION(libmcrypto, mcrypto, 0, 7, 2) m4_MINISIP_PACKAGE_CONTACT([The Minisip developer team], [minisip-users at minisip.org]) dnl m4_MINISIP_PACKAGE_RELEASED m4_MINISIP_LIBRARY_VERSION(0, 0, 0) Added: trunk/libmcrypto/libmcrypto.spec =================================================================== --- trunk/libmcrypto/libmcrypto.spec (rev 0) +++ trunk/libmcrypto/libmcrypto.spec 2008-09-11 14:59:21 UTC (rev 3599) @@ -0,0 +1,85 @@ +%define name libmcrypto +%define version 0.7.2 +%define release 1 + +%define major 0 +%define lib_name %{name}%{major} + +Summary: A C++ library providing various network utilities +Name: %{name} +Version: %{version} +Release: %{release} +Packager: Erik Eliasson +License: GPL +URL: http://www.minisip.org/ +Group: System/Libraries +Source: http://www.minisip.org/source/%{name}-%{version}.tar.gz +BuildRoot: %_tmppath/%name-%version-%release-root + +%description +Libmcrypto is a library providing C++ cryptography related utilities. +It is used by the Minisip project. + +%package -n %{lib_name} +Summary: A C++ library providing various utilities +Group: System/Libraries +Provides: %{name} +Requires: openssl >= 0.9.6 +Requires: libmnetutil0 >= 0.7.2 + + +%description -n %{lib_name} +Libmcrypto is a library providing C++ cryptography related utilities. +It is used by the Minisip project. + + + +%package -n %{lib_name}-devel +Summary: Development files for the libmcrypto library. +Group: Development/C +Provides: %name-devel +Requires: %{lib_name} = %{version} + + +%description -n %{lib_name}-devel +Libmcrypto is a library providing C++ cryptography related utilities. +It is used by the Minisip project. + +This package includes the development files (headers and static library) + +%prep +%setup -q + + +%build +%configure +make + +%install +%makeinstall + +%clean +rm -rf %buildroot + +%post -n %{lib_name} -p /sbin/ldconfig + +%postun -n %{lib_name} -p /sbin/ldconfig + + +%files -n %{lib_name} +%defattr(-,root,root,-) +%doc AUTHORS README COPYING ChangeLog +%{_libdir}/*.so.* + +%files -n %{lib_name}-devel +%defattr(-,root,root) +%doc COPYING +%{_libdir}/*a +%{_libdir}/*.so +%{_includedir}/* + + +%changelog +* Thu Oct 11 2008 Erik Eliasson +- initial release + Modified: trunk/libmikey/libmikey.spec =================================================================== --- trunk/libmikey/libmikey.spec 2008-09-11 14:07:36 UTC (rev 3598) +++ trunk/libmikey/libmikey.spec 2008-09-11 14:59:21 UTC (rev 3599) @@ -1,5 +1,5 @@ %define name libmikey -%define version 0.4.1 +%define version 0.7.2 %define release 1 %define major 0 @@ -11,7 +11,7 @@ Release: %{release} Packager: Johan Bilien License: GPL -URL: http://www.minisip.org/libmikey/ +URL: http://www.minisip.org/ Group: System/Libraries Source: http://www.minisip.org/source/%{name}-%{version}.tar.gz BuildRoot: %_tmppath/%name-%version-%release-root @@ -26,7 +26,7 @@ Group: System/Libraries Provides: %{name} Requires: openssl >= 0.9.6 -Requires: libmutil0 >= 0.3.0 +Requires: libmutil0 >= 0.7.2 %description -n %{lib_name} @@ -83,6 +83,8 @@ %changelog +* Thu Oct 11 2008 Erik Eliasson +- new upstream release * Fri Mar 18 2005 Johan Bilien - new upstream release * Fri Feb 18 2005 Johan Bilien Modified: trunk/libminisip/configure.ac =================================================================== --- trunk/libminisip/configure.ac 2008-09-11 14:07:36 UTC (rev 3598) +++ trunk/libminisip/configure.ac 2008-09-11 14:59:21 UTC (rev 3599) @@ -3,7 +3,7 @@ dnl AC_PREREQ(2.57) -m4_MINISIP_PACKAGE_VERSION(libminisip, minisip, 0, 3, 1) +m4_MINISIP_PACKAGE_VERSION(libminisip, minisip, 0, 7, 2) m4_MINISIP_PACKAGE_CONTACT([Erik Eliasson], [eliasson at imit.kth.se]) dnl m4_MINISIP_PACKAGE_RELEASED m4_MINISIP_LIBRARY_VERSION(0, 0, 0) Modified: trunk/libminisip/libminisip.spec =================================================================== --- trunk/libminisip/libminisip.spec 2008-09-11 14:07:36 UTC (rev 3598) +++ trunk/libminisip/libminisip.spec 2008-09-11 14:59:21 UTC (rev 3599) @@ -1,33 +1,33 @@ %define name libminisip -%define version 0.3.1 +%define version 0.7.2 %define release 1 %define major 0 %define lib_name %{name}%{major} -Summary: Application layer library to easily create GUI based apps +Summary: Application layer library to easily secure VoIP support to applications Name: %{name} Version: %{version} Release: %{release} -Packager: Johan Bilien +Packager: Erik Eliasson License: GPL -URL: http://www.minisip.org/libminisip/ +URL: http://www.minisip.org/ Group: System/Libraries Source: http://www.minisip.org/source/%{name}-%{version}.tar.gz BuildRoot: %_tmppath/%name-%version-%release-root %description -Application layer library to easily create GUI based apps +Application layer library to easily secure VoIP support to applications %package -n %{lib_name} Summary: Application layer library to easily create GUI based apps Group: System/Libraries Provides: %{name} -Requires: libmutil0 >= 0.3.1, libmnetutil0 >= 0.3.1, libmikeyl0 >= 0.3.1, libmsipl0 >= 0.3.1, +Requires: libmutil0 >= 0.7.2, libmnetutil0 >= 0.7.2, libmikeyl0 >= 0.7.2, libmsipl0 >= 0.7.2, %description -n %{lib_name} -Application layer library to easily create GUI based apps +Application layer library to easily secure VoIP support to applications %package -n %{lib_name}-devel @@ -38,7 +38,7 @@ %description -n %{lib_name}-devel -Application layer library to easily create GUI based apps +Application layer library to easily secure VoIP support to applications This package includes the development files (headers and static library) @@ -75,12 +75,6 @@ %changelog -* Fri Mar 18 2005 Johan Bilien -- new upstream release -* Fri Feb 18 2005 Johan Bilien -- new upstream release -* Mon Nov 22 2004 Johan Bilien -- new upstream release -* Wed Jun 9 2004 Johan Bilien +* Thu Oct 11 2008 Erik Eliasson - initial release Modified: trunk/libmnetutil/configure.ac =================================================================== --- trunk/libmnetutil/configure.ac 2008-09-11 14:07:36 UTC (rev 3598) +++ trunk/libmnetutil/configure.ac 2008-09-11 14:59:21 UTC (rev 3599) @@ -3,7 +3,7 @@ dnl AC_PREREQ(2.57) -m4_MINISIP_PACKAGE_VERSION(libmnetutil, mnetutil, 0, 3, 1) +m4_MINISIP_PACKAGE_VERSION(libmnetutil, mnetutil, 0, 7, 2) m4_MINISIP_PACKAGE_CONTACT([Erik Eliasson], [eliasson at imit.kth.se]) dnl m4_MINISIP_PACKAGE_RELEASED m4_MINISIP_LIBRARY_VERSION(0, 0, 0) Modified: trunk/libmnetutil/libmnetutil.spec =================================================================== --- trunk/libmnetutil/libmnetutil.spec 2008-09-11 14:07:36 UTC (rev 3598) +++ trunk/libmnetutil/libmnetutil.spec 2008-09-11 14:59:21 UTC (rev 3599) @@ -1,5 +1,5 @@ %define name libmnetutil -%define version 0.3.1 +%define version 0.7.2 %define release 1 %define major 0 @@ -11,7 +11,7 @@ Release: %{release} Packager: Johan Bilien License: GPL -URL: http://www.minisip.org/libmutil/ +URL: http://www.minisip.org/ Group: System/Libraries Source: http://www.minisip.org/source/%{name}-%{version}.tar.gz BuildRoot: %_tmppath/%name-%version-%release-root @@ -25,8 +25,7 @@ Summary: A C++ library providing various utilities Group: System/Libraries Provides: %{name} -Requires: openssl >= 0.9.6 -Requires: libmutil0 >= 0.3.1 +Requires: libmutil0 >= 0.7.2 %description -n %{lib_name} @@ -37,7 +36,7 @@ %package -n %{lib_name}-devel -Summary: Development files for the libmikey library. +Summary: Development files for the libmnetutil library. Group: Development/C Provides: %name-devel Requires: %{lib_name} = %{version} @@ -83,6 +82,8 @@ %changelog +* Thu Oct 11 2008 Erik Eliasson +- new upstream release * Fri Mar 18 2005 Johan Bilien - new upstream release * Fri Feb 18 2005 Johan Bilien Modified: trunk/libmsip/configure.ac =================================================================== --- trunk/libmsip/configure.ac 2008-09-11 14:07:36 UTC (rev 3598) +++ trunk/libmsip/configure.ac 2008-09-11 14:59:21 UTC (rev 3599) @@ -3,8 +3,8 @@ dnl AC_PREREQ(2.57) -m4_MINISIP_PACKAGE_VERSION(libmsip, msip, 0, 3, 1) -m4_MINISIP_PACKAGE_CONTACT([Erik Eliasson], [eliasson at imit.kth.se]) +m4_MINISIP_PACKAGE_VERSION(libmsip, msip, 0, 7, 2) +m4_MINISIP_PACKAGE_CONTACT([Erik Eliasson], [ere at kth.se]) dnl m4_MINISIP_PACKAGE_RELEASED m4_MINISIP_LIBRARY_VERSION(0, 0, 0) Modified: trunk/libmsip/libmsip.spec =================================================================== --- trunk/libmsip/libmsip.spec 2008-09-11 14:07:36 UTC (rev 3598) +++ trunk/libmsip/libmsip.spec 2008-09-11 14:59:21 UTC (rev 3599) @@ -1,5 +1,5 @@ %define name libmsip -%define version 0.3.1 +%define version 0.7.2 %define release 1 %define major 0 @@ -24,7 +24,7 @@ Summary: A C++ library implementing the SIP protocol. Group: System/Libraries Provides: %{name} -Requires: libmutil0 >= 0.3.1 +Requires: libmutil0 >= 0.7.2 %description -n %{lib_name} @@ -79,6 +79,8 @@ %changelog +* Thu Oct 11 2008 Erik Eliasson +- new upstream release * Fri Mar 18 2005 Johan Bilien - new upstream release * Fri Feb 18 2005 Johan Bilien Added: trunk/libmstun/libmstun.spec =================================================================== --- trunk/libmstun/libmstun.spec (rev 0) +++ trunk/libmstun/libmstun.spec 2008-09-11 14:59:21 UTC (rev 3599) @@ -0,0 +1,84 @@ +%define name libstun +%define version 0.7.2 +%define release 1 + +%define major 0 +%define lib_name %{name}%{major} + +Summary: A C++ library providing STUN client utilities +Name: %{name} +Version: %{version} +Release: %{release} +Packager: Johan Bilien +License: GPL +URL: http://www.minisip.org/ +Group: System/Libraries +Source: http://www.minisip.org/source/%{name}-%{version}.tar.gz +BuildRoot: %_tmppath/%name-%version-%release-root + +%description +libmstun provides support for implementing STUN in client applications. +It is used by the minisip project. + +%package -n %{lib_name} +Summary: A C++ library providing various utilities +Group: System/Libraries +Provides: %{name} +Requires: libmutil0 >= 0.7.2 + + +%description -n %{lib_name} +libmstun is a library providing STUN support for client applications. +It is used by the minisip project. + + + +%package -n %{lib_name}-devel +Summary: Development files for the libmstun library. +Group: Development/C +Provides: %name-devel +Requires: %{lib_name} = %{version} + + +%description -n %{lib_name}-devel +libmstun is a library providing STUN support for client applications. +It is used by the minisip project. + +This package includes the development files (headers and static library) + +%prep +%setup -q + + +%build +%configure +make + +%install +%makeinstall + +%clean +rm -rf %buildroot + +%post -n %{lib_name} -p /sbin/ldconfig + +%postun -n %{lib_name} -p /sbin/ldconfig + + +%files -n %{lib_name} +%defattr(-,root,root,-) +%doc AUTHORS README COPYING ChangeLog +%{_libdir}/*.so.* + +%files -n %{lib_name}-devel +%defattr(-,root,root) +%doc COPYING +%{_libdir}/*a +%{_libdir}/*.so +%{_includedir}/* + + +%changelog +* Thu Oct 11 2008 Erik Eliasson +- Initial relase + Modified: trunk/libmutil/configure.ac =================================================================== --- trunk/libmutil/configure.ac 2008-09-11 14:07:36 UTC (rev 3598) +++ trunk/libmutil/configure.ac 2008-09-11 14:59:21 UTC (rev 3599) @@ -3,7 +3,7 @@ dnl AC_PREREQ(2.57) -m4_MINISIP_PACKAGE_VERSION(libmutil, mutil, 0, 3, 1) +m4_MINISIP_PACKAGE_VERSION(libmutil, mutil, 0, 7, 2) m4_MINISIP_PACKAGE_CONTACT([Erik Eliasson], [eliasson at imit.kth.se]) dnl m4_MINISIP_PACKAGE_RELEASED m4_MINISIP_LIBRARY_VERSION(0, 0, 0) Modified: trunk/libmutil/libmutil.spec =================================================================== --- trunk/libmutil/libmutil.spec 2008-09-11 14:07:36 UTC (rev 3598) +++ trunk/libmutil/libmutil.spec 2008-09-11 14:59:21 UTC (rev 3599) @@ -1,5 +1,5 @@ %define name libmutil -%define version 0.3.1 +%define version 0.7.2 %define release 1 %define major 0 @@ -11,15 +11,14 @@ Release: %{release} Packager: Johan Bilien License: GPL -URL: http://www.minisip.org/libmutil/ +URL: http://www.minisip.org/ Group: System/Libraries Source: http://www.minisip.org/source/%{name}-%{version}.tar.gz BuildRoot: %_tmppath/%name-%version-%release-root %description -libmutil is a library providing convenient C++ utilities (AES encryption, -HMAC-SHA1, certificate handling, memory object management, ...). It is used -by the minisip project. +libmutil is a library providing convenient C++ utilities (threads, mutexes, memory object +management, ...). It is used by the minisip project. %package -n %{lib_name} Summary: A C++ library providing various utilities @@ -29,22 +28,20 @@ %description -n %{lib_name} -libmutil is a library providing convenient C++ utilities (AES encryption, -HMAC-SHA1, certificate handling, memory object management, ...). It is used -by the minisip project. +libmutil is a library providing convenient C++ utilities (threads, mutexes, memory object +management, ...). It is used by the minisip project. %package -n %{lib_name}-devel -Summary: Development files for the libmikey library. +Summary: Development files for the libmutil library. Group: Development/C Provides: %name-devel Requires: %{lib_name} = %{version} %description -n %{lib_name}-devel -libmutil is a library providing convenient C++ utilities (AES encryption, -HMAC-SHA1, certificate handling, memory object management, ...). It is used +libmutil is a library providing convenient C++ utilities (threads, mutexes, memory object management, ...). It is used by the minisip project. This package includes the development files (headers and static library) @@ -82,6 +79,8 @@ %changelog +* Thu Oct 11 2008 Erik Eliasson +- new upstream release * Fri Mar 18 2005 Johan Bilien - new upstream release * Fri Feb 18 2005 Johan Bilien Modified: trunk/minisip/minisip.spec =================================================================== --- trunk/minisip/minisip.spec 2008-09-11 14:07:36 UTC (rev 3598) +++ trunk/minisip/minisip.spec 2008-09-11 14:59:21 UTC (rev 3599) @@ -1,21 +1,21 @@ %define name minisip -%define version 0.7.1 +%define version 0.7.2 %define release 1 Summary: A secure SIP user agent Name: %{name} Version: %{version} Release: %{release} -Packager: Johan Bilien +Packager: Erik Eliasson License: GPL URL: http://www.minisip.org/ Group: Applications/Communication Source: http://www.minisip.org/source/%{name}-%{version}.tar.gz BuildRoot: %_tmppath/%name-%version-%release-root -Requires: libmikey0 >= 0.4.1 -Requires: libmutil0 >= 0.3.1 -Requires: libmnetutil0 >= 0.3.1 -Requires: libmsip0 >= 0.3.1 +Requires: libmikey0 >= 0.7.2 +Requires: libmutil0 >= 0.7.2 +Requires: libmnetutil0 >= 0.7.2 +Requires: libmsip0 >= 0.7.2 Requires: libglademm2 >= 0.2 @@ -47,6 +47,8 @@ /usr/share/minisip/insecure.png %changelog +* Thu Oct 11 2008 Erik Eliasson +- new upstream release * Fri Mar 17 2005 Johan Bilien - new upstream release * Fri Feb 17 2005 Johan Bilien From erik at minisip.org Thu Sep 11 17:36:12 2008 From: erik at minisip.org (erik at minisip.org) Date: Thu, 11 Sep 2008 15:36:12 -0000 Subject: r3600 - in trunk: libmcrypto libmikey libminisip libmnetutil libmsip libmstun libmutil minisip Message-ID: <20080911153536.9757823037@mail.minisip.org> Author: erik Date: 2008-09-11 17:35:35 +0200 (Thu, 11 Sep 2008) New Revision: 3600 Modified: trunk/libmcrypto/Makefile.am trunk/libmcrypto/configure.ac trunk/libmikey/Makefile.am trunk/libmikey/configure.ac trunk/libminisip/Makefile.am trunk/libminisip/configure.ac trunk/libmnetutil/Makefile.am trunk/libmnetutil/configure.ac trunk/libmsip/Makefile.am trunk/libmsip/configure.ac trunk/libmstun/Makefile.am trunk/libmstun/configure.ac trunk/libmutil/Makefile.am trunk/libmutil/configure.ac trunk/minisip/Makefile.am trunk/minisip/configure.ac Log: * libX/debian/Makefile.am existed, but was not added to configure.ac(/SUBDIRS in Makefile.am). I believe it should. Modified: trunk/libmcrypto/Makefile.am =================================================================== --- trunk/libmcrypto/Makefile.am 2008-09-11 14:59:21 UTC (rev 3599) +++ trunk/libmcrypto/Makefile.am 2008-09-11 15:35:35 UTC (rev 3600) @@ -2,6 +2,7 @@ win32 \ include \ m4 \ + debian \ source \ . \ tests Modified: trunk/libmcrypto/configure.ac =================================================================== --- trunk/libmcrypto/configure.ac 2008-09-11 14:59:21 UTC (rev 3599) +++ trunk/libmcrypto/configure.ac 2008-09-11 15:35:35 UTC (rev 3600) @@ -105,6 +105,7 @@ include/libmcrypto/gnutls/Makefile include/libmcrypto/openssl/Makefile m4/Makefile + debian/Makefile source/Makefile source/gnutls/Makefile source/openssl/Makefile Modified: trunk/libmikey/Makefile.am =================================================================== --- trunk/libmikey/Makefile.am 2008-09-11 14:59:21 UTC (rev 3599) +++ trunk/libmikey/Makefile.am 2008-09-11 15:35:35 UTC (rev 3600) @@ -1,6 +1,6 @@ pkgconfigdir = $(libdir)/pkgconfig -SUBDIRS = include m4 win32 . tests +SUBDIRS = include m4 win32 . tests debian DIST_SUBDIRS = $(SUBDIRS) EXTRA_DIST = libmikey.spec Modified: trunk/libmikey/configure.ac =================================================================== --- trunk/libmikey/configure.ac 2008-09-11 14:59:21 UTC (rev 3599) +++ trunk/libmikey/configure.ac 2008-09-11 15:35:35 UTC (rev 3600) @@ -51,6 +51,7 @@ libmikey.pc include/Makefile m4/Makefile + debian/Makefile tests/Makefile win32/Makefile win32/libmikey-res.rc Modified: trunk/libminisip/Makefile.am =================================================================== --- trunk/libminisip/Makefile.am 2008-09-11 14:59:21 UTC (rev 3599) +++ trunk/libminisip/Makefile.am 2008-09-11 15:35:35 UTC (rev 3600) @@ -1,7 +1,7 @@ pkgconfigdir = $(libdir)/pkgconfig pluginsdir = $(pkglibdir)/plugins -SUBDIRS = include m4 . tests +SUBDIRS = include m4 . tests debian DIST_SUBDIRS = $(SUBDIRS) EXTRA_DIST = libminisip.spec Modified: trunk/libminisip/configure.ac =================================================================== --- trunk/libminisip/configure.ac 2008-09-11 14:59:21 UTC (rev 3599) +++ trunk/libminisip/configure.ac 2008-09-11 15:35:35 UTC (rev 3600) @@ -611,6 +611,7 @@ libminisip.pc include/Makefile m4/Makefile + debian/Makefile tests/Makefile source/win32/libminisip-res.rc ]) Modified: trunk/libmnetutil/Makefile.am =================================================================== --- trunk/libmnetutil/Makefile.am 2008-09-11 14:59:21 UTC (rev 3599) +++ trunk/libmnetutil/Makefile.am 2008-09-11 15:35:35 UTC (rev 3600) @@ -1,6 +1,6 @@ pkgconfigdir = $(libdir)/pkgconfig -SUBDIRS = udns win32 . examples include m4 tests +SUBDIRS = udns win32 . examples include m4 tests debian DIST_SUBDIRS = $(SUBDIRS) EXTRA_DIST = libmnetutil.spec Modified: trunk/libmnetutil/configure.ac =================================================================== --- trunk/libmnetutil/configure.ac 2008-09-11 14:59:21 UTC (rev 3599) +++ trunk/libmnetutil/configure.ac 2008-09-11 15:35:35 UTC (rev 3600) @@ -106,6 +106,7 @@ m4/Makefile tests/Makefile udns/Makefile + debian/Makefile win32/Makefile win32/libmnetutil-res.rc ]) Modified: trunk/libmsip/Makefile.am =================================================================== --- trunk/libmsip/Makefile.am 2008-09-11 14:59:21 UTC (rev 3599) +++ trunk/libmsip/Makefile.am 2008-09-11 15:35:35 UTC (rev 3600) @@ -1,6 +1,6 @@ pkgconfigdir = $(libdir)/pkgconfig -SUBDIRS = include m4 win32 . tests +SUBDIRS = include m4 win32 . tests debian DIST_SUBDIRS = $(SUBDIRS) EXTRA_DIST = libmsip.spec Modified: trunk/libmsip/configure.ac =================================================================== --- trunk/libmsip/configure.ac 2008-09-11 14:59:21 UTC (rev 3599) +++ trunk/libmsip/configure.ac 2008-09-11 15:35:35 UTC (rev 3600) @@ -66,6 +66,7 @@ libmsip.pc include/Makefile m4/Makefile + debian/Makefile tests/Makefile win32/Makefile win32/libmsip-res.rc Modified: trunk/libmstun/Makefile.am =================================================================== --- trunk/libmstun/Makefile.am 2008-09-11 14:59:21 UTC (rev 3599) +++ trunk/libmstun/Makefile.am 2008-09-11 15:35:35 UTC (rev 3600) @@ -1,4 +1,4 @@ -SUBDIRS = include m4 win32 source . +SUBDIRS = include m4 win32 source debian . #DIST_SUBDIRS = $(SUBDIRS) debian #EXTRA_DIST = libmstun.spec Modified: trunk/libmstun/configure.ac =================================================================== --- trunk/libmstun/configure.ac 2008-09-11 14:59:21 UTC (rev 3599) +++ trunk/libmstun/configure.ac 2008-09-11 15:35:35 UTC (rev 3600) @@ -39,6 +39,7 @@ Makefile libmstun.pc m4/Makefile + debian/Makefile include/Makefile include/libmstun/Makefile source/Makefile Modified: trunk/libmutil/Makefile.am =================================================================== --- trunk/libmutil/Makefile.am 2008-09-11 14:59:21 UTC (rev 3599) +++ trunk/libmutil/Makefile.am 2008-09-11 15:35:35 UTC (rev 3600) @@ -1,6 +1,6 @@ pkgconfigdir = $(libdir)/pkgconfig -SUBDIRS = libltdl include win32 . examples m4 +SUBDIRS = libltdl include win32 . examples m4 debian DIST_SUBDIRS = $(SUBDIRS) EXTRA_DIST = libmutil.spec Modified: trunk/libmutil/configure.ac =================================================================== --- trunk/libmutil/configure.ac 2008-09-11 14:59:21 UTC (rev 3599) +++ trunk/libmutil/configure.ac 2008-09-11 15:35:35 UTC (rev 3600) @@ -139,6 +139,7 @@ include/Makefile m4/Makefile win32/Makefile + debian/Makefile win32/libmutil-res.rc libmutil.pc ]) Modified: trunk/minisip/Makefile.am =================================================================== --- trunk/minisip/Makefile.am 2008-09-11 14:59:21 UTC (rev 3599) +++ trunk/minisip/Makefile.am 2008-09-11 15:35:35 UTC (rev 3600) @@ -9,7 +9,7 @@ desktopdir = $(datadir)/applications endif -SUBDIRS = include share minisip +SUBDIRS = include share minisip debian dist-hook: for i in test_cert Documentation; do \ Modified: trunk/minisip/configure.ac =================================================================== --- trunk/minisip/configure.ac 2008-09-11 14:59:21 UTC (rev 3599) +++ trunk/minisip/configure.ac 2008-09-11 15:35:35 UTC (rev 3600) @@ -320,5 +320,6 @@ minisip/win32/Makefile minisip/win32/minisip-res.rc share/Makefile + debian/Makefile Makefile]) AC_OUTPUT From guillem.cabrera at i2cat.net Thu Sep 11 18:50:29 2008 From: guillem.cabrera at i2cat.net (Guillem Cabrera [i2Cat]) Date: Thu, 11 Sep 2008 16:50:29 -0000 Subject: Crash on SIPRegister Message-ID: Hi all, We are working on a "new" OpenSource video conference server (Sip based MCU-reflector) built from minisip libraries. We took the ua script (svn:// svn.minisip.org/minisip_autobuild/regression_tests/common/ua) as a starting point and we reused some ideas implemented in the thesis I wrote in KTH with Erik Eliasson (http://tslab.ssvl.kth.se/thesis/node/952), which was the same. Surprisingly, in my thesis code, the register functionality worked, but we cannot make it work in a new app from the scratch, although I do the same. Taking the ua script, we set a Registrar and a Credential for the default identity with user password for the registrar: MRef myIdentity= new SipIdentity(SipUri(uri)); > myIdentity->setSipRegistrar(new SipRegistrar(SipUri(uri).getIp(), "UDP")); > myIdentity->setCredential(new SipCredential("mcu","password","minisip.org > ")); > And then we do something like this before running the sipStack: MRef reg = new SipDialogRegister(sipStack,myIdentity); > sipStack->addDialog(*reg); > > reg->handleCommand(SipSMCommand(CommandString(reg->getCallId(),SipCommandString::proxy_register), > SipSMCommand::dialog_layer, SipSMCommand::dialog_layer )); We also set up the application as the DefaultDialogCommandHandler, as it is done in ua script: sipStack->setDefaultDialogCommandHandler(this); > However, as soon as W run the compiled code, we get something like this: guillem at nTec:~/i2conf/vision$ ./bin/i2conf -u mcu at minisip.org -p 5060 -i > eth1 > SipIdentity::SipIdentity : created identity id=1 > SipRegistrar:setProxy(str) : addr = > MRef::operator-> : ERROR: trying to access a null pointer > (P15CommandReceiver). > Stack trace: > /home/guillem/lib/libmutil.so.0(_Z19getStackTraceStringv+0x48) [0xb7bd9c18] > /home/guillem/lib/libminisip.so.0(_ZNK4MRefIP15CommandReceiverEptEv+0x83) > [0xb7dab783] > > /home/guillem/lib/libmsip.so.0(_ZN17SipDialogRegister24a0_start_trying_registerERK12SipSMCommand+0x859) > [0xb7ce1b09] > > ./bin/i2conf(_ZN15StateTransitionI12SipSMCommandSsE13handleCommandERKS0_+0xa8) > [0x805e086] > > /home/guillem/lib/libmsip.so.0(_ZN9SipDialog13handleCommandERK12SipSMCommand+0x2c4) > [0xb7cd2f44] > > /home/guillem/lib/libmsip.so.0(_ZN17SipDialogRegister13handleCommandERK12SipSMCommand+0x195) > [0xb7cdb2a5] > ./bin/i2conf [0x8052821] > /home/guillem/lib/libmutil.so.0(_Z13startRunnable4MRefIP8RunnableE+0x2d) > [0xb7bfcc7d] > /home/guillem/lib/libmutil.so.0 [0xb7bfd4bd] > /lib/tls/i686/cmov/libpthread.so.0 [0xb7a7f4fb] > /lib/tls/i686/cmov/libc.so.6(clone+0x5e) [0xb7a01e5e] > > i2conf: /home/guillem/include/libmutil/MemObject.h:417: OPType > MRef::operator->() const [with OPType = CommandReceiver*]: Assertion > `ret != __null' failed. > Dumped > This makes me think something is missing, but we really don't get what exactly :( The gdb backtrace of the core file is the following: (gdb) bt > #0 0xb7efa410 in __kernel_vsyscall () > #1 0xb7951085 in raise () from /lib/tls/i686/cmov/libc.so.6 > #2 0xb7952a01 in abort () from /lib/tls/i686/cmov/libc.so.6 > #3 0xb794a10e in __assert_fail () from /lib/tls/i686/cmov/libc.so.6 > #4 0xb7da67e8 in MRef::operator-> (this=0xb7632e04) at > /home/guillem/include/libmutil/MemObject.h:417 > #5 0xb7cdcb09 in SipDialogRegister::a0_start_trying_register > (this=0x8077948, command=@0xb7633234) at > source/dialogs/SipDialogRegister.cxx:123 > #6 0x0805e086 in StateTransition::handleCommand > (this=0x8077e28, c=@0xb7633234) > at /home/guillem/include/libmutil/StateMachine.h:346 > #7 0xb7ccdf44 in SipDialog::handleCommand (this=0x8077948, > command=@0xb7633234) at /home/guillem/include/libmutil/StateMachine.h:299 > #8 0xb7cd62a5 in SipDialogRegister::handleCommand (this=0x8077948, > command=@0xb7633234) at source/dialogs/SipDialogRegister.cxx:501 > #9 0x08052821 in App::run (this=0x8075eb8) at src/app.cxx:68 > #10 0xb7bf7c7d in startRunnable (r=@0xb76333ac) at > source/ThreadPosix.cxx:94 > #11 0xb7bf84bd in LinuxThreadStarter (arg=0x8075e60) at > source/ThreadPosix.cxx:240 > #12 0xb7a7a4fb in start_thread () from /lib/tls/i686/cmov/libpthread.so.0 > #13 0xb79fce5e in clone () from /lib/tls/i686/cmov/libc.so.6 > Where line 68 in app.cxx is: reg->handleCommand(SipSMCommand(CommandString(reg->getCallId(), > SipCommandString::proxy_register), > SipSMCommand::dialog_layer, > SipSMCommand::dialog_layer)); > We also tried to apply the same done in libminisip to register an identity (DefaultDialogHandler.cxx 418): MRef reg = new SipDialogRegister(sipStack,myIdentity); > sipStack->addDialog(*reg); > SipSMCommand > cmd(CommandString(reg->getCallId(),SipCommandString::proxy_register), > > SipSMCommand::transaction_layer, > SipSMCommand::dialog_layer); > sipStack->enqueueCommand(cmd, HIGH_PRIO_QUEUE); > But the result was also a crash with the following stack trace: guillem at nTec:~/ua$ ./ua -p 5060 -u mcu at minisip.org > SipUri::fromString = mcu at minisip.org > SipIdentity::SipIdentity : created identity id=1 > SipUri::fromString = mcu at minisip.org > SipUri::fromString = minisip.org > SipRegistrar:setProxy(str) : addr = > LinuxThreadStarter: thread created > sa_get_addr: unsupported address family: 17 > LinuxThreadStarter: thread created > In Thread, linux part - thread created > In Thread, linux part - thread created > LinuxThreadStarter: thread created > In Thread, linux part - thread created > LinuxThreadStarter: thread created > In Thread, linux part - thread created > Dispatcher: enqueue(COMMAND_STRING:op=proxy_register; > destination_id=846930886@; ,source=transaction_layer dest=dialog_layer) > DIALOG CONTAINER: waiting for command > DISPATCHER: got command: COMMAND_STRING:op=proxy_register; > destination_id=846930886@; ,source=transaction_layer dest=dialog_layer > DISPATCHER: SipCommandDispatcher got command > COMMAND_STRING:op=proxy_register; destination_id=846930886@; > ,source=transaction_layer dest=dialog_layer > SipLayerDialog: got command: COMMAND_STRING:op=proxy_register; > destination_id=846930886@; ,source=transaction_layer dest=dialog_layer > SipDialog(SipDialogRegister)::handleCommand got command > COMMAND_STRING:op=proxy_register; destination_id=846930886@; > ,source=transaction_layer dest=dialog_layer(SipDialogRegister[minisip.org > ]) > SipDialog::handleCommand: sending command to state machine > massert(1==0) failed in file source/dialogs/SipDialogRegister.cxx, line 127 > massert stack trace: > /home/guillem/lib/libmutil.so.0(_Z19getStackTraceStringv+0x48) > [0xb78acc18] > /home/guillem/lib/libmutil.so.0(_Z13massertFailedPKcS0_S0_i+0x65) > [0xb78adb75] > > /home/guillem/lib/libmsip.so.0(_ZN17SipDialogRegister24a0_start_trying_registerERK12SipSMCommand+0x424) > [0xb7d4e6d4] > ./ua(_ZN15StateTransitionI12SipSMCommandSsE13handleCommandERKS0_+0xa8) > [0x805ba50] > > /home/guillem/lib/libmsip.so.0(_ZN9SipDialog13handleCommandERK12SipSMCommand+0x2c4) > [0xb7d3ff44] > > /home/guillem/lib/libmsip.so.0(_ZN17SipDialogRegister13handleCommandERK12SipSMCommand+0x195) > [0xb7d482a5] > > /home/guillem/lib/libmsip.so.0(_ZN14SipLayerDialog13handleCommandERK12SipSMCommand+0x2fb) > [0xb7cd433b] > > /home/guillem/lib/libmsip.so.0(_ZN20SipCommandDispatcher13handleCommandERK12SipSMCommand+0x31e) > [0xb7cefc4e] > /home/guillem/lib/libmsip.so.0(_ZN20SipCommandDispatcher3runEv+0x74d) > [0xb7ced76d] > /home/guillem/lib/libmsip.so.0(_ZN16SipStackInternal3runEv+0x28) > [0xb7cc5918] > /home/guillem/lib/libmsip.so.0(_ZN8SipStack3runEv+0x28) [0xb7cc2618] > ./ua(_ZN5MyApp3runEv+0x748) [0x805b8e6] > /home/guillem/lib/libmutil.so.0(_Z13startRunnable4MRefIP8RunnableE+0x2d) > [0xb78cfc7d] > /home/guillem/lib/libmutil.so.0 [0xb78d04bd] > /lib/tls/i686/cmov/libpthread.so.0 [0xb7c584fb] > /lib/tls/i686/cmov/libc.so.6(clone+0x5e) [0xb7a75e5e] > Does anybody know what could be wrong or missing? We are quite confused since it is working in my thesis software but not in the new version. Maybe something else is needed, so feel free to ask for more information or even the full code and core files. Thanks in advance for your time and your help :) -- Guillem Cabrera Fundaci? i2Cat guillem.cabrera at i2cat.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.minisip.org/pipermail/minisip-devel/attachments/20080911/8d628564/attachment-0001.html From guillem at minisip.org Thu Sep 11 19:17:05 2008 From: guillem at minisip.org (guillem at minisip.org) Date: Thu, 11 Sep 2008 17:17:05 -0000 Subject: r3601 - trunk/minisip/minisip/gui/gtkgui Message-ID: <20080911171703.9EB6F31E61@mail.minisip.org> Author: guillem Date: 2008-09-11 19:17:03 +0200 (Thu, 11 Sep 2008) New Revision: 3601 Modified: trunk/minisip/minisip/gui/gtkgui/AccountDialog.cxx Log: * Hide the passphrase under * in the Sip Account settings dialog Modified: trunk/minisip/minisip/gui/gtkgui/AccountDialog.cxx =================================================================== --- trunk/minisip/minisip/gui/gtkgui/AccountDialog.cxx 2008-09-11 15:35:35 UTC (rev 3600) +++ trunk/minisip/minisip/gui/gtkgui/AccountDialog.cxx 2008-09-11 17:17:03 UTC (rev 3601) @@ -104,6 +104,8 @@ securitySettings = new SecuritySettings( refXml, certDialog ); + passwordEntry->set_visibility(FALSE); //hide password phrase under * + autodetectProxyCheckChanged(); dialogWindow->show_all(); From autobuild at minisip.org Thu Sep 11 22:55:49 2008 From: autobuild at minisip.org (autobuild at minisip.org) Date: Thu, 11 Sep 2008 20:55:49 -0000 Subject: auto build r3593: 1 of 8 builds failed - 7 regression tests failed Message-ID: <20080911205548.D2A7631AFC@mail.minisip.org> Summary: debian_stable/confgui_debug: ok debian_unstable/default__gtk_textui_oss: ok debian_unstable/gtk_textui_alsa_zrtp: ok debian_unstable/gtk_textui_oss_smartcard: ok debian_unstable/package_deb_0.7.0-rREV_default: ok debian_unstable/textui_oss_ldap: FAIL debian_unstable/textui_oss_srp_onlineconf: ok mingw32_on_debian_unstable/gtk_dsound_debug: ok Regression test: 1001_SipHeaderAccept/ ok 1002_SipHeaderAcceptContact/ ok 1003_SipHeaderAuthorization/ ok 1004_SipHeaderCSeq/ ok 1005_SipHeaderCallID/ ok 1006_SipHeaderContact/ ok 1007_SipHeaderContentLength/ ok 1008_SipHeaderContentType/ ok 1009_SipHeaderEvent/ ok 1010_SipHeaderExpires/ ok 1011_SipHeaderFrom/ ok 1012_SipHeaderMaxForwards/ ok 1013_SipHeaderProxyAuthenticate/ ok 1014_SipHeaderProxyAuthorization/ ok 1015_SipHeaderRAck/ ok 1016_SipHeaderRSeq/ ok 1017_SipHeaderRecordRoute/ ok 1018_SipHeaderReferTo/ ok 1019_SipHeaderRequire/ ok 1020_SipHeaderRoute/ ok 1021_SipHeaderSubject/ ok 1022_SipHeaderSupported/ ok 1023_SipHeaderTo/ ok 1024_SipHeaderUnsupported/ ok 1025_SipHeaderUserAgent/ ok 1026_SipHeaderVia/ ok 1027_SipHeaderWWWAuthenticate/ ok 1028_SipHeaderWarning/ ok 2010_Session_inviteab_hangupab_udp/ ok 2011_Session_inviteab_hangupba_udp/ NOT THE EXPECTED OUTPUT 2013_Session_inviteab_hangupab_tcp/ NOT THE EXPECTED OUTPUT 2014_Session_inviteab_hangupba_tcp/ NOT THE EXPECTED OUTPUT 2021_simplestack_leak/ test returned an error code 2022_session_valgrind/ NOT THE EXPECTED OUTPUT 5001_scsim_verifypin/ ok 6001_packet_responses/ ok 6002_packet_unknown/ NOT THE EXPECTED OUTPUT 7001_sdp_audio1/ NOT THE EXPECTED OUTPUT Build fail: Revision: 3593 Machine: debian_unstable Machine addr: svn at dev.minisip.org Build: textui_oss_ldap STDERR: ========================================================== AUTOBUILD_INFO: processing libmutil... + set -e + LANG=C + export LANG + CYGWIN=binmode + export CYGWIN + amvers=no + '[' -n '' ']' + automake-1.10 --version + automake-1.9 --version + automake-1.8 --version + amvers=-1.8 + test -1.8 = no + libtoolize=no + libtoolize --version + libtoolize=libtoolize + test libtoolize = no + aclocal-1.8 -I m4 -I /home/svn/3593/usr/share/aclocal + libtoolize --copy --force --ltdl + autoconf + autoheader + automake-1.8 --add-missing --copy configure.ac: installing `config/install-sh' configure.ac: installing `config/missing' Makefile.am: installing `config/depcomp' + cd libltdl + aclocal-1.8 + autoconf + autoheader + automake-1.8 --add-missing --copy configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: dlfcn.h: proceeding with the compiler's result AUTOBUILD_INFO: processing libmnetutil... + set -e + LANG=C + export LANG + CYGWIN=binmode + export CYGWIN + amvers=no + '[' -n '' ']' + automake-1.10 --version + automake-1.9 --version + automake-1.8 --version + amvers=-1.8 + test -1.8 = no + libtoolize=no + libtoolize --version + libtoolize=libtoolize + test libtoolize = no + aclocal-1.8 -I m4 -I /home/svn/3593/usr/share/aclocal + libtoolize --copy --force + autoconf + autoheader + automake-1.8 --add-missing --copy configure.ac: installing `config/install-sh' configure.ac: installing `config/missing' Makefile.am: installing `config/depcomp' configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: dlfcn.h: proceeding with the compiler's result libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries source/LdapConnection.cxx: In member function 'void LdapConnection::connect()': source/LdapConnection.cxx:132: error: 'ldap_init' was not declared in this scope source/LdapConnection.cxx:159: error: 'ldap_bind_s' was not declared in this scope source/LdapConnection.cxx: In member function 'bool LdapConnection::disconnect()': source/LdapConnection.cxx:172: error: 'ldap_unbind' was not declared in this scope source/LdapConnection.cxx: In member function 'std::vector, std::allocator > > LdapConnection::find(std::string, std::string, std::vector, std::allocator >, std::allocator, std::allocator > > >&, int)': source/LdapConnection.cxx:225: error: 'ldap_search_s' was not declared in this scope make[1]: *** [LdapConnection.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... source/LdapEntry.cxx: In constructor 'LdapEntry::LdapEntry(void*, void*)': source/LdapEntry.cxx:66: error: 'ldap_get_values' was not declared in this scope source/LdapEntry.cxx:70: error: 'ldap_value_free' was not declared in this scope make[1]: *** [LdapEntry.lo] Error 1 make: *** [all-recursive] Error 1 ERROR: Could not bootstrap/configure/compile/install libmnetutil ========================================================== Regression test details: ========== 2011_Session_inviteab_hangupba_udp/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 15:46:07.000000000 +0200 +++ test_output 2008-09-11 16:59:37.000000000 +0200 @@ -32,7 +32,7 @@ IN (UDP): BYE sip:clientuser at 127.0.0.1:CPORT SIP/2.0 IN (UDP): Via: SIP/2.0/UDP 127.0.0.1:SPORT;rport;branch=branchstring IN (UDP): Max-Forwards: 70 -IN (UDP): From: +IN (UDP): From: ;tag=1681692777 IN (UDP): To: IN (UDP): CSeq: 800 BYE IN (UDP): Call-ID: callidstring @@ -42,7 +42,7 @@ OUT (UDP): SIP/2.0 200 ok OUT (UDP): Max-Forwards: 70 OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:SPORT;rport=SPORT;branch=branchstring -OUT (UDP): From: +OUT (UDP): From: ;tag=1681692777 OUT (UDP): To: OUT (UDP): CSeq: 800 BYE OUT (UDP): Call-ID: callidstring ========== 2013_Session_inviteab_hangupab_tcp/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 15:46:07.000000000 +0200 +++ test_output 2008-09-11 16:59:43.000000000 +0200 @@ -5,7 +5,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): ========== 2014_Session_inviteab_hangupba_tcp/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 15:46:07.000000000 +0200 +++ test_output 2008-09-11 16:59:53.000000000 +0200 @@ -5,7 +5,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): @@ -29,23 +29,3 @@ OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): -IN (STREAM): BYE sip:clientuser at 127.0.0.1:CLIENTPORT SIP/2.0 -IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport;branch=branchstring -IN (STREAM): Max-Forwards: 70 -IN (STREAM): From: -IN (STREAM): To: -IN (STREAM): CSeq: 800 BYE -IN (STREAM): Call-ID: callidstring -IN (STREAM): Content-Length: 0 -IN (STREAM): -IN (STREAM): -OUT (STREAM): SIP/2.0 200 ok -OUT (STREAM): Max-Forwards: 70 -OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport=REMOTETCPPORT;branch=branchstring -OUT (STREAM): From: -OUT (STREAM): To: -OUT (STREAM): CSeq: 800 BYE -OUT (STREAM): Call-ID: callidstring -OUT (STREAM): Content-Length: 0 -OUT (STREAM): -OUT (STREAM): ========== 2021_simplestack_leak/ =========== Build: g++-3.4 -Wall -g -o tst -I/home/svn/3593_regtest/usr/include -L/home/svn/3593_regtest/usr/lib tst.cxx -lmsip -lpthread -lssl make: g++-3.4: Command not found make: *** [tst] Error 127 Test output: ========== 2022_session_valgrind/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 15:46:07.000000000 +0200 +++ test_output 2008-09-11 17:00:09.000000000 +0200 @@ -1,352 +1,56 @@ ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ==PID== Thread 2: -==PID== Syscall param socketcall.sendto(msg) points to uninitialised byte(s) -==PID== at 0xXXXXXXX: sendto (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: getifaddrs (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: NetworkFunctions::getInterfaceIPStr(std::string) (NetworkFunctions.cxx) -==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) -==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: start_thread (in /lib/tls/libpthread-2.3.6.so) -==PID== by 0xXXXXXXX: clone (in /lib/tls/libc-2.3.6.so) -==PID== Address 0xXXXXXXX is on thread 2's stack -==PID== -==PID== Syscall param socketcall.sendto(msg) points to uninitialised byte(s) -==PID== at 0xXXXXXXX: sendto (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: getifaddrs (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: NetworkFunctions::getInterfaceIPStr(std::string) (NetworkFunctions.cxx) -==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) -==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: start_thread (in /lib/tls/libpthread-2.3.6.so) -==PID== by 0xXXXXXXX: clone (in /lib/tls/libc-2.3.6.so) -==PID== Address 0xXXXXXXX is on thread 2's stack -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== ==PID== Invalid read of size 4 -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== Address 0xXXXXXXX is 24 bytes inside a block of size 27 alloc'd -==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:149) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) +==PID== at 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/i686/cmov/libc-2.7.so) ==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) ==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, MRef, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) ==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) +==PID== Address 0x48c0e70 is 32 bytes inside a block of size 33 alloc'd +==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:207) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/i686/cmov/libc-2.7.so) ==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) ==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, MRef, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) ==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) OUT (STREAM): INVITE sip:erik at localhost:SERVERPORT SIP/2.0 OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring OUT (STREAM): Call-ID: callidstring @@ -354,7 +58,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): @@ -368,58 +72,156 @@ IN (STREAM): Content-Length: 0 IN (STREAM): IN (STREAM): -DISPATCHER: command NOT handled -OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): INVITE sip:erik at localhost:SERVERPORT SIP/2.0 OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring -OUT (STREAM): Max-Forwards: 70 OUT (STREAM): Call-ID: callidstring +OUT (STREAM): Max-Forwards: 50 OUT (STREAM): From: -OUT (STREAM): CSeq: 1 ACK OUT (STREAM): To: +OUT (STREAM): CSeq: 1 INVITE +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): -IN (STREAM): BYE sip:clientuser at 127.0.0.1:CLIENTPORT SIP/2.0 -IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport;branch=branchstring +IN (STREAM): SIP/2.0 200 ok IN (STREAM): Max-Forwards: 70 -IN (STREAM): From: -IN (STREAM): To: -IN (STREAM): CSeq: 800 BYE +IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport=REMOTETCPPORT;branch=branchstring IN (STREAM): Call-ID: callidstring +IN (STREAM): From: +IN (STREAM): To: +IN (STREAM): CSeq: 1 INVITE IN (STREAM): Content-Length: 0 IN (STREAM): IN (STREAM): -OUT (STREAM): SIP/2.0 200 ok +OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring OUT (STREAM): Max-Forwards: 70 -OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport=REMOTETCPPORT;branch=branchstring -OUT (STREAM): From: -OUT (STREAM): To: -OUT (STREAM): CSeq: 800 BYE OUT (STREAM): Call-ID: callidstring +OUT (STREAM): From: +OUT (STREAM): CSeq: 1 ACK +OUT (STREAM): To: OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): +OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring +OUT (STREAM): Max-Forwards: 70 +OUT (STREAM): Call-ID: callidstring +OUT (STREAM): From: +OUT (STREAM): CSeq: 1 ACK +OUT (STREAM): To: +OUT (STREAM): Content-Length: 0 +OUT (STREAM): +OUT (STREAM): +==PID== +==PID== Thread 4: +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c27c4 is 12 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c27bc is 4 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c27c4 is 12 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) ==PID== ==PID== Thread 1: ==PID== -==PID== 288 bytes in 4 blocks are possibly lost in loss record 73 of 76 -==PID== at 0xXXXXXXX: calloc (vg_replace_malloc.c:279) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_allocate_tls (in /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: pthread_create@@GLIBC_2.1 (in /lib/tls/libpthread-2.3.6.so) +==PID== 576 bytes in 4 blocks are possibly lost in loss record 69 of 74 +==PID== at 0xXXXXXXX: calloc (vg_replace_malloc.c:397) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: _dl_allocate_tls (in /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: pthread_create@@GLIBC_2.1 (in /lib/i686/cmov/libpthread-2.7.so) ==PID== by 0xXXXXXXX: Thread::Thread(MRef) (ThreadPosix.cxx) ==PID== by 0xXXXXXXX: ua_main(int, char**) (ua.cxx) ==PID== by 0xXXXXXXX: main (ua.cxx) ==PID== ==PID== -==PID== 1,301 bytes in 49 blocks are possibly lost in loss record 74 of 76 -==PID== at 0xXXXXXXX: operator new(unsigned) (vg_replace_malloc.c:163) -==PID== by 0xXXXXXXX: std::string::_Rep::_S_create(unsigned, unsigned, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.8) -==PID== by 0xXXXXXXX: (within /PREFIX/lib/libstdc++.so.6.0.8) -==PID== by 0xXXXXXXX: std::string::string(char const*, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.8) +==PID== 1,215 bytes in 48 blocks are possibly lost in loss record 71 of 74 +==PID== at 0xXXXXXXX: operator new(unsigned) (vg_replace_malloc.c:224) +==PID== by 0xXXXXXXX: std::string::_Rep::_S_create(unsigned, unsigned, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: (within /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::string::string(char const*, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.10) ==PID== by 0xXXXXXXX: __static_initialization_and_destruction_0(int, int) (SipHeaderVia.cxx) ==PID== by 0xXXXXXXX: (within /PREFIX/lib/libmsip.so.0.0.0) ==PID== by 0xXXXXXXX: (within /PREFIX/lib/libmsip.so.0.0.0) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== +==PID== +==PID== 22,192 (5,808 direct, 16,384 indirect) bytes in 4 blocks are definitely lost in loss record 73 of 74 +==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:207) +==PID== by 0xXXXXXXX: dns_new (udns_resolver.c:630) +==PID== by 0xXXXXXXX: DnsNaptrQueryPriv::DnsNaptrQueryPriv() (DnsNaptr.cxx) +==PID== by 0xXXXXXXX: DnsNaptrQuery::create() (DnsNaptr.cxx) +==PID== by 0xXXXXXXX: lookupNaptrTransport(SipUri const&, MRef&, std::string&) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::getDestination(MRef, std::string&, int&, MRef&) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) +==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) +==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) +==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) +==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) +==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) +==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) +==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) +==PID== by 0xXXXXXXX: SipStack::run() (SipStack.cxx) +==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) ========== 6002_packet_unknown/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 15:46:07.000000000 +0200 +++ test_output 2008-09-11 17:00:22.000000000 +0200 @@ -1,11 +0,0 @@ -SIP/2.0 405 Method Not Allowed -Max-Forwards: 70 -Record-Route: -Via: SIP/2.0/UDP 192.16.125.71:LOCALPORT;branch=z9hG4bKnashds7 -From: "Tester" ;tag=8321234356 -To: "Autobuild Account" ;tag=9fxced76sl -Call-ID: 3848276298220188511 at 192.16.125.71 -CSeq: 1 UNKNOWN -Allow: INVITE,MESSAGE,BYE,ACK,OPTIONS,PRACK -Content-Length: 0 - ========== 7001_sdp_audio1/ =========== Changes detected: EXPECTED VALUE OR TEST OUTPUT NOT FOUND! From autobuild at minisip.org Thu Sep 11 23:37:25 2008 From: autobuild at minisip.org (autobuild at minisip.org) Date: Thu, 11 Sep 2008 21:37:25 -0000 Subject: auto build r3597: 1 of 8 builds failed - 7 regression tests failed Message-ID: <20080911213724.C4D8F31D1F@mail.minisip.org> Summary: debian_stable/confgui_debug: ok debian_unstable/default__gtk_textui_oss: ok debian_unstable/gtk_textui_alsa_zrtp: ok debian_unstable/gtk_textui_oss_smartcard: ok debian_unstable/package_deb_0.7.0-rREV_default: ok debian_unstable/textui_oss_ldap: FAIL debian_unstable/textui_oss_srp_onlineconf: ok mingw32_on_debian_unstable/gtk_dsound_debug: ok Regression test: 1001_SipHeaderAccept/ ok 1002_SipHeaderAcceptContact/ ok 1003_SipHeaderAuthorization/ ok 1004_SipHeaderCSeq/ ok 1005_SipHeaderCallID/ ok 1006_SipHeaderContact/ ok 1007_SipHeaderContentLength/ ok 1008_SipHeaderContentType/ ok 1009_SipHeaderEvent/ ok 1010_SipHeaderExpires/ ok 1011_SipHeaderFrom/ ok 1012_SipHeaderMaxForwards/ ok 1013_SipHeaderProxyAuthenticate/ ok 1014_SipHeaderProxyAuthorization/ ok 1015_SipHeaderRAck/ ok 1016_SipHeaderRSeq/ ok 1017_SipHeaderRecordRoute/ ok 1018_SipHeaderReferTo/ ok 1019_SipHeaderRequire/ ok 1020_SipHeaderRoute/ ok 1021_SipHeaderSubject/ ok 1022_SipHeaderSupported/ ok 1023_SipHeaderTo/ ok 1024_SipHeaderUnsupported/ ok 1025_SipHeaderUserAgent/ ok 1026_SipHeaderVia/ ok 1027_SipHeaderWWWAuthenticate/ ok 1028_SipHeaderWarning/ ok 2010_Session_inviteab_hangupab_udp/ ok 2011_Session_inviteab_hangupba_udp/ NOT THE EXPECTED OUTPUT 2013_Session_inviteab_hangupab_tcp/ NOT THE EXPECTED OUTPUT 2014_Session_inviteab_hangupba_tcp/ NOT THE EXPECTED OUTPUT 2021_simplestack_leak/ test returned an error code 2022_session_valgrind/ NOT THE EXPECTED OUTPUT 5001_scsim_verifypin/ ok 6001_packet_responses/ ok 6002_packet_unknown/ NOT THE EXPECTED OUTPUT 7001_sdp_audio1/ NOT THE EXPECTED OUTPUT Build fail: Revision: 3597 Machine: debian_unstable Machine addr: svn at dev.minisip.org Build: textui_oss_ldap STDERR: ========================================================== AUTOBUILD_INFO: processing libmutil... + set -e + LANG=C + export LANG + CYGWIN=binmode + export CYGWIN + amvers=no + '[' -n '' ']' + automake-1.10 --version + automake-1.9 --version + automake-1.8 --version + amvers=-1.8 + test -1.8 = no + libtoolize=no + libtoolize --version + libtoolize=libtoolize + test libtoolize = no + aclocal-1.8 -I m4 -I /home/svn/3597/usr/share/aclocal + libtoolize --copy --force --ltdl + autoconf + autoheader + automake-1.8 --add-missing --copy configure.ac: installing `config/install-sh' configure.ac: installing `config/missing' Makefile.am: installing `config/depcomp' + cd libltdl + aclocal-1.8 + autoconf + autoheader + automake-1.8 --add-missing --copy configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: dlfcn.h: proceeding with the compiler's result AUTOBUILD_INFO: processing libmnetutil... + set -e + LANG=C + export LANG + CYGWIN=binmode + export CYGWIN + amvers=no + '[' -n '' ']' + automake-1.10 --version + automake-1.9 --version + automake-1.8 --version + amvers=-1.8 + test -1.8 = no + libtoolize=no + libtoolize --version + libtoolize=libtoolize + test libtoolize = no + aclocal-1.8 -I m4 -I /home/svn/3597/usr/share/aclocal + libtoolize --copy --force + autoconf + autoheader + automake-1.8 --add-missing --copy configure.ac: installing `config/install-sh' configure.ac: installing `config/missing' Makefile.am: installing `config/depcomp' configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: dlfcn.h: proceeding with the compiler's result libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries source/LdapConnection.cxx: In member function 'void LdapConnection::connect()': source/LdapConnection.cxx:132: error: 'ldap_init' was not declared in this scope source/LdapConnection.cxx:159: error: 'ldap_bind_s' was not declared in this scope source/LdapConnection.cxx: In member function 'bool LdapConnection::disconnect()': source/LdapConnection.cxx:172: error: 'ldap_unbind' was not declared in this scope source/LdapConnection.cxx: In member function 'std::vector, std::allocator > > LdapConnection::find(std::string, std::string, std::vector, std::allocator >, std::allocator, std::allocator > > >&, int)': source/LdapConnection.cxx:225: error: 'ldap_search_s' was not declared in this scope make[1]: *** [LdapConnection.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [all-recursive] Error 1 ERROR: Could not bootstrap/configure/compile/install libmnetutil ========================================================== Regression test details: ========== 2011_Session_inviteab_hangupba_udp/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 16:05:50.000000000 +0200 +++ test_output 2008-09-11 17:34:29.000000000 +0200 @@ -32,7 +32,7 @@ IN (UDP): BYE sip:clientuser at 127.0.0.1:CPORT SIP/2.0 IN (UDP): Via: SIP/2.0/UDP 127.0.0.1:SPORT;rport;branch=branchstring IN (UDP): Max-Forwards: 70 -IN (UDP): From: +IN (UDP): From: ;tag=1681692777 IN (UDP): To: IN (UDP): CSeq: 800 BYE IN (UDP): Call-ID: callidstring @@ -42,7 +42,7 @@ OUT (UDP): SIP/2.0 200 ok OUT (UDP): Max-Forwards: 70 OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:SPORT;rport=SPORT;branch=branchstring -OUT (UDP): From: +OUT (UDP): From: ;tag=1681692777 OUT (UDP): To: OUT (UDP): CSeq: 800 BYE OUT (UDP): Call-ID: callidstring ========== 2013_Session_inviteab_hangupab_tcp/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 16:05:50.000000000 +0200 +++ test_output 2008-09-11 17:34:35.000000000 +0200 @@ -5,7 +5,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): ========== 2014_Session_inviteab_hangupba_tcp/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 16:05:50.000000000 +0200 +++ test_output 2008-09-11 17:34:44.000000000 +0200 @@ -5,7 +5,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): @@ -29,23 +29,3 @@ OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): -IN (STREAM): BYE sip:clientuser at 127.0.0.1:CLIENTPORT SIP/2.0 -IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport;branch=branchstring -IN (STREAM): Max-Forwards: 70 -IN (STREAM): From: -IN (STREAM): To: -IN (STREAM): CSeq: 800 BYE -IN (STREAM): Call-ID: callidstring -IN (STREAM): Content-Length: 0 -IN (STREAM): -IN (STREAM): -OUT (STREAM): SIP/2.0 200 ok -OUT (STREAM): Max-Forwards: 70 -OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport=REMOTETCPPORT;branch=branchstring -OUT (STREAM): From: -OUT (STREAM): To: -OUT (STREAM): CSeq: 800 BYE -OUT (STREAM): Call-ID: callidstring -OUT (STREAM): Content-Length: 0 -OUT (STREAM): -OUT (STREAM): ========== 2021_simplestack_leak/ =========== Build: g++-3.4 -Wall -g -o tst -I/home/svn/3597_regtest/usr/include -L/home/svn/3597_regtest/usr/lib tst.cxx -lmsip -lpthread -lssl make: g++-3.4: Command not found make: *** [tst] Error 127 Test output: ========== 2022_session_valgrind/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 16:05:50.000000000 +0200 +++ test_output 2008-09-11 17:34:58.000000000 +0200 @@ -1,352 +1,56 @@ ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ==PID== Thread 2: -==PID== Syscall param socketcall.sendto(msg) points to uninitialised byte(s) -==PID== at 0xXXXXXXX: sendto (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: getifaddrs (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: NetworkFunctions::getInterfaceIPStr(std::string) (NetworkFunctions.cxx) -==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) -==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: start_thread (in /lib/tls/libpthread-2.3.6.so) -==PID== by 0xXXXXXXX: clone (in /lib/tls/libc-2.3.6.so) -==PID== Address 0xXXXXXXX is on thread 2's stack -==PID== -==PID== Syscall param socketcall.sendto(msg) points to uninitialised byte(s) -==PID== at 0xXXXXXXX: sendto (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: getifaddrs (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: NetworkFunctions::getInterfaceIPStr(std::string) (NetworkFunctions.cxx) -==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) -==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: start_thread (in /lib/tls/libpthread-2.3.6.so) -==PID== by 0xXXXXXXX: clone (in /lib/tls/libc-2.3.6.so) -==PID== Address 0xXXXXXXX is on thread 2's stack -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== ==PID== Invalid read of size 4 -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== Address 0xXXXXXXX is 24 bytes inside a block of size 27 alloc'd -==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:149) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) +==PID== at 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/i686/cmov/libc-2.7.so) ==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) ==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, MRef, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) ==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) +==PID== Address 0x48c0e70 is 32 bytes inside a block of size 33 alloc'd +==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:207) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/i686/cmov/libc-2.7.so) ==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) ==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, MRef, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) ==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) OUT (STREAM): INVITE sip:erik at localhost:SERVERPORT SIP/2.0 OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring OUT (STREAM): Call-ID: callidstring @@ -354,7 +58,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): @@ -368,58 +72,156 @@ IN (STREAM): Content-Length: 0 IN (STREAM): IN (STREAM): -DISPATCHER: command NOT handled -OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): INVITE sip:erik at localhost:SERVERPORT SIP/2.0 OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring -OUT (STREAM): Max-Forwards: 70 OUT (STREAM): Call-ID: callidstring +OUT (STREAM): Max-Forwards: 50 OUT (STREAM): From: -OUT (STREAM): CSeq: 1 ACK OUT (STREAM): To: +OUT (STREAM): CSeq: 1 INVITE +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): -IN (STREAM): BYE sip:clientuser at 127.0.0.1:CLIENTPORT SIP/2.0 -IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport;branch=branchstring +IN (STREAM): SIP/2.0 200 ok IN (STREAM): Max-Forwards: 70 -IN (STREAM): From: -IN (STREAM): To: -IN (STREAM): CSeq: 800 BYE +IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport=REMOTETCPPORT;branch=branchstring IN (STREAM): Call-ID: callidstring +IN (STREAM): From: +IN (STREAM): To: +IN (STREAM): CSeq: 1 INVITE IN (STREAM): Content-Length: 0 IN (STREAM): IN (STREAM): -OUT (STREAM): SIP/2.0 200 ok +OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring OUT (STREAM): Max-Forwards: 70 -OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport=REMOTETCPPORT;branch=branchstring -OUT (STREAM): From: -OUT (STREAM): To: -OUT (STREAM): CSeq: 800 BYE OUT (STREAM): Call-ID: callidstring +OUT (STREAM): From: +OUT (STREAM): CSeq: 1 ACK +OUT (STREAM): To: OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): +OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring +OUT (STREAM): Max-Forwards: 70 +OUT (STREAM): Call-ID: callidstring +OUT (STREAM): From: +OUT (STREAM): CSeq: 1 ACK +OUT (STREAM): To: +OUT (STREAM): Content-Length: 0 +OUT (STREAM): +OUT (STREAM): +==PID== +==PID== Thread 4: +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c1fdc is 12 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c1fd4 is 4 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c1fdc is 12 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) ==PID== ==PID== Thread 1: ==PID== -==PID== 288 bytes in 4 blocks are possibly lost in loss record 73 of 76 -==PID== at 0xXXXXXXX: calloc (vg_replace_malloc.c:279) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_allocate_tls (in /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: pthread_create@@GLIBC_2.1 (in /lib/tls/libpthread-2.3.6.so) +==PID== 576 bytes in 4 blocks are possibly lost in loss record 69 of 74 +==PID== at 0xXXXXXXX: calloc (vg_replace_malloc.c:397) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: _dl_allocate_tls (in /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: pthread_create@@GLIBC_2.1 (in /lib/i686/cmov/libpthread-2.7.so) ==PID== by 0xXXXXXXX: Thread::Thread(MRef) (ThreadPosix.cxx) ==PID== by 0xXXXXXXX: ua_main(int, char**) (ua.cxx) ==PID== by 0xXXXXXXX: main (ua.cxx) ==PID== ==PID== -==PID== 1,301 bytes in 49 blocks are possibly lost in loss record 74 of 76 -==PID== at 0xXXXXXXX: operator new(unsigned) (vg_replace_malloc.c:163) -==PID== by 0xXXXXXXX: std::string::_Rep::_S_create(unsigned, unsigned, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.8) -==PID== by 0xXXXXXXX: (within /PREFIX/lib/libstdc++.so.6.0.8) -==PID== by 0xXXXXXXX: std::string::string(char const*, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.8) +==PID== 1,215 bytes in 48 blocks are possibly lost in loss record 71 of 74 +==PID== at 0xXXXXXXX: operator new(unsigned) (vg_replace_malloc.c:224) +==PID== by 0xXXXXXXX: std::string::_Rep::_S_create(unsigned, unsigned, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: (within /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::string::string(char const*, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.10) ==PID== by 0xXXXXXXX: __static_initialization_and_destruction_0(int, int) (SipHeaderVia.cxx) ==PID== by 0xXXXXXXX: (within /PREFIX/lib/libmsip.so.0.0.0) ==PID== by 0xXXXXXXX: (within /PREFIX/lib/libmsip.so.0.0.0) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== +==PID== +==PID== 22,192 (5,808 direct, 16,384 indirect) bytes in 4 blocks are definitely lost in loss record 73 of 74 +==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:207) +==PID== by 0xXXXXXXX: dns_new (udns_resolver.c:630) +==PID== by 0xXXXXXXX: DnsNaptrQueryPriv::DnsNaptrQueryPriv() (DnsNaptr.cxx) +==PID== by 0xXXXXXXX: DnsNaptrQuery::create() (DnsNaptr.cxx) +==PID== by 0xXXXXXXX: lookupNaptrTransport(SipUri const&, MRef&, std::string&) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::getDestination(MRef, std::string&, int&, MRef&) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) +==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) +==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) +==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) +==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) +==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) +==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) +==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) +==PID== by 0xXXXXXXX: SipStack::run() (SipStack.cxx) +==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) ========== 6002_packet_unknown/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 16:05:50.000000000 +0200 +++ test_output 2008-09-11 17:35:10.000000000 +0200 @@ -1,11 +0,0 @@ -SIP/2.0 405 Method Not Allowed -Max-Forwards: 70 -Record-Route: -Via: SIP/2.0/UDP 192.16.125.71:LOCALPORT;branch=z9hG4bKnashds7 -From: "Tester" ;tag=8321234356 -To: "Autobuild Account" ;tag=9fxced76sl -Call-ID: 3848276298220188511 at 192.16.125.71 -CSeq: 1 UNKNOWN -Allow: INVITE,MESSAGE,BYE,ACK,OPTIONS,PRACK -Content-Length: 0 - ========== 7001_sdp_audio1/ =========== Changes detected: EXPECTED VALUE OR TEST OUTPUT NOT FOUND! From autobuild at minisip.org Fri Sep 12 00:43:04 2008 From: autobuild at minisip.org (autobuild at minisip.org) Date: Thu, 11 Sep 2008 22:43:04 -0000 Subject: auto build r3599: 1 of 8 builds failed - 7 regression tests failed Message-ID: <20080911224303.4ED2D230D3@mail.minisip.org> Summary: debian_stable/confgui_debug: ok debian_unstable/default__gtk_textui_oss: ok debian_unstable/gtk_textui_alsa_zrtp: ok debian_unstable/gtk_textui_oss_smartcard: ok debian_unstable/package_deb_0.7.0-rREV_default: ok debian_unstable/textui_oss_ldap: FAIL debian_unstable/textui_oss_srp_onlineconf: ok mingw32_on_debian_unstable/gtk_dsound_debug: ok Regression test: 1001_SipHeaderAccept/ ok 1002_SipHeaderAcceptContact/ ok 1003_SipHeaderAuthorization/ ok 1004_SipHeaderCSeq/ ok 1005_SipHeaderCallID/ ok 1006_SipHeaderContact/ ok 1007_SipHeaderContentLength/ ok 1008_SipHeaderContentType/ ok 1009_SipHeaderEvent/ ok 1010_SipHeaderExpires/ ok 1011_SipHeaderFrom/ ok 1012_SipHeaderMaxForwards/ ok 1013_SipHeaderProxyAuthenticate/ ok 1014_SipHeaderProxyAuthorization/ ok 1015_SipHeaderRAck/ ok 1016_SipHeaderRSeq/ ok 1017_SipHeaderRecordRoute/ ok 1018_SipHeaderReferTo/ ok 1019_SipHeaderRequire/ ok 1020_SipHeaderRoute/ ok 1021_SipHeaderSubject/ ok 1022_SipHeaderSupported/ ok 1023_SipHeaderTo/ ok 1024_SipHeaderUnsupported/ ok 1025_SipHeaderUserAgent/ ok 1026_SipHeaderVia/ ok 1027_SipHeaderWWWAuthenticate/ ok 1028_SipHeaderWarning/ ok 2010_Session_inviteab_hangupab_udp/ ok 2011_Session_inviteab_hangupba_udp/ NOT THE EXPECTED OUTPUT 2013_Session_inviteab_hangupab_tcp/ NOT THE EXPECTED OUTPUT 2014_Session_inviteab_hangupba_tcp/ NOT THE EXPECTED OUTPUT 2021_simplestack_leak/ test returned an error code 2022_session_valgrind/ NOT THE EXPECTED OUTPUT 5001_scsim_verifypin/ ok 6001_packet_responses/ ok 6002_packet_unknown/ NOT THE EXPECTED OUTPUT 7001_sdp_audio1/ NOT THE EXPECTED OUTPUT Build fail: Revision: 3599 Machine: debian_unstable Machine addr: svn at dev.minisip.org Build: textui_oss_ldap STDERR: ========================================================== AUTOBUILD_INFO: processing libmutil... + set -e + LANG=C + export LANG + CYGWIN=binmode + export CYGWIN + amvers=no + '[' -n '' ']' + automake-1.10 --version + automake-1.9 --version + automake-1.8 --version + amvers=-1.8 + test -1.8 = no + libtoolize=no + libtoolize --version + libtoolize=libtoolize + test libtoolize = no + aclocal-1.8 -I m4 -I /home/svn/3599/usr/share/aclocal + libtoolize --copy --force --ltdl + autoconf + autoheader + automake-1.8 --add-missing --copy configure.ac: installing `config/install-sh' configure.ac: installing `config/missing' Makefile.am: installing `config/depcomp' + cd libltdl + aclocal-1.8 + autoconf + autoheader + automake-1.8 --add-missing --copy configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: dlfcn.h: proceeding with the compiler's result AUTOBUILD_INFO: processing libmnetutil... + set -e + LANG=C + export LANG + CYGWIN=binmode + export CYGWIN + amvers=no + '[' -n '' ']' + automake-1.10 --version + automake-1.9 --version + automake-1.8 --version + amvers=-1.8 + test -1.8 = no + libtoolize=no + libtoolize --version + libtoolize=libtoolize + test libtoolize = no + aclocal-1.8 -I m4 -I /home/svn/3599/usr/share/aclocal + libtoolize --copy --force + autoconf + autoheader + automake-1.8 --add-missing --copy configure.ac: installing `config/install-sh' configure.ac: installing `config/missing' Makefile.am: installing `config/depcomp' configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: dlfcn.h: proceeding with the compiler's result libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries source/LdapConnection.cxx: In member function 'void LdapConnection::connect()': source/LdapConnection.cxx:132: error: 'ldap_init' was not declared in this scope source/LdapConnection.cxx:159: error: 'ldap_bind_s' was not declared in this scope source/LdapConnection.cxx: In member function 'bool LdapConnection::disconnect()': source/LdapConnection.cxx:172: error: 'ldap_unbind' was not declared in this scope source/LdapConnection.cxx: In member function 'std::vector, std::allocator > > LdapConnection::find(std::string, std::string, std::vector, std::allocator >, std::allocator, std::allocator > > >&, int)': source/LdapConnection.cxx:225: error: 'ldap_search_s' was not declared in this scope make[1]: *** [LdapConnection.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... source/LdapEntry.cxx: In constructor 'LdapEntry::LdapEntry(void*, void*)': source/LdapEntry.cxx:66: error: 'ldap_get_values' was not declared in this scope source/LdapEntry.cxx:70: error: 'ldap_value_free' was not declared in this scope make[1]: *** [LdapEntry.lo] Error 1 make: *** [all-recursive] Error 1 ERROR: Could not bootstrap/configure/compile/install libmnetutil ========================================================== Regression test details: ========== 2011_Session_inviteab_hangupba_udp/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 16:59:16.000000000 +0200 +++ test_output 2008-09-11 17:58:08.000000000 +0200 @@ -32,7 +32,7 @@ IN (UDP): BYE sip:clientuser at 127.0.0.1:CPORT SIP/2.0 IN (UDP): Via: SIP/2.0/UDP 127.0.0.1:SPORT;rport;branch=branchstring IN (UDP): Max-Forwards: 70 -IN (UDP): From: +IN (UDP): From: ;tag=1681692777 IN (UDP): To: IN (UDP): CSeq: 800 BYE IN (UDP): Call-ID: callidstring @@ -42,7 +42,7 @@ OUT (UDP): SIP/2.0 200 ok OUT (UDP): Max-Forwards: 70 OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:SPORT;rport=SPORT;branch=branchstring -OUT (UDP): From: +OUT (UDP): From: ;tag=1681692777 OUT (UDP): To: OUT (UDP): CSeq: 800 BYE OUT (UDP): Call-ID: callidstring ========== 2013_Session_inviteab_hangupab_tcp/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 16:59:15.000000000 +0200 +++ test_output 2008-09-11 17:58:14.000000000 +0200 @@ -5,7 +5,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): ========== 2014_Session_inviteab_hangupba_tcp/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 16:59:17.000000000 +0200 +++ test_output 2008-09-11 17:58:23.000000000 +0200 @@ -5,7 +5,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): @@ -29,23 +29,3 @@ OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): -IN (STREAM): BYE sip:clientuser at 127.0.0.1:CLIENTPORT SIP/2.0 -IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport;branch=branchstring -IN (STREAM): Max-Forwards: 70 -IN (STREAM): From: -IN (STREAM): To: -IN (STREAM): CSeq: 800 BYE -IN (STREAM): Call-ID: callidstring -IN (STREAM): Content-Length: 0 -IN (STREAM): -IN (STREAM): -OUT (STREAM): SIP/2.0 200 ok -OUT (STREAM): Max-Forwards: 70 -OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport=REMOTETCPPORT;branch=branchstring -OUT (STREAM): From: -OUT (STREAM): To: -OUT (STREAM): CSeq: 800 BYE -OUT (STREAM): Call-ID: callidstring -OUT (STREAM): Content-Length: 0 -OUT (STREAM): -OUT (STREAM): ========== 2021_simplestack_leak/ =========== Build: g++-3.4 -Wall -g -o tst -I/home/svn/3599_regtest/usr/include -L/home/svn/3599_regtest/usr/lib tst.cxx -lmsip -lpthread -lssl make: g++-3.4: Command not found make: *** [tst] Error 127 Test output: ========== 2022_session_valgrind/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 16:59:17.000000000 +0200 +++ test_output 2008-09-11 17:58:38.000000000 +0200 @@ -1,352 +1,56 @@ ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ==PID== Thread 2: -==PID== Syscall param socketcall.sendto(msg) points to uninitialised byte(s) -==PID== at 0xXXXXXXX: sendto (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: getifaddrs (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: NetworkFunctions::getInterfaceIPStr(std::string) (NetworkFunctions.cxx) -==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) -==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: start_thread (in /lib/tls/libpthread-2.3.6.so) -==PID== by 0xXXXXXXX: clone (in /lib/tls/libc-2.3.6.so) -==PID== Address 0xXXXXXXX is on thread 2's stack -==PID== -==PID== Syscall param socketcall.sendto(msg) points to uninitialised byte(s) -==PID== at 0xXXXXXXX: sendto (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: getifaddrs (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: NetworkFunctions::getInterfaceIPStr(std::string) (NetworkFunctions.cxx) -==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) -==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: start_thread (in /lib/tls/libpthread-2.3.6.so) -==PID== by 0xXXXXXXX: clone (in /lib/tls/libc-2.3.6.so) -==PID== Address 0xXXXXXXX is on thread 2's stack -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== ==PID== Invalid read of size 4 -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== Address 0xXXXXXXX is 24 bytes inside a block of size 27 alloc'd -==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:149) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) +==PID== at 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/i686/cmov/libc-2.7.so) ==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) ==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, MRef, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) ==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) +==PID== Address 0x48c0e60 is 32 bytes inside a block of size 33 alloc'd +==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:207) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/i686/cmov/libc-2.7.so) ==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) ==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, MRef, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) ==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) OUT (STREAM): INVITE sip:erik at localhost:SERVERPORT SIP/2.0 OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring OUT (STREAM): Call-ID: callidstring @@ -354,7 +58,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): @@ -368,58 +72,156 @@ IN (STREAM): Content-Length: 0 IN (STREAM): IN (STREAM): -DISPATCHER: command NOT handled -OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): INVITE sip:erik at localhost:SERVERPORT SIP/2.0 OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring -OUT (STREAM): Max-Forwards: 70 OUT (STREAM): Call-ID: callidstring +OUT (STREAM): Max-Forwards: 50 OUT (STREAM): From: -OUT (STREAM): CSeq: 1 ACK OUT (STREAM): To: +OUT (STREAM): CSeq: 1 INVITE +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): -IN (STREAM): BYE sip:clientuser at 127.0.0.1:CLIENTPORT SIP/2.0 -IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport;branch=branchstring +IN (STREAM): SIP/2.0 200 ok IN (STREAM): Max-Forwards: 70 -IN (STREAM): From: -IN (STREAM): To: -IN (STREAM): CSeq: 800 BYE +IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport=REMOTETCPPORT;branch=branchstring IN (STREAM): Call-ID: callidstring +IN (STREAM): From: +IN (STREAM): To: +IN (STREAM): CSeq: 1 INVITE IN (STREAM): Content-Length: 0 IN (STREAM): IN (STREAM): -OUT (STREAM): SIP/2.0 200 ok +OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring OUT (STREAM): Max-Forwards: 70 -OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport=REMOTETCPPORT;branch=branchstring -OUT (STREAM): From: -OUT (STREAM): To: -OUT (STREAM): CSeq: 800 BYE OUT (STREAM): Call-ID: callidstring +OUT (STREAM): From: +OUT (STREAM): CSeq: 1 ACK +OUT (STREAM): To: OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): +OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring +OUT (STREAM): Max-Forwards: 70 +OUT (STREAM): Call-ID: callidstring +OUT (STREAM): From: +OUT (STREAM): CSeq: 1 ACK +OUT (STREAM): To: +OUT (STREAM): Content-Length: 0 +OUT (STREAM): +OUT (STREAM): +==PID== +==PID== Thread 4: +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c1fcc is 12 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c1fc4 is 4 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c1fcc is 12 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) ==PID== ==PID== Thread 1: ==PID== -==PID== 288 bytes in 4 blocks are possibly lost in loss record 73 of 76 -==PID== at 0xXXXXXXX: calloc (vg_replace_malloc.c:279) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_allocate_tls (in /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: pthread_create@@GLIBC_2.1 (in /lib/tls/libpthread-2.3.6.so) +==PID== 576 bytes in 4 blocks are possibly lost in loss record 69 of 74 +==PID== at 0xXXXXXXX: calloc (vg_replace_malloc.c:397) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: _dl_allocate_tls (in /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: pthread_create@@GLIBC_2.1 (in /lib/i686/cmov/libpthread-2.7.so) ==PID== by 0xXXXXXXX: Thread::Thread(MRef) (ThreadPosix.cxx) ==PID== by 0xXXXXXXX: ua_main(int, char**) (ua.cxx) ==PID== by 0xXXXXXXX: main (ua.cxx) ==PID== ==PID== -==PID== 1,301 bytes in 49 blocks are possibly lost in loss record 74 of 76 -==PID== at 0xXXXXXXX: operator new(unsigned) (vg_replace_malloc.c:163) -==PID== by 0xXXXXXXX: std::string::_Rep::_S_create(unsigned, unsigned, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.8) -==PID== by 0xXXXXXXX: (within /PREFIX/lib/libstdc++.so.6.0.8) -==PID== by 0xXXXXXXX: std::string::string(char const*, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.8) +==PID== 1,213 bytes in 48 blocks are possibly lost in loss record 71 of 74 +==PID== at 0xXXXXXXX: operator new(unsigned) (vg_replace_malloc.c:224) +==PID== by 0xXXXXXXX: std::string::_Rep::_S_create(unsigned, unsigned, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: (within /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::string::string(char const*, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.10) ==PID== by 0xXXXXXXX: __static_initialization_and_destruction_0(int, int) (SipHeaderVia.cxx) ==PID== by 0xXXXXXXX: (within /PREFIX/lib/libmsip.so.0.0.0) ==PID== by 0xXXXXXXX: (within /PREFIX/lib/libmsip.so.0.0.0) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== +==PID== +==PID== 22,192 (5,808 direct, 16,384 indirect) bytes in 4 blocks are definitely lost in loss record 73 of 74 +==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:207) +==PID== by 0xXXXXXXX: dns_new (udns_resolver.c:630) +==PID== by 0xXXXXXXX: DnsNaptrQueryPriv::DnsNaptrQueryPriv() (DnsNaptr.cxx) +==PID== by 0xXXXXXXX: DnsNaptrQuery::create() (DnsNaptr.cxx) +==PID== by 0xXXXXXXX: lookupNaptrTransport(SipUri const&, MRef&, std::string&) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::getDestination(MRef, std::string&, int&, MRef&) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) +==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) +==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) +==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) +==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) +==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) +==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) +==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) +==PID== by 0xXXXXXXX: SipStack::run() (SipStack.cxx) +==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) ========== 6002_packet_unknown/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 16:59:17.000000000 +0200 +++ test_output 2008-09-11 17:58:51.000000000 +0200 @@ -1,11 +0,0 @@ -SIP/2.0 405 Method Not Allowed -Max-Forwards: 70 -Record-Route: -Via: SIP/2.0/UDP 192.16.125.71:LOCALPORT;branch=z9hG4bKnashds7 -From: "Tester" ;tag=8321234356 -To: "Autobuild Account" ;tag=9fxced76sl -Call-ID: 3848276298220188511 at 192.16.125.71 -CSeq: 1 UNKNOWN -Allow: INVITE,MESSAGE,BYE,ACK,OPTIONS,PRACK -Content-Length: 0 - ========== 7001_sdp_audio1/ =========== Changes detected: EXPECTED VALUE OR TEST OUTPUT NOT FOUND! From autobuild at minisip.org Fri Sep 12 00:54:17 2008 From: autobuild at minisip.org (autobuild at minisip.org) Date: Thu, 11 Sep 2008 22:54:17 -0000 Subject: auto build r3596: 1 of 8 builds failed - 7 regression tests failed Message-ID: <20080911225417.426D92310B@mail.minisip.org> Summary: debian_stable/confgui_debug: ok debian_unstable/default__gtk_textui_oss: ok debian_unstable/gtk_textui_alsa_zrtp: ok debian_unstable/gtk_textui_oss_smartcard: ok debian_unstable/package_deb_0.7.0-rREV_default: ok debian_unstable/textui_oss_ldap: FAIL debian_unstable/textui_oss_srp_onlineconf: ok mingw32_on_debian_unstable/gtk_dsound_debug: ok Regression test: 1001_SipHeaderAccept/ ok 1002_SipHeaderAcceptContact/ ok 1003_SipHeaderAuthorization/ ok 1004_SipHeaderCSeq/ ok 1005_SipHeaderCallID/ ok 1006_SipHeaderContact/ ok 1007_SipHeaderContentLength/ ok 1008_SipHeaderContentType/ ok 1009_SipHeaderEvent/ ok 1010_SipHeaderExpires/ ok 1011_SipHeaderFrom/ ok 1012_SipHeaderMaxForwards/ ok 1013_SipHeaderProxyAuthenticate/ ok 1014_SipHeaderProxyAuthorization/ ok 1015_SipHeaderRAck/ ok 1016_SipHeaderRSeq/ ok 1017_SipHeaderRecordRoute/ ok 1018_SipHeaderReferTo/ ok 1019_SipHeaderRequire/ ok 1020_SipHeaderRoute/ ok 1021_SipHeaderSubject/ ok 1022_SipHeaderSupported/ ok 1023_SipHeaderTo/ ok 1024_SipHeaderUnsupported/ ok 1025_SipHeaderUserAgent/ ok 1026_SipHeaderVia/ ok 1027_SipHeaderWWWAuthenticate/ ok 1028_SipHeaderWarning/ ok 2010_Session_inviteab_hangupab_udp/ ok 2011_Session_inviteab_hangupba_udp/ NOT THE EXPECTED OUTPUT 2013_Session_inviteab_hangupab_tcp/ NOT THE EXPECTED OUTPUT 2014_Session_inviteab_hangupba_tcp/ NOT THE EXPECTED OUTPUT 2021_simplestack_leak/ test returned an error code 2022_session_valgrind/ NOT THE EXPECTED OUTPUT 5001_scsim_verifypin/ ok 6001_packet_responses/ ok 6002_packet_unknown/ NOT THE EXPECTED OUTPUT 7001_sdp_audio1/ NOT THE EXPECTED OUTPUT Build fail: Revision: 3596 Machine: debian_unstable Machine addr: svn at dev.minisip.org Build: textui_oss_ldap STDERR: ========================================================== AUTOBUILD_INFO: processing libmutil... + set -e + LANG=C + export LANG + CYGWIN=binmode + export CYGWIN + amvers=no + '[' -n '' ']' + automake-1.10 --version + automake-1.9 --version + automake-1.8 --version + amvers=-1.8 + test -1.8 = no + libtoolize=no + libtoolize --version + libtoolize=libtoolize + test libtoolize = no + aclocal-1.8 -I m4 -I /home/svn/3596/usr/share/aclocal + libtoolize --copy --force --ltdl + autoconf + autoheader + automake-1.8 --add-missing --copy configure.ac: installing `config/install-sh' configure.ac: installing `config/missing' Makefile.am: installing `config/depcomp' + cd libltdl + aclocal-1.8 + autoconf + autoheader + automake-1.8 --add-missing --copy configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: dlfcn.h: proceeding with the compiler's result AUTOBUILD_INFO: processing libmnetutil... + set -e + LANG=C + export LANG + CYGWIN=binmode + export CYGWIN + amvers=no + '[' -n '' ']' + automake-1.10 --version + automake-1.9 --version + automake-1.8 --version + amvers=-1.8 + test -1.8 = no + libtoolize=no + libtoolize --version + libtoolize=libtoolize + test libtoolize = no + aclocal-1.8 -I m4 -I /home/svn/3596/usr/share/aclocal + libtoolize --copy --force + autoconf + autoheader + automake-1.8 --add-missing --copy configure.ac: installing `config/install-sh' configure.ac: installing `config/missing' Makefile.am: installing `config/depcomp' configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: dlfcn.h: proceeding with the compiler's result libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries source/LdapConnection.cxx: In member function 'void LdapConnection::connect()': source/LdapConnection.cxx:132: error: 'ldap_init' was not declared in this scope source/LdapConnection.cxx:159: error: 'ldap_bind_s' was not declared in this scope source/LdapConnection.cxx: In member function 'bool LdapConnection::disconnect()': source/LdapConnection.cxx:172: error: 'ldap_unbind' was not declared in this scope source/LdapConnection.cxx: In member function 'std::vector, std::allocator > > LdapConnection::find(std::string, std::string, std::vector, std::allocator >, std::allocator, std::allocator > > >&, int)': source/LdapConnection.cxx:225: error: 'ldap_search_s' was not declared in this scope make[1]: *** [LdapConnection.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [all-recursive] Error 1 ERROR: Could not bootstrap/configure/compile/install libmnetutil ========================================================== Regression test details: ========== 2011_Session_inviteab_hangupba_udp/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 16:01:24.000000000 +0200 +++ test_output 2008-09-11 17:31:00.000000000 +0200 @@ -32,7 +32,7 @@ IN (UDP): BYE sip:clientuser at 127.0.0.1:CPORT SIP/2.0 IN (UDP): Via: SIP/2.0/UDP 127.0.0.1:SPORT;rport;branch=branchstring IN (UDP): Max-Forwards: 70 -IN (UDP): From: +IN (UDP): From: ;tag=1681692777 IN (UDP): To: IN (UDP): CSeq: 800 BYE IN (UDP): Call-ID: callidstring @@ -42,7 +42,7 @@ OUT (UDP): SIP/2.0 200 ok OUT (UDP): Max-Forwards: 70 OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:SPORT;rport=SPORT;branch=branchstring -OUT (UDP): From: +OUT (UDP): From: ;tag=1681692777 OUT (UDP): To: OUT (UDP): CSeq: 800 BYE OUT (UDP): Call-ID: callidstring ========== 2013_Session_inviteab_hangupab_tcp/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 16:01:23.000000000 +0200 +++ test_output 2008-09-11 17:31:07.000000000 +0200 @@ -5,7 +5,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): ========== 2014_Session_inviteab_hangupba_tcp/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 16:01:24.000000000 +0200 +++ test_output 2008-09-11 17:31:16.000000000 +0200 @@ -5,7 +5,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): @@ -29,23 +29,3 @@ OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): -IN (STREAM): BYE sip:clientuser at 127.0.0.1:CLIENTPORT SIP/2.0 -IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport;branch=branchstring -IN (STREAM): Max-Forwards: 70 -IN (STREAM): From: -IN (STREAM): To: -IN (STREAM): CSeq: 800 BYE -IN (STREAM): Call-ID: callidstring -IN (STREAM): Content-Length: 0 -IN (STREAM): -IN (STREAM): -OUT (STREAM): SIP/2.0 200 ok -OUT (STREAM): Max-Forwards: 70 -OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport=REMOTETCPPORT;branch=branchstring -OUT (STREAM): From: -OUT (STREAM): To: -OUT (STREAM): CSeq: 800 BYE -OUT (STREAM): Call-ID: callidstring -OUT (STREAM): Content-Length: 0 -OUT (STREAM): -OUT (STREAM): ========== 2021_simplestack_leak/ =========== Build: g++-3.4 -Wall -g -o tst -I/home/svn/3596_regtest/usr/include -L/home/svn/3596_regtest/usr/lib tst.cxx -lmsip -lpthread -lssl make: g++-3.4: Command not found make: *** [tst] Error 127 Test output: ========== 2022_session_valgrind/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 16:01:24.000000000 +0200 +++ test_output 2008-09-11 17:31:30.000000000 +0200 @@ -1,352 +1,56 @@ ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ==PID== Thread 2: -==PID== Syscall param socketcall.sendto(msg) points to uninitialised byte(s) -==PID== at 0xXXXXXXX: sendto (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: getifaddrs (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: NetworkFunctions::getInterfaceIPStr(std::string) (NetworkFunctions.cxx) -==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) -==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: start_thread (in /lib/tls/libpthread-2.3.6.so) -==PID== by 0xXXXXXXX: clone (in /lib/tls/libc-2.3.6.so) -==PID== Address 0xXXXXXXX is on thread 2's stack -==PID== -==PID== Syscall param socketcall.sendto(msg) points to uninitialised byte(s) -==PID== at 0xXXXXXXX: sendto (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: getifaddrs (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: NetworkFunctions::getInterfaceIPStr(std::string) (NetworkFunctions.cxx) -==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) -==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: start_thread (in /lib/tls/libpthread-2.3.6.so) -==PID== by 0xXXXXXXX: clone (in /lib/tls/libc-2.3.6.so) -==PID== Address 0xXXXXXXX is on thread 2's stack -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== ==PID== Invalid read of size 4 -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== Address 0xXXXXXXX is 24 bytes inside a block of size 27 alloc'd -==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:149) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) +==PID== at 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/i686/cmov/libc-2.7.so) ==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) ==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, MRef, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) ==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) +==PID== Address 0x48c0e70 is 32 bytes inside a block of size 33 alloc'd +==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:207) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/i686/cmov/libc-2.7.so) ==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) ==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, MRef, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) ==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) OUT (STREAM): INVITE sip:erik at localhost:SERVERPORT SIP/2.0 OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring OUT (STREAM): Call-ID: callidstring @@ -354,7 +58,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): @@ -368,58 +72,156 @@ IN (STREAM): Content-Length: 0 IN (STREAM): IN (STREAM): -DISPATCHER: command NOT handled -OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): INVITE sip:erik at localhost:SERVERPORT SIP/2.0 OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring -OUT (STREAM): Max-Forwards: 70 OUT (STREAM): Call-ID: callidstring +OUT (STREAM): Max-Forwards: 50 OUT (STREAM): From: -OUT (STREAM): CSeq: 1 ACK OUT (STREAM): To: +OUT (STREAM): CSeq: 1 INVITE +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): -IN (STREAM): BYE sip:clientuser at 127.0.0.1:CLIENTPORT SIP/2.0 -IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport;branch=branchstring +IN (STREAM): SIP/2.0 200 ok IN (STREAM): Max-Forwards: 70 -IN (STREAM): From: -IN (STREAM): To: -IN (STREAM): CSeq: 800 BYE +IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport=REMOTETCPPORT;branch=branchstring IN (STREAM): Call-ID: callidstring +IN (STREAM): From: +IN (STREAM): To: +IN (STREAM): CSeq: 1 INVITE IN (STREAM): Content-Length: 0 IN (STREAM): IN (STREAM): -OUT (STREAM): SIP/2.0 200 ok +OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring OUT (STREAM): Max-Forwards: 70 -OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport=REMOTETCPPORT;branch=branchstring -OUT (STREAM): From: -OUT (STREAM): To: -OUT (STREAM): CSeq: 800 BYE OUT (STREAM): Call-ID: callidstring +OUT (STREAM): From: +OUT (STREAM): CSeq: 1 ACK +OUT (STREAM): To: OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): +OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring +OUT (STREAM): Max-Forwards: 70 +OUT (STREAM): Call-ID: callidstring +OUT (STREAM): From: +OUT (STREAM): CSeq: 1 ACK +OUT (STREAM): To: +OUT (STREAM): Content-Length: 0 +OUT (STREAM): +OUT (STREAM): +==PID== +==PID== Thread 4: +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c1fdc is 12 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c1fd4 is 4 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c1fdc is 12 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) ==PID== ==PID== Thread 1: ==PID== -==PID== 288 bytes in 4 blocks are possibly lost in loss record 73 of 76 -==PID== at 0xXXXXXXX: calloc (vg_replace_malloc.c:279) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_allocate_tls (in /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: pthread_create@@GLIBC_2.1 (in /lib/tls/libpthread-2.3.6.so) +==PID== 576 bytes in 4 blocks are possibly lost in loss record 69 of 74 +==PID== at 0xXXXXXXX: calloc (vg_replace_malloc.c:397) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: _dl_allocate_tls (in /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: pthread_create@@GLIBC_2.1 (in /lib/i686/cmov/libpthread-2.7.so) ==PID== by 0xXXXXXXX: Thread::Thread(MRef) (ThreadPosix.cxx) ==PID== by 0xXXXXXXX: ua_main(int, char**) (ua.cxx) ==PID== by 0xXXXXXXX: main (ua.cxx) ==PID== ==PID== -==PID== 1,301 bytes in 49 blocks are possibly lost in loss record 74 of 76 -==PID== at 0xXXXXXXX: operator new(unsigned) (vg_replace_malloc.c:163) -==PID== by 0xXXXXXXX: std::string::_Rep::_S_create(unsigned, unsigned, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.8) -==PID== by 0xXXXXXXX: (within /PREFIX/lib/libstdc++.so.6.0.8) -==PID== by 0xXXXXXXX: std::string::string(char const*, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.8) +==PID== 1,215 bytes in 48 blocks are possibly lost in loss record 71 of 74 +==PID== at 0xXXXXXXX: operator new(unsigned) (vg_replace_malloc.c:224) +==PID== by 0xXXXXXXX: std::string::_Rep::_S_create(unsigned, unsigned, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: (within /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::string::string(char const*, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.10) ==PID== by 0xXXXXXXX: __static_initialization_and_destruction_0(int, int) (SipHeaderVia.cxx) ==PID== by 0xXXXXXXX: (within /PREFIX/lib/libmsip.so.0.0.0) ==PID== by 0xXXXXXXX: (within /PREFIX/lib/libmsip.so.0.0.0) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== +==PID== +==PID== 22,192 (5,808 direct, 16,384 indirect) bytes in 4 blocks are definitely lost in loss record 73 of 74 +==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:207) +==PID== by 0xXXXXXXX: dns_new (udns_resolver.c:630) +==PID== by 0xXXXXXXX: DnsNaptrQueryPriv::DnsNaptrQueryPriv() (DnsNaptr.cxx) +==PID== by 0xXXXXXXX: DnsNaptrQuery::create() (DnsNaptr.cxx) +==PID== by 0xXXXXXXX: lookupNaptrTransport(SipUri const&, MRef&, std::string&) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::getDestination(MRef, std::string&, int&, MRef&) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) +==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) +==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) +==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) +==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) +==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) +==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) +==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) +==PID== by 0xXXXXXXX: SipStack::run() (SipStack.cxx) +==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) ========== 6002_packet_unknown/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 16:01:24.000000000 +0200 +++ test_output 2008-09-11 17:31:43.000000000 +0200 @@ -1,11 +0,0 @@ -SIP/2.0 405 Method Not Allowed -Max-Forwards: 70 -Record-Route: -Via: SIP/2.0/UDP 192.16.125.71:LOCALPORT;branch=z9hG4bKnashds7 -From: "Tester" ;tag=8321234356 -To: "Autobuild Account" ;tag=9fxced76sl -Call-ID: 3848276298220188511 at 192.16.125.71 -CSeq: 1 UNKNOWN -Allow: INVITE,MESSAGE,BYE,ACK,OPTIONS,PRACK -Content-Length: 0 - ========== 7001_sdp_audio1/ =========== Changes detected: EXPECTED VALUE OR TEST OUTPUT NOT FOUND! From autobuild at minisip.org Fri Sep 12 00:54:34 2008 From: autobuild at minisip.org (autobuild at minisip.org) Date: Thu, 11 Sep 2008 22:54:34 -0000 Subject: auto build r3595: 1 of 8 builds failed - 7 regression tests failed Message-ID: <20080911225433.67ECC2310B@mail.minisip.org> Summary: debian_stable/confgui_debug: ok debian_unstable/default__gtk_textui_oss: ok debian_unstable/gtk_textui_alsa_zrtp: ok debian_unstable/gtk_textui_oss_smartcard: ok debian_unstable/package_deb_0.7.0-rREV_default: ok debian_unstable/textui_oss_ldap: FAIL debian_unstable/textui_oss_srp_onlineconf: ok mingw32_on_debian_unstable/gtk_dsound_debug: ok Regression test: 1001_SipHeaderAccept/ ok 1002_SipHeaderAcceptContact/ ok 1003_SipHeaderAuthorization/ ok 1004_SipHeaderCSeq/ ok 1005_SipHeaderCallID/ ok 1006_SipHeaderContact/ ok 1007_SipHeaderContentLength/ ok 1008_SipHeaderContentType/ ok 1009_SipHeaderEvent/ ok 1010_SipHeaderExpires/ ok 1011_SipHeaderFrom/ ok 1012_SipHeaderMaxForwards/ ok 1013_SipHeaderProxyAuthenticate/ ok 1014_SipHeaderProxyAuthorization/ ok 1015_SipHeaderRAck/ ok 1016_SipHeaderRSeq/ ok 1017_SipHeaderRecordRoute/ ok 1018_SipHeaderReferTo/ ok 1019_SipHeaderRequire/ ok 1020_SipHeaderRoute/ ok 1021_SipHeaderSubject/ ok 1022_SipHeaderSupported/ ok 1023_SipHeaderTo/ ok 1024_SipHeaderUnsupported/ ok 1025_SipHeaderUserAgent/ ok 1026_SipHeaderVia/ ok 1027_SipHeaderWWWAuthenticate/ ok 1028_SipHeaderWarning/ ok 2010_Session_inviteab_hangupab_udp/ ok 2011_Session_inviteab_hangupba_udp/ NOT THE EXPECTED OUTPUT 2013_Session_inviteab_hangupab_tcp/ NOT THE EXPECTED OUTPUT 2014_Session_inviteab_hangupba_tcp/ NOT THE EXPECTED OUTPUT 2021_simplestack_leak/ test returned an error code 2022_session_valgrind/ NOT THE EXPECTED OUTPUT 5001_scsim_verifypin/ ok 6001_packet_responses/ ok 6002_packet_unknown/ NOT THE EXPECTED OUTPUT 7001_sdp_audio1/ NOT THE EXPECTED OUTPUT Build fail: Revision: 3595 Machine: debian_unstable Machine addr: svn at dev.minisip.org Build: textui_oss_ldap STDERR: ========================================================== AUTOBUILD_INFO: processing libmutil... + set -e + LANG=C + export LANG + CYGWIN=binmode + export CYGWIN + amvers=no + '[' -n '' ']' + automake-1.10 --version + automake-1.9 --version + automake-1.8 --version + amvers=-1.8 + test -1.8 = no + libtoolize=no + libtoolize --version + libtoolize=libtoolize + test libtoolize = no + aclocal-1.8 -I m4 -I /home/svn/3595/usr/share/aclocal + libtoolize --copy --force --ltdl + autoconf + autoheader + automake-1.8 --add-missing --copy configure.ac: installing `config/install-sh' configure.ac: installing `config/missing' Makefile.am: installing `config/depcomp' + cd libltdl + aclocal-1.8 + autoconf + autoheader + automake-1.8 --add-missing --copy configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: dlfcn.h: proceeding with the compiler's result AUTOBUILD_INFO: processing libmnetutil... + set -e + LANG=C + export LANG + CYGWIN=binmode + export CYGWIN + amvers=no + '[' -n '' ']' + automake-1.10 --version + automake-1.9 --version + automake-1.8 --version + amvers=-1.8 + test -1.8 = no + libtoolize=no + libtoolize --version + libtoolize=libtoolize + test libtoolize = no + aclocal-1.8 -I m4 -I /home/svn/3595/usr/share/aclocal + libtoolize --copy --force + autoconf + autoheader + automake-1.8 --add-missing --copy configure.ac: installing `config/install-sh' configure.ac: installing `config/missing' Makefile.am: installing `config/depcomp' configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: dlfcn.h: proceeding with the compiler's result libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries source/LdapConnection.cxx: In member function 'void LdapConnection::connect()': source/LdapConnection.cxx:132: error: 'ldap_init' was not declared in this scope source/LdapConnection.cxx:159: error: 'ldap_bind_s' was not declared in this scope source/LdapConnection.cxx: In member function 'bool LdapConnection::disconnect()': source/LdapConnection.cxx:172: error: 'ldap_unbind' was not declared in this scope source/LdapConnection.cxx: In member function 'std::vector, std::allocator > > LdapConnection::find(std::string, std::string, std::vector, std::allocator >, std::allocator, std::allocator > > >&, int)': source/LdapConnection.cxx:225: error: 'ldap_search_s' was not declared in this scope make[1]: *** [LdapConnection.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [all-recursive] Error 1 ERROR: Could not bootstrap/configure/compile/install libmnetutil ========================================================== Regression test details: ========== 2011_Session_inviteab_hangupba_udp/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 15:53:04.000000000 +0200 +++ test_output 2008-09-11 17:20:15.000000000 +0200 @@ -32,7 +32,7 @@ IN (UDP): BYE sip:clientuser at 127.0.0.1:CPORT SIP/2.0 IN (UDP): Via: SIP/2.0/UDP 127.0.0.1:SPORT;rport;branch=branchstring IN (UDP): Max-Forwards: 70 -IN (UDP): From: +IN (UDP): From: ;tag=1681692777 IN (UDP): To: IN (UDP): CSeq: 800 BYE IN (UDP): Call-ID: callidstring @@ -42,7 +42,7 @@ OUT (UDP): SIP/2.0 200 ok OUT (UDP): Max-Forwards: 70 OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:SPORT;rport=SPORT;branch=branchstring -OUT (UDP): From: +OUT (UDP): From: ;tag=1681692777 OUT (UDP): To: OUT (UDP): CSeq: 800 BYE OUT (UDP): Call-ID: callidstring ========== 2013_Session_inviteab_hangupab_tcp/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 15:53:04.000000000 +0200 +++ test_output 2008-09-11 17:20:21.000000000 +0200 @@ -5,7 +5,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): ========== 2014_Session_inviteab_hangupba_tcp/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 15:53:04.000000000 +0200 +++ test_output 2008-09-11 17:20:31.000000000 +0200 @@ -5,7 +5,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): @@ -29,23 +29,3 @@ OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): -IN (STREAM): BYE sip:clientuser at 127.0.0.1:CLIENTPORT SIP/2.0 -IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport;branch=branchstring -IN (STREAM): Max-Forwards: 70 -IN (STREAM): From: -IN (STREAM): To: -IN (STREAM): CSeq: 800 BYE -IN (STREAM): Call-ID: callidstring -IN (STREAM): Content-Length: 0 -IN (STREAM): -IN (STREAM): -OUT (STREAM): SIP/2.0 200 ok -OUT (STREAM): Max-Forwards: 70 -OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport=REMOTETCPPORT;branch=branchstring -OUT (STREAM): From: -OUT (STREAM): To: -OUT (STREAM): CSeq: 800 BYE -OUT (STREAM): Call-ID: callidstring -OUT (STREAM): Content-Length: 0 -OUT (STREAM): -OUT (STREAM): ========== 2021_simplestack_leak/ =========== Build: g++-3.4 -Wall -g -o tst -I/home/svn/3595_regtest/usr/include -L/home/svn/3595_regtest/usr/lib tst.cxx -lmsip -lpthread -lssl make: g++-3.4: Command not found make: *** [tst] Error 127 Test output: ========== 2022_session_valgrind/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 15:53:04.000000000 +0200 +++ test_output 2008-09-11 17:20:44.000000000 +0200 @@ -1,352 +1,56 @@ ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ==PID== Thread 2: -==PID== Syscall param socketcall.sendto(msg) points to uninitialised byte(s) -==PID== at 0xXXXXXXX: sendto (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: getifaddrs (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: NetworkFunctions::getInterfaceIPStr(std::string) (NetworkFunctions.cxx) -==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) -==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: start_thread (in /lib/tls/libpthread-2.3.6.so) -==PID== by 0xXXXXXXX: clone (in /lib/tls/libc-2.3.6.so) -==PID== Address 0xXXXXXXX is on thread 2's stack -==PID== -==PID== Syscall param socketcall.sendto(msg) points to uninitialised byte(s) -==PID== at 0xXXXXXXX: sendto (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: getifaddrs (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: NetworkFunctions::getInterfaceIPStr(std::string) (NetworkFunctions.cxx) -==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) -==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: start_thread (in /lib/tls/libpthread-2.3.6.so) -==PID== by 0xXXXXXXX: clone (in /lib/tls/libc-2.3.6.so) -==PID== Address 0xXXXXXXX is on thread 2's stack -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== ==PID== Invalid read of size 4 -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== Address 0xXXXXXXX is 24 bytes inside a block of size 27 alloc'd -==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:149) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) +==PID== at 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/i686/cmov/libc-2.7.so) ==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) ==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, MRef, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) ==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) +==PID== Address 0x48c0e70 is 32 bytes inside a block of size 33 alloc'd +==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:207) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/i686/cmov/libc-2.7.so) ==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) ==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, MRef, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) ==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) OUT (STREAM): INVITE sip:erik at localhost:SERVERPORT SIP/2.0 OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring OUT (STREAM): Call-ID: callidstring @@ -354,7 +58,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): @@ -368,58 +72,156 @@ IN (STREAM): Content-Length: 0 IN (STREAM): IN (STREAM): -DISPATCHER: command NOT handled -OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): INVITE sip:erik at localhost:SERVERPORT SIP/2.0 OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring -OUT (STREAM): Max-Forwards: 70 OUT (STREAM): Call-ID: callidstring +OUT (STREAM): Max-Forwards: 50 OUT (STREAM): From: -OUT (STREAM): CSeq: 1 ACK OUT (STREAM): To: +OUT (STREAM): CSeq: 1 INVITE +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): -IN (STREAM): BYE sip:clientuser at 127.0.0.1:CLIENTPORT SIP/2.0 -IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport;branch=branchstring +IN (STREAM): SIP/2.0 200 ok IN (STREAM): Max-Forwards: 70 -IN (STREAM): From: -IN (STREAM): To: -IN (STREAM): CSeq: 800 BYE +IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport=REMOTETCPPORT;branch=branchstring IN (STREAM): Call-ID: callidstring +IN (STREAM): From: +IN (STREAM): To: +IN (STREAM): CSeq: 1 INVITE IN (STREAM): Content-Length: 0 IN (STREAM): IN (STREAM): -OUT (STREAM): SIP/2.0 200 ok +OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring OUT (STREAM): Max-Forwards: 70 -OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport=REMOTETCPPORT;branch=branchstring -OUT (STREAM): From: -OUT (STREAM): To: -OUT (STREAM): CSeq: 800 BYE OUT (STREAM): Call-ID: callidstring +OUT (STREAM): From: +OUT (STREAM): CSeq: 1 ACK +OUT (STREAM): To: OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): +OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring +OUT (STREAM): Max-Forwards: 70 +OUT (STREAM): Call-ID: callidstring +OUT (STREAM): From: +OUT (STREAM): CSeq: 1 ACK +OUT (STREAM): To: +OUT (STREAM): Content-Length: 0 +OUT (STREAM): +OUT (STREAM): +==PID== +==PID== Thread 4: +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c27c4 is 12 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c27bc is 4 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c27c4 is 12 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) ==PID== ==PID== Thread 1: ==PID== -==PID== 288 bytes in 4 blocks are possibly lost in loss record 73 of 76 -==PID== at 0xXXXXXXX: calloc (vg_replace_malloc.c:279) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_allocate_tls (in /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: pthread_create@@GLIBC_2.1 (in /lib/tls/libpthread-2.3.6.so) +==PID== 576 bytes in 4 blocks are possibly lost in loss record 69 of 74 +==PID== at 0xXXXXXXX: calloc (vg_replace_malloc.c:397) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: _dl_allocate_tls (in /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: pthread_create@@GLIBC_2.1 (in /lib/i686/cmov/libpthread-2.7.so) ==PID== by 0xXXXXXXX: Thread::Thread(MRef) (ThreadPosix.cxx) ==PID== by 0xXXXXXXX: ua_main(int, char**) (ua.cxx) ==PID== by 0xXXXXXXX: main (ua.cxx) ==PID== ==PID== -==PID== 1,301 bytes in 49 blocks are possibly lost in loss record 74 of 76 -==PID== at 0xXXXXXXX: operator new(unsigned) (vg_replace_malloc.c:163) -==PID== by 0xXXXXXXX: std::string::_Rep::_S_create(unsigned, unsigned, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.8) -==PID== by 0xXXXXXXX: (within /PREFIX/lib/libstdc++.so.6.0.8) -==PID== by 0xXXXXXXX: std::string::string(char const*, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.8) +==PID== 1,215 bytes in 48 blocks are possibly lost in loss record 71 of 74 +==PID== at 0xXXXXXXX: operator new(unsigned) (vg_replace_malloc.c:224) +==PID== by 0xXXXXXXX: std::string::_Rep::_S_create(unsigned, unsigned, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: (within /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::string::string(char const*, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.10) ==PID== by 0xXXXXXXX: __static_initialization_and_destruction_0(int, int) (SipHeaderVia.cxx) ==PID== by 0xXXXXXXX: (within /PREFIX/lib/libmsip.so.0.0.0) ==PID== by 0xXXXXXXX: (within /PREFIX/lib/libmsip.so.0.0.0) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== +==PID== +==PID== 22,192 (5,808 direct, 16,384 indirect) bytes in 4 blocks are definitely lost in loss record 73 of 74 +==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:207) +==PID== by 0xXXXXXXX: dns_new (udns_resolver.c:630) +==PID== by 0xXXXXXXX: DnsNaptrQueryPriv::DnsNaptrQueryPriv() (DnsNaptr.cxx) +==PID== by 0xXXXXXXX: DnsNaptrQuery::create() (DnsNaptr.cxx) +==PID== by 0xXXXXXXX: lookupNaptrTransport(SipUri const&, MRef&, std::string&) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::getDestination(MRef, std::string&, int&, MRef&) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) +==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) +==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) +==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) +==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) +==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) +==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) +==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) +==PID== by 0xXXXXXXX: SipStack::run() (SipStack.cxx) +==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) ========== 6002_packet_unknown/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 15:53:04.000000000 +0200 +++ test_output 2008-09-11 17:20:57.000000000 +0200 @@ -1,11 +0,0 @@ -SIP/2.0 405 Method Not Allowed -Max-Forwards: 70 -Record-Route: -Via: SIP/2.0/UDP 192.16.125.71:LOCALPORT;branch=z9hG4bKnashds7 -From: "Tester" ;tag=8321234356 -To: "Autobuild Account" ;tag=9fxced76sl -Call-ID: 3848276298220188511 at 192.16.125.71 -CSeq: 1 UNKNOWN -Allow: INVITE,MESSAGE,BYE,ACK,OPTIONS,PRACK -Content-Length: 0 - ========== 7001_sdp_audio1/ =========== Changes detected: EXPECTED VALUE OR TEST OUTPUT NOT FOUND! From autobuild at minisip.org Fri Sep 12 02:14:09 2008 From: autobuild at minisip.org (autobuild at minisip.org) Date: Fri, 12 Sep 2008 00:14:09 -0000 Subject: auto build r3600: 1 of 8 builds failed - 7 regression tests failed Message-ID: <20080912001408.ECBAE1BEFA@mail.minisip.org> Summary: debian_stable/confgui_debug: ok debian_unstable/default__gtk_textui_oss: ok debian_unstable/gtk_textui_alsa_zrtp: ok debian_unstable/gtk_textui_oss_smartcard: ok debian_unstable/package_deb_0.7.0-rREV_default: ok debian_unstable/textui_oss_ldap: FAIL debian_unstable/textui_oss_srp_onlineconf: ok mingw32_on_debian_unstable/gtk_dsound_debug: ok Regression test: 1001_SipHeaderAccept/ ok 1002_SipHeaderAcceptContact/ ok 1003_SipHeaderAuthorization/ ok 1004_SipHeaderCSeq/ ok 1005_SipHeaderCallID/ ok 1006_SipHeaderContact/ ok 1007_SipHeaderContentLength/ ok 1008_SipHeaderContentType/ ok 1009_SipHeaderEvent/ ok 1010_SipHeaderExpires/ ok 1011_SipHeaderFrom/ ok 1012_SipHeaderMaxForwards/ ok 1013_SipHeaderProxyAuthenticate/ ok 1014_SipHeaderProxyAuthorization/ ok 1015_SipHeaderRAck/ ok 1016_SipHeaderRSeq/ ok 1017_SipHeaderRecordRoute/ ok 1018_SipHeaderReferTo/ ok 1019_SipHeaderRequire/ ok 1020_SipHeaderRoute/ ok 1021_SipHeaderSubject/ ok 1022_SipHeaderSupported/ ok 1023_SipHeaderTo/ ok 1024_SipHeaderUnsupported/ ok 1025_SipHeaderUserAgent/ ok 1026_SipHeaderVia/ ok 1027_SipHeaderWWWAuthenticate/ ok 1028_SipHeaderWarning/ ok 2010_Session_inviteab_hangupab_udp/ ok 2011_Session_inviteab_hangupba_udp/ NOT THE EXPECTED OUTPUT 2013_Session_inviteab_hangupab_tcp/ NOT THE EXPECTED OUTPUT 2014_Session_inviteab_hangupba_tcp/ NOT THE EXPECTED OUTPUT 2021_simplestack_leak/ test returned an error code 2022_session_valgrind/ NOT THE EXPECTED OUTPUT 5001_scsim_verifypin/ ok 6001_packet_responses/ ok 6002_packet_unknown/ NOT THE EXPECTED OUTPUT 7001_sdp_audio1/ NOT THE EXPECTED OUTPUT Build fail: Revision: 3600 Machine: debian_unstable Machine addr: svn at dev.minisip.org Build: textui_oss_ldap STDERR: ========================================================== AUTOBUILD_INFO: processing libmutil... + set -e + LANG=C + export LANG + CYGWIN=binmode + export CYGWIN + amvers=no + '[' -n '' ']' + automake-1.10 --version + automake-1.9 --version + automake-1.8 --version + amvers=-1.8 + test -1.8 = no + libtoolize=no + libtoolize --version + libtoolize=libtoolize + test libtoolize = no + aclocal-1.8 -I m4 -I /home/svn/3600/usr/share/aclocal + libtoolize --copy --force --ltdl + autoconf + autoheader + automake-1.8 --add-missing --copy configure.ac: installing `config/install-sh' configure.ac: installing `config/missing' Makefile.am: installing `config/depcomp' + cd libltdl + aclocal-1.8 + autoconf + autoheader + automake-1.8 --add-missing --copy configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: dlfcn.h: proceeding with the compiler's result mkdir: cannot create directory `.libs': File exists AUTOBUILD_INFO: processing libmnetutil... + set -e + LANG=C + export LANG + CYGWIN=binmode + export CYGWIN + amvers=no + '[' -n '' ']' + automake-1.10 --version + automake-1.9 --version + automake-1.8 --version + amvers=-1.8 + test -1.8 = no + libtoolize=no + libtoolize --version + libtoolize=libtoolize + test libtoolize = no + aclocal-1.8 -I m4 -I /home/svn/3600/usr/share/aclocal + libtoolize --copy --force + autoconf + autoheader + automake-1.8 --add-missing --copy configure.ac: installing `config/install-sh' configure.ac: installing `config/missing' Makefile.am: installing `config/depcomp' configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: dlfcn.h: proceeding with the compiler's result libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries source/LdapConnection.cxx: In member function 'void LdapConnection::connect()': source/LdapConnection.cxx:132: error: 'ldap_init' was not declared in this scope source/LdapConnection.cxx:159: error: 'ldap_bind_s' was not declared in this scope source/LdapConnection.cxx: In member function 'bool LdapConnection::disconnect()': source/LdapConnection.cxx:172: error: 'ldap_unbind' was not declared in this scope source/LdapConnection.cxx: In member function 'std::vector, std::allocator > > LdapConnection::find(std::string, std::string, std::vector, std::allocator >, std::allocator, std::allocator > > >&, int)': source/LdapConnection.cxx:225: error: 'ldap_search_s' was not declared in this scope make[1]: *** [LdapConnection.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... source/LdapEntry.cxx: In constructor 'LdapEntry::LdapEntry(void*, void*)': source/LdapEntry.cxx:66: error: 'ldap_get_values' was not declared in this scope source/LdapEntry.cxx:70: error: 'ldap_value_free' was not declared in this scope make[1]: *** [LdapEntry.lo] Error 1 make: *** [all-recursive] Error 1 ERROR: Could not bootstrap/configure/compile/install libmnetutil ========================================================== Regression test details: ========== 2011_Session_inviteab_hangupba_udp/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 17:35:27.000000000 +0200 +++ test_output 2008-09-11 18:12:09.000000000 +0200 @@ -32,7 +32,7 @@ IN (UDP): BYE sip:clientuser at 127.0.0.1:CPORT SIP/2.0 IN (UDP): Via: SIP/2.0/UDP 127.0.0.1:SPORT;rport;branch=branchstring IN (UDP): Max-Forwards: 70 -IN (UDP): From: +IN (UDP): From: ;tag=1681692777 IN (UDP): To: IN (UDP): CSeq: 800 BYE IN (UDP): Call-ID: callidstring @@ -42,7 +42,7 @@ OUT (UDP): SIP/2.0 200 ok OUT (UDP): Max-Forwards: 70 OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:SPORT;rport=SPORT;branch=branchstring -OUT (UDP): From: +OUT (UDP): From: ;tag=1681692777 OUT (UDP): To: OUT (UDP): CSeq: 800 BYE OUT (UDP): Call-ID: callidstring ========== 2013_Session_inviteab_hangupab_tcp/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 17:35:27.000000000 +0200 +++ test_output 2008-09-11 18:12:15.000000000 +0200 @@ -5,7 +5,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): ========== 2014_Session_inviteab_hangupba_tcp/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 17:35:28.000000000 +0200 +++ test_output 2008-09-11 18:12:24.000000000 +0200 @@ -5,7 +5,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): @@ -29,23 +29,3 @@ OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): -IN (STREAM): BYE sip:clientuser at 127.0.0.1:CLIENTPORT SIP/2.0 -IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport;branch=branchstring -IN (STREAM): Max-Forwards: 70 -IN (STREAM): From: -IN (STREAM): To: -IN (STREAM): CSeq: 800 BYE -IN (STREAM): Call-ID: callidstring -IN (STREAM): Content-Length: 0 -IN (STREAM): -IN (STREAM): -OUT (STREAM): SIP/2.0 200 ok -OUT (STREAM): Max-Forwards: 70 -OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport=REMOTETCPPORT;branch=branchstring -OUT (STREAM): From: -OUT (STREAM): To: -OUT (STREAM): CSeq: 800 BYE -OUT (STREAM): Call-ID: callidstring -OUT (STREAM): Content-Length: 0 -OUT (STREAM): -OUT (STREAM): ========== 2021_simplestack_leak/ =========== Build: g++-3.4 -Wall -g -o tst -I/home/svn/3600_regtest/usr/include -L/home/svn/3600_regtest/usr/lib tst.cxx -lmsip -lpthread -lssl make: g++-3.4: Command not found make: *** [tst] Error 127 Test output: ========== 2022_session_valgrind/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 17:35:28.000000000 +0200 +++ test_output 2008-09-11 18:12:37.000000000 +0200 @@ -1,352 +1,56 @@ ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ==PID== Thread 2: -==PID== Syscall param socketcall.sendto(msg) points to uninitialised byte(s) -==PID== at 0xXXXXXXX: sendto (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: getifaddrs (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: NetworkFunctions::getInterfaceIPStr(std::string) (NetworkFunctions.cxx) -==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) -==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: start_thread (in /lib/tls/libpthread-2.3.6.so) -==PID== by 0xXXXXXXX: clone (in /lib/tls/libc-2.3.6.so) -==PID== Address 0xXXXXXXX is on thread 2's stack -==PID== -==PID== Syscall param socketcall.sendto(msg) points to uninitialised byte(s) -==PID== at 0xXXXXXXX: sendto (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: getifaddrs (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: NetworkFunctions::getInterfaceIPStr(std::string) (NetworkFunctions.cxx) -==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) -==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: start_thread (in /lib/tls/libpthread-2.3.6.so) -==PID== by 0xXXXXXXX: clone (in /lib/tls/libc-2.3.6.so) -==PID== Address 0xXXXXXXX is on thread 2's stack -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== ==PID== Invalid read of size 4 -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== Address 0xXXXXXXX is 24 bytes inside a block of size 27 alloc'd -==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:149) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) +==PID== at 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/i686/cmov/libc-2.7.so) ==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) ==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, MRef, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) ==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) +==PID== Address 0x48c0e70 is 32 bytes inside a block of size 33 alloc'd +==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:207) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/i686/cmov/libc-2.7.so) ==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) ==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, MRef, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) ==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) OUT (STREAM): INVITE sip:erik at localhost:SERVERPORT SIP/2.0 OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring OUT (STREAM): Call-ID: callidstring @@ -354,7 +58,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): @@ -368,58 +72,156 @@ IN (STREAM): Content-Length: 0 IN (STREAM): IN (STREAM): -DISPATCHER: command NOT handled -OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): INVITE sip:erik at localhost:SERVERPORT SIP/2.0 OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring -OUT (STREAM): Max-Forwards: 70 OUT (STREAM): Call-ID: callidstring +OUT (STREAM): Max-Forwards: 50 OUT (STREAM): From: -OUT (STREAM): CSeq: 1 ACK OUT (STREAM): To: +OUT (STREAM): CSeq: 1 INVITE +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): -IN (STREAM): BYE sip:clientuser at 127.0.0.1:CLIENTPORT SIP/2.0 -IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport;branch=branchstring +IN (STREAM): SIP/2.0 200 ok IN (STREAM): Max-Forwards: 70 -IN (STREAM): From: -IN (STREAM): To: -IN (STREAM): CSeq: 800 BYE +IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport=REMOTETCPPORT;branch=branchstring IN (STREAM): Call-ID: callidstring +IN (STREAM): From: +IN (STREAM): To: +IN (STREAM): CSeq: 1 INVITE IN (STREAM): Content-Length: 0 IN (STREAM): IN (STREAM): -OUT (STREAM): SIP/2.0 200 ok +OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring OUT (STREAM): Max-Forwards: 70 -OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport=REMOTETCPPORT;branch=branchstring -OUT (STREAM): From: -OUT (STREAM): To: -OUT (STREAM): CSeq: 800 BYE OUT (STREAM): Call-ID: callidstring +OUT (STREAM): From: +OUT (STREAM): CSeq: 1 ACK +OUT (STREAM): To: OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): +OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring +OUT (STREAM): Max-Forwards: 70 +OUT (STREAM): Call-ID: callidstring +OUT (STREAM): From: +OUT (STREAM): CSeq: 1 ACK +OUT (STREAM): To: +OUT (STREAM): Content-Length: 0 +OUT (STREAM): +OUT (STREAM): +==PID== +==PID== Thread 4: +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c27c4 is 12 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c27bc is 4 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c27c4 is 12 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) ==PID== ==PID== Thread 1: ==PID== -==PID== 288 bytes in 4 blocks are possibly lost in loss record 73 of 76 -==PID== at 0xXXXXXXX: calloc (vg_replace_malloc.c:279) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_allocate_tls (in /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: pthread_create@@GLIBC_2.1 (in /lib/tls/libpthread-2.3.6.so) +==PID== 576 bytes in 4 blocks are possibly lost in loss record 69 of 74 +==PID== at 0xXXXXXXX: calloc (vg_replace_malloc.c:397) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: _dl_allocate_tls (in /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: pthread_create@@GLIBC_2.1 (in /lib/i686/cmov/libpthread-2.7.so) ==PID== by 0xXXXXXXX: Thread::Thread(MRef) (ThreadPosix.cxx) ==PID== by 0xXXXXXXX: ua_main(int, char**) (ua.cxx) ==PID== by 0xXXXXXXX: main (ua.cxx) ==PID== ==PID== -==PID== 1,301 bytes in 49 blocks are possibly lost in loss record 74 of 76 -==PID== at 0xXXXXXXX: operator new(unsigned) (vg_replace_malloc.c:163) -==PID== by 0xXXXXXXX: std::string::_Rep::_S_create(unsigned, unsigned, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.8) -==PID== by 0xXXXXXXX: (within /PREFIX/lib/libstdc++.so.6.0.8) -==PID== by 0xXXXXXXX: std::string::string(char const*, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.8) +==PID== 1,215 bytes in 48 blocks are possibly lost in loss record 71 of 74 +==PID== at 0xXXXXXXX: operator new(unsigned) (vg_replace_malloc.c:224) +==PID== by 0xXXXXXXX: std::string::_Rep::_S_create(unsigned, unsigned, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: (within /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::string::string(char const*, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.10) ==PID== by 0xXXXXXXX: __static_initialization_and_destruction_0(int, int) (SipHeaderVia.cxx) ==PID== by 0xXXXXXXX: (within /PREFIX/lib/libmsip.so.0.0.0) ==PID== by 0xXXXXXXX: (within /PREFIX/lib/libmsip.so.0.0.0) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== +==PID== +==PID== 22,192 (5,808 direct, 16,384 indirect) bytes in 4 blocks are definitely lost in loss record 73 of 74 +==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:207) +==PID== by 0xXXXXXXX: dns_new (udns_resolver.c:630) +==PID== by 0xXXXXXXX: DnsNaptrQueryPriv::DnsNaptrQueryPriv() (DnsNaptr.cxx) +==PID== by 0xXXXXXXX: DnsNaptrQuery::create() (DnsNaptr.cxx) +==PID== by 0xXXXXXXX: lookupNaptrTransport(SipUri const&, MRef&, std::string&) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::getDestination(MRef, std::string&, int&, MRef&) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) +==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) +==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) +==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) +==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) +==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) +==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) +==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) +==PID== by 0xXXXXXXX: SipStack::run() (SipStack.cxx) +==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) ========== 6002_packet_unknown/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 17:35:28.000000000 +0200 +++ test_output 2008-09-11 18:12:49.000000000 +0200 @@ -1,11 +0,0 @@ -SIP/2.0 405 Method Not Allowed -Max-Forwards: 70 -Record-Route: -Via: SIP/2.0/UDP 192.16.125.71:LOCALPORT;branch=z9hG4bKnashds7 -From: "Tester" ;tag=8321234356 -To: "Autobuild Account" ;tag=9fxced76sl -Call-ID: 3848276298220188511 at 192.16.125.71 -CSeq: 1 UNKNOWN -Allow: INVITE,MESSAGE,BYE,ACK,OPTIONS,PRACK -Content-Length: 0 - ========== 7001_sdp_audio1/ =========== Changes detected: EXPECTED VALUE OR TEST OUTPUT NOT FOUND! From autobuild at minisip.org Fri Sep 12 02:26:12 2008 From: autobuild at minisip.org (autobuild at minisip.org) Date: Fri, 12 Sep 2008 00:26:12 -0000 Subject: auto build r3594: 1 of 8 builds failed - 7 regression tests failed Message-ID: <20080912002612.307732314F@mail.minisip.org> Summary: debian_stable/confgui_debug: ok debian_unstable/default__gtk_textui_oss: ok debian_unstable/gtk_textui_alsa_zrtp: ok debian_unstable/gtk_textui_oss_smartcard: ok debian_unstable/package_deb_0.7.0-rREV_default: ok debian_unstable/textui_oss_ldap: FAIL debian_unstable/textui_oss_srp_onlineconf: ok mingw32_on_debian_unstable/gtk_dsound_debug: ok Regression test: 1001_SipHeaderAccept/ ok 1002_SipHeaderAcceptContact/ ok 1003_SipHeaderAuthorization/ ok 1004_SipHeaderCSeq/ ok 1005_SipHeaderCallID/ ok 1006_SipHeaderContact/ ok 1007_SipHeaderContentLength/ ok 1008_SipHeaderContentType/ ok 1009_SipHeaderEvent/ ok 1010_SipHeaderExpires/ ok 1011_SipHeaderFrom/ ok 1012_SipHeaderMaxForwards/ ok 1013_SipHeaderProxyAuthenticate/ ok 1014_SipHeaderProxyAuthorization/ ok 1015_SipHeaderRAck/ ok 1016_SipHeaderRSeq/ ok 1017_SipHeaderRecordRoute/ ok 1018_SipHeaderReferTo/ ok 1019_SipHeaderRequire/ ok 1020_SipHeaderRoute/ ok 1021_SipHeaderSubject/ ok 1022_SipHeaderSupported/ ok 1023_SipHeaderTo/ ok 1024_SipHeaderUnsupported/ ok 1025_SipHeaderUserAgent/ ok 1026_SipHeaderVia/ ok 1027_SipHeaderWWWAuthenticate/ ok 1028_SipHeaderWarning/ ok 2010_Session_inviteab_hangupab_udp/ ok 2011_Session_inviteab_hangupba_udp/ NOT THE EXPECTED OUTPUT 2013_Session_inviteab_hangupab_tcp/ NOT THE EXPECTED OUTPUT 2014_Session_inviteab_hangupba_tcp/ NOT THE EXPECTED OUTPUT 2021_simplestack_leak/ test returned an error code 2022_session_valgrind/ NOT THE EXPECTED OUTPUT 5001_scsim_verifypin/ ok 6001_packet_responses/ ok 6002_packet_unknown/ NOT THE EXPECTED OUTPUT 7001_sdp_audio1/ NOT THE EXPECTED OUTPUT Build fail: Revision: 3594 Machine: debian_unstable Machine addr: svn at dev.minisip.org Build: textui_oss_ldap STDERR: ========================================================== AUTOBUILD_INFO: processing libmutil... + set -e + LANG=C + export LANG + CYGWIN=binmode + export CYGWIN + amvers=no + '[' -n '' ']' + automake-1.10 --version + automake-1.9 --version + automake-1.8 --version + amvers=-1.8 + test -1.8 = no + libtoolize=no + libtoolize --version + libtoolize=libtoolize + test libtoolize = no + aclocal-1.8 -I m4 -I /home/svn/3594/usr/share/aclocal + libtoolize --copy --force --ltdl + autoconf + autoheader + automake-1.8 --add-missing --copy configure.ac: installing `config/install-sh' configure.ac: installing `config/missing' Makefile.am: installing `config/depcomp' + cd libltdl + aclocal-1.8 + autoconf + autoheader + automake-1.8 --add-missing --copy configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: dlfcn.h: proceeding with the compiler's result AUTOBUILD_INFO: processing libmnetutil... + set -e + LANG=C + export LANG + CYGWIN=binmode + export CYGWIN + amvers=no + '[' -n '' ']' + automake-1.10 --version + automake-1.9 --version + automake-1.8 --version + amvers=-1.8 + test -1.8 = no + libtoolize=no + libtoolize --version + libtoolize=libtoolize + test libtoolize = no + aclocal-1.8 -I m4 -I /home/svn/3594/usr/share/aclocal + libtoolize --copy --force + autoconf + autoheader + automake-1.8 --add-missing --copy configure.ac: installing `config/install-sh' configure.ac: installing `config/missing' Makefile.am: installing `config/depcomp' configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: dlfcn.h: proceeding with the compiler's result libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries source/LdapConnection.cxx: In member function 'void LdapConnection::connect()': source/LdapConnection.cxx:132: error: 'ldap_init' was not declared in this scope source/LdapConnection.cxx:159: error: 'ldap_bind_s' was not declared in this scope source/LdapConnection.cxx: In member function 'bool LdapConnection::disconnect()': source/LdapConnection.cxx:172: error: 'ldap_unbind' was not declared in this scope source/LdapConnection.cxx: In member function 'std::vector, std::allocator > > LdapConnection::find(std::string, std::string, std::vector, std::allocator >, std::allocator, std::allocator > > >&, int)': source/LdapConnection.cxx:225: error: 'ldap_search_s' was not declared in this scope make[1]: *** [LdapConnection.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [all-recursive] Error 1 ERROR: Could not bootstrap/configure/compile/install libmnetutil ========================================================== Regression test details: ========== 2011_Session_inviteab_hangupba_udp/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 15:46:07.000000000 +0200 +++ test_output 2008-09-11 16:59:37.000000000 +0200 @@ -32,7 +32,7 @@ IN (UDP): BYE sip:clientuser at 127.0.0.1:CPORT SIP/2.0 IN (UDP): Via: SIP/2.0/UDP 127.0.0.1:SPORT;rport;branch=branchstring IN (UDP): Max-Forwards: 70 -IN (UDP): From: +IN (UDP): From: ;tag=1681692777 IN (UDP): To: IN (UDP): CSeq: 800 BYE IN (UDP): Call-ID: callidstring @@ -42,7 +42,7 @@ OUT (UDP): SIP/2.0 200 ok OUT (UDP): Max-Forwards: 70 OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:SPORT;rport=SPORT;branch=branchstring -OUT (UDP): From: +OUT (UDP): From: ;tag=1681692777 OUT (UDP): To: OUT (UDP): CSeq: 800 BYE OUT (UDP): Call-ID: callidstring ========== 2013_Session_inviteab_hangupab_tcp/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 15:46:07.000000000 +0200 +++ test_output 2008-09-11 16:59:43.000000000 +0200 @@ -5,7 +5,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): ========== 2014_Session_inviteab_hangupba_tcp/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 15:46:07.000000000 +0200 +++ test_output 2008-09-11 16:59:53.000000000 +0200 @@ -5,7 +5,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): @@ -29,23 +29,3 @@ OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): -IN (STREAM): BYE sip:clientuser at 127.0.0.1:CLIENTPORT SIP/2.0 -IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport;branch=branchstring -IN (STREAM): Max-Forwards: 70 -IN (STREAM): From: -IN (STREAM): To: -IN (STREAM): CSeq: 800 BYE -IN (STREAM): Call-ID: callidstring -IN (STREAM): Content-Length: 0 -IN (STREAM): -IN (STREAM): -OUT (STREAM): SIP/2.0 200 ok -OUT (STREAM): Max-Forwards: 70 -OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport=REMOTETCPPORT;branch=branchstring -OUT (STREAM): From: -OUT (STREAM): To: -OUT (STREAM): CSeq: 800 BYE -OUT (STREAM): Call-ID: callidstring -OUT (STREAM): Content-Length: 0 -OUT (STREAM): -OUT (STREAM): ========== 2021_simplestack_leak/ =========== Build: g++-3.4 -Wall -g -o tst -I/home/svn/3593_regtest/usr/include -L/home/svn/3593_regtest/usr/lib tst.cxx -lmsip -lpthread -lssl make: g++-3.4: Command not found make: *** [tst] Error 127 Test output: ========== 2022_session_valgrind/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 15:46:07.000000000 +0200 +++ test_output 2008-09-11 17:00:09.000000000 +0200 @@ -1,352 +1,56 @@ ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ==PID== Thread 2: -==PID== Syscall param socketcall.sendto(msg) points to uninitialised byte(s) -==PID== at 0xXXXXXXX: sendto (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: getifaddrs (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: NetworkFunctions::getInterfaceIPStr(std::string) (NetworkFunctions.cxx) -==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) -==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: start_thread (in /lib/tls/libpthread-2.3.6.so) -==PID== by 0xXXXXXXX: clone (in /lib/tls/libc-2.3.6.so) -==PID== Address 0xXXXXXXX is on thread 2's stack -==PID== -==PID== Syscall param socketcall.sendto(msg) points to uninitialised byte(s) -==PID== at 0xXXXXXXX: sendto (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: getifaddrs (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: NetworkFunctions::getInterfaceIPStr(std::string) (NetworkFunctions.cxx) -==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) -==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: start_thread (in /lib/tls/libpthread-2.3.6.so) -==PID== by 0xXXXXXXX: clone (in /lib/tls/libc-2.3.6.so) -==PID== Address 0xXXXXXXX is on thread 2's stack -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== ==PID== Invalid read of size 4 -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== Address 0xXXXXXXX is 24 bytes inside a block of size 27 alloc'd -==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:149) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) +==PID== at 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/i686/cmov/libc-2.7.so) ==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) ==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, MRef, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) ==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) +==PID== Address 0x48c0e70 is 32 bytes inside a block of size 33 alloc'd +==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:207) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/i686/cmov/libc-2.7.so) ==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) ==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, MRef, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) ==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) OUT (STREAM): INVITE sip:erik at localhost:SERVERPORT SIP/2.0 OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring OUT (STREAM): Call-ID: callidstring @@ -354,7 +58,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): @@ -368,58 +72,156 @@ IN (STREAM): Content-Length: 0 IN (STREAM): IN (STREAM): -DISPATCHER: command NOT handled -OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): INVITE sip:erik at localhost:SERVERPORT SIP/2.0 OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring -OUT (STREAM): Max-Forwards: 70 OUT (STREAM): Call-ID: callidstring +OUT (STREAM): Max-Forwards: 50 OUT (STREAM): From: -OUT (STREAM): CSeq: 1 ACK OUT (STREAM): To: +OUT (STREAM): CSeq: 1 INVITE +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): -IN (STREAM): BYE sip:clientuser at 127.0.0.1:CLIENTPORT SIP/2.0 -IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport;branch=branchstring +IN (STREAM): SIP/2.0 200 ok IN (STREAM): Max-Forwards: 70 -IN (STREAM): From: -IN (STREAM): To: -IN (STREAM): CSeq: 800 BYE +IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport=REMOTETCPPORT;branch=branchstring IN (STREAM): Call-ID: callidstring +IN (STREAM): From: +IN (STREAM): To: +IN (STREAM): CSeq: 1 INVITE IN (STREAM): Content-Length: 0 IN (STREAM): IN (STREAM): -OUT (STREAM): SIP/2.0 200 ok +OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring OUT (STREAM): Max-Forwards: 70 -OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport=REMOTETCPPORT;branch=branchstring -OUT (STREAM): From: -OUT (STREAM): To: -OUT (STREAM): CSeq: 800 BYE OUT (STREAM): Call-ID: callidstring +OUT (STREAM): From: +OUT (STREAM): CSeq: 1 ACK +OUT (STREAM): To: OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): +OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring +OUT (STREAM): Max-Forwards: 70 +OUT (STREAM): Call-ID: callidstring +OUT (STREAM): From: +OUT (STREAM): CSeq: 1 ACK +OUT (STREAM): To: +OUT (STREAM): Content-Length: 0 +OUT (STREAM): +OUT (STREAM): +==PID== +==PID== Thread 4: +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c27c4 is 12 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c27bc is 4 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c27c4 is 12 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) ==PID== ==PID== Thread 1: ==PID== -==PID== 288 bytes in 4 blocks are possibly lost in loss record 73 of 76 -==PID== at 0xXXXXXXX: calloc (vg_replace_malloc.c:279) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_allocate_tls (in /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: pthread_create@@GLIBC_2.1 (in /lib/tls/libpthread-2.3.6.so) +==PID== 576 bytes in 4 blocks are possibly lost in loss record 69 of 74 +==PID== at 0xXXXXXXX: calloc (vg_replace_malloc.c:397) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: _dl_allocate_tls (in /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: pthread_create@@GLIBC_2.1 (in /lib/i686/cmov/libpthread-2.7.so) ==PID== by 0xXXXXXXX: Thread::Thread(MRef) (ThreadPosix.cxx) ==PID== by 0xXXXXXXX: ua_main(int, char**) (ua.cxx) ==PID== by 0xXXXXXXX: main (ua.cxx) ==PID== ==PID== -==PID== 1,301 bytes in 49 blocks are possibly lost in loss record 74 of 76 -==PID== at 0xXXXXXXX: operator new(unsigned) (vg_replace_malloc.c:163) -==PID== by 0xXXXXXXX: std::string::_Rep::_S_create(unsigned, unsigned, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.8) -==PID== by 0xXXXXXXX: (within /PREFIX/lib/libstdc++.so.6.0.8) -==PID== by 0xXXXXXXX: std::string::string(char const*, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.8) +==PID== 1,215 bytes in 48 blocks are possibly lost in loss record 71 of 74 +==PID== at 0xXXXXXXX: operator new(unsigned) (vg_replace_malloc.c:224) +==PID== by 0xXXXXXXX: std::string::_Rep::_S_create(unsigned, unsigned, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: (within /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::string::string(char const*, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.10) ==PID== by 0xXXXXXXX: __static_initialization_and_destruction_0(int, int) (SipHeaderVia.cxx) ==PID== by 0xXXXXXXX: (within /PREFIX/lib/libmsip.so.0.0.0) ==PID== by 0xXXXXXXX: (within /PREFIX/lib/libmsip.so.0.0.0) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== +==PID== +==PID== 22,192 (5,808 direct, 16,384 indirect) bytes in 4 blocks are definitely lost in loss record 73 of 74 +==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:207) +==PID== by 0xXXXXXXX: dns_new (udns_resolver.c:630) +==PID== by 0xXXXXXXX: DnsNaptrQueryPriv::DnsNaptrQueryPriv() (DnsNaptr.cxx) +==PID== by 0xXXXXXXX: DnsNaptrQuery::create() (DnsNaptr.cxx) +==PID== by 0xXXXXXXX: lookupNaptrTransport(SipUri const&, MRef&, std::string&) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::getDestination(MRef, std::string&, int&, MRef&) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) +==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) +==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) +==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) +==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) +==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) +==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) +==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) +==PID== by 0xXXXXXXX: SipStack::run() (SipStack.cxx) +==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) ========== 6002_packet_unknown/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 15:46:07.000000000 +0200 +++ test_output 2008-09-11 17:00:22.000000000 +0200 @@ -1,11 +0,0 @@ -SIP/2.0 405 Method Not Allowed -Max-Forwards: 70 -Record-Route: -Via: SIP/2.0/UDP 192.16.125.71:LOCALPORT;branch=z9hG4bKnashds7 -From: "Tester" ;tag=8321234356 -To: "Autobuild Account" ;tag=9fxced76sl -Call-ID: 3848276298220188511 at 192.16.125.71 -CSeq: 1 UNKNOWN -Allow: INVITE,MESSAGE,BYE,ACK,OPTIONS,PRACK -Content-Length: 0 - ========== 7001_sdp_audio1/ =========== Changes detected: EXPECTED VALUE OR TEST OUTPUT NOT FOUND! From autobuild at minisip.org Fri Sep 12 02:38:42 2008 From: autobuild at minisip.org (autobuild at minisip.org) Date: Fri, 12 Sep 2008 00:38:42 -0000 Subject: auto build r3601: 1 of 8 builds failed - 7 regression tests failed Message-ID: <20080912003842.0E28C2310B@mail.minisip.org> Summary: debian_stable/confgui_debug: ok debian_unstable/default__gtk_textui_oss: ok debian_unstable/gtk_textui_alsa_zrtp: ok debian_unstable/gtk_textui_oss_smartcard: ok debian_unstable/package_deb_0.7.0-rREV_default: ok debian_unstable/textui_oss_ldap: FAIL debian_unstable/textui_oss_srp_onlineconf: ok mingw32_on_debian_unstable/gtk_dsound_debug: ok Regression test: 1001_SipHeaderAccept/ ok 1002_SipHeaderAcceptContact/ ok 1003_SipHeaderAuthorization/ ok 1004_SipHeaderCSeq/ ok 1005_SipHeaderCallID/ ok 1006_SipHeaderContact/ ok 1007_SipHeaderContentLength/ ok 1008_SipHeaderContentType/ ok 1009_SipHeaderEvent/ ok 1010_SipHeaderExpires/ ok 1011_SipHeaderFrom/ ok 1012_SipHeaderMaxForwards/ ok 1013_SipHeaderProxyAuthenticate/ ok 1014_SipHeaderProxyAuthorization/ ok 1015_SipHeaderRAck/ ok 1016_SipHeaderRSeq/ ok 1017_SipHeaderRecordRoute/ ok 1018_SipHeaderReferTo/ ok 1019_SipHeaderRequire/ ok 1020_SipHeaderRoute/ ok 1021_SipHeaderSubject/ ok 1022_SipHeaderSupported/ ok 1023_SipHeaderTo/ ok 1024_SipHeaderUnsupported/ ok 1025_SipHeaderUserAgent/ ok 1026_SipHeaderVia/ ok 1027_SipHeaderWWWAuthenticate/ ok 1028_SipHeaderWarning/ ok 2010_Session_inviteab_hangupab_udp/ ok 2011_Session_inviteab_hangupba_udp/ NOT THE EXPECTED OUTPUT 2013_Session_inviteab_hangupab_tcp/ NOT THE EXPECTED OUTPUT 2014_Session_inviteab_hangupba_tcp/ NOT THE EXPECTED OUTPUT 2021_simplestack_leak/ test returned an error code 2022_session_valgrind/ NOT THE EXPECTED OUTPUT 5001_scsim_verifypin/ ok 6001_packet_responses/ ok 6002_packet_unknown/ NOT THE EXPECTED OUTPUT 7001_sdp_audio1/ NOT THE EXPECTED OUTPUT Build fail: Revision: 3601 Machine: debian_unstable Machine addr: svn at dev.minisip.org Build: textui_oss_ldap STDERR: ========================================================== AUTOBUILD_INFO: processing libmutil... + set -e + LANG=C + export LANG + CYGWIN=binmode + export CYGWIN + amvers=no + '[' -n '' ']' + automake-1.10 --version + automake-1.9 --version + automake-1.8 --version + amvers=-1.8 + test -1.8 = no + libtoolize=no + libtoolize --version + libtoolize=libtoolize + test libtoolize = no + aclocal-1.8 -I m4 -I /home/svn/3601/usr/share/aclocal + libtoolize --copy --force --ltdl + autoconf + autoheader + automake-1.8 --add-missing --copy configure.ac: installing `config/install-sh' configure.ac: installing `config/missing' Makefile.am: installing `config/depcomp' + cd libltdl + aclocal-1.8 + autoconf + autoheader + automake-1.8 --add-missing --copy configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: dlfcn.h: proceeding with the compiler's result mkdir: cannot create directory `.libs': File exists AUTOBUILD_INFO: processing libmnetutil... + set -e + LANG=C + export LANG + CYGWIN=binmode + export CYGWIN + amvers=no + '[' -n '' ']' + automake-1.10 --version + automake-1.9 --version + automake-1.8 --version + amvers=-1.8 + test -1.8 = no + libtoolize=no + libtoolize --version + libtoolize=libtoolize + test libtoolize = no + aclocal-1.8 -I m4 -I /home/svn/3601/usr/share/aclocal + libtoolize --copy --force + autoconf + autoheader + automake-1.8 --add-missing --copy configure.ac: installing `config/install-sh' configure.ac: installing `config/missing' Makefile.am: installing `config/depcomp' configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: dlfcn.h: proceeding with the compiler's result mkdir: cannot create directory `.libs': File exists libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries mkdir: cannot create directory `.libs': File exists source/LdapConnection.cxx: In member function 'void LdapConnection::connect()': source/LdapConnection.cxx:132: error: 'ldap_init' was not declared in this scope source/LdapConnection.cxx:159: error: 'ldap_bind_s' was not declared in this scope source/LdapConnection.cxx: In member function 'bool LdapConnection::disconnect()': source/LdapConnection.cxx:172: error: 'ldap_unbind' was not declared in this scope source/LdapConnection.cxx: In member function 'std::vector, std::allocator > > LdapConnection::find(std::string, std::string, std::vector, std::allocator >, std::allocator, std::allocator > > >&, int)': source/LdapConnection.cxx:225: error: 'ldap_search_s' was not declared in this scope make[1]: *** [LdapConnection.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... source/LdapEntry.cxx: In constructor 'LdapEntry::LdapEntry(void*, void*)': source/LdapEntry.cxx:66: error: 'ldap_get_values' was not declared in this scope source/LdapEntry.cxx:70: error: 'ldap_value_free' was not declared in this scope make[1]: *** [LdapEntry.lo] Error 1 make: *** [all-recursive] Error 1 ERROR: Could not bootstrap/configure/compile/install libmnetutil ========================================================== Regression test details: ========== 2011_Session_inviteab_hangupba_udp/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 19:16:55.000000000 +0200 +++ test_output 2008-09-11 19:57:15.000000000 +0200 @@ -32,7 +32,7 @@ IN (UDP): BYE sip:clientuser at 127.0.0.1:CPORT SIP/2.0 IN (UDP): Via: SIP/2.0/UDP 127.0.0.1:SPORT;rport;branch=branchstring IN (UDP): Max-Forwards: 70 -IN (UDP): From: +IN (UDP): From: ;tag=1681692777 IN (UDP): To: IN (UDP): CSeq: 800 BYE IN (UDP): Call-ID: callidstring @@ -42,7 +42,7 @@ OUT (UDP): SIP/2.0 200 ok OUT (UDP): Max-Forwards: 70 OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:SPORT;rport=SPORT;branch=branchstring -OUT (UDP): From: +OUT (UDP): From: ;tag=1681692777 OUT (UDP): To: OUT (UDP): CSeq: 800 BYE OUT (UDP): Call-ID: callidstring ========== 2013_Session_inviteab_hangupab_tcp/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 19:16:54.000000000 +0200 +++ test_output 2008-09-11 19:57:22.000000000 +0200 @@ -5,7 +5,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): ========== 2014_Session_inviteab_hangupba_tcp/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 19:16:56.000000000 +0200 +++ test_output 2008-09-11 19:57:31.000000000 +0200 @@ -5,7 +5,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): @@ -29,23 +29,3 @@ OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): -IN (STREAM): BYE sip:clientuser at 127.0.0.1:CLIENTPORT SIP/2.0 -IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport;branch=branchstring -IN (STREAM): Max-Forwards: 70 -IN (STREAM): From: -IN (STREAM): To: -IN (STREAM): CSeq: 800 BYE -IN (STREAM): Call-ID: callidstring -IN (STREAM): Content-Length: 0 -IN (STREAM): -IN (STREAM): -OUT (STREAM): SIP/2.0 200 ok -OUT (STREAM): Max-Forwards: 70 -OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport=REMOTETCPPORT;branch=branchstring -OUT (STREAM): From: -OUT (STREAM): To: -OUT (STREAM): CSeq: 800 BYE -OUT (STREAM): Call-ID: callidstring -OUT (STREAM): Content-Length: 0 -OUT (STREAM): -OUT (STREAM): ========== 2021_simplestack_leak/ =========== Build: g++-3.4 -Wall -g -o tst -I/home/svn/3601_regtest/usr/include -L/home/svn/3601_regtest/usr/lib tst.cxx -lmsip -lpthread -lssl make: g++-3.4: Command not found make: *** [tst] Error 127 Test output: ========== 2022_session_valgrind/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 19:16:56.000000000 +0200 +++ test_output 2008-09-11 19:57:45.000000000 +0200 @@ -1,352 +1,56 @@ ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ==PID== Thread 2: -==PID== Syscall param socketcall.sendto(msg) points to uninitialised byte(s) -==PID== at 0xXXXXXXX: sendto (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: getifaddrs (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: NetworkFunctions::getInterfaceIPStr(std::string) (NetworkFunctions.cxx) -==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) -==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: start_thread (in /lib/tls/libpthread-2.3.6.so) -==PID== by 0xXXXXXXX: clone (in /lib/tls/libc-2.3.6.so) -==PID== Address 0xXXXXXXX is on thread 2's stack -==PID== -==PID== Syscall param socketcall.sendto(msg) points to uninitialised byte(s) -==PID== at 0xXXXXXXX: sendto (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: getifaddrs (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: NetworkFunctions::getInterfaceIPStr(std::string) (NetworkFunctions.cxx) -==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) -==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: start_thread (in /lib/tls/libpthread-2.3.6.so) -==PID== by 0xXXXXXXX: clone (in /lib/tls/libc-2.3.6.so) -==PID== Address 0xXXXXXXX is on thread 2's stack -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== ==PID== Invalid read of size 4 -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== Address 0xXXXXXXX is 24 bytes inside a block of size 27 alloc'd -==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:149) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) +==PID== at 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/i686/cmov/libc-2.7.so) ==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) ==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, MRef, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) ==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) +==PID== Address 0x48c0e60 is 32 bytes inside a block of size 33 alloc'd +==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:207) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/i686/cmov/libc-2.7.so) ==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) ==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, MRef, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) ==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) OUT (STREAM): INVITE sip:erik at localhost:SERVERPORT SIP/2.0 OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring OUT (STREAM): Call-ID: callidstring @@ -354,7 +58,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): @@ -368,58 +72,156 @@ IN (STREAM): Content-Length: 0 IN (STREAM): IN (STREAM): -DISPATCHER: command NOT handled -OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): INVITE sip:erik at localhost:SERVERPORT SIP/2.0 OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring -OUT (STREAM): Max-Forwards: 70 OUT (STREAM): Call-ID: callidstring +OUT (STREAM): Max-Forwards: 50 OUT (STREAM): From: -OUT (STREAM): CSeq: 1 ACK OUT (STREAM): To: +OUT (STREAM): CSeq: 1 INVITE +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): -IN (STREAM): BYE sip:clientuser at 127.0.0.1:CLIENTPORT SIP/2.0 -IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport;branch=branchstring +IN (STREAM): SIP/2.0 200 ok IN (STREAM): Max-Forwards: 70 -IN (STREAM): From: -IN (STREAM): To: -IN (STREAM): CSeq: 800 BYE +IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport=REMOTETCPPORT;branch=branchstring IN (STREAM): Call-ID: callidstring +IN (STREAM): From: +IN (STREAM): To: +IN (STREAM): CSeq: 1 INVITE IN (STREAM): Content-Length: 0 IN (STREAM): IN (STREAM): -OUT (STREAM): SIP/2.0 200 ok +OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring OUT (STREAM): Max-Forwards: 70 -OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport=REMOTETCPPORT;branch=branchstring -OUT (STREAM): From: -OUT (STREAM): To: -OUT (STREAM): CSeq: 800 BYE OUT (STREAM): Call-ID: callidstring +OUT (STREAM): From: +OUT (STREAM): CSeq: 1 ACK +OUT (STREAM): To: OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): +OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring +OUT (STREAM): Max-Forwards: 70 +OUT (STREAM): Call-ID: callidstring +OUT (STREAM): From: +OUT (STREAM): CSeq: 1 ACK +OUT (STREAM): To: +OUT (STREAM): Content-Length: 0 +OUT (STREAM): +OUT (STREAM): +==PID== +==PID== Thread 4: +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c27b4 is 12 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c27ac is 4 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c27b4 is 12 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) ==PID== ==PID== Thread 1: ==PID== -==PID== 288 bytes in 4 blocks are possibly lost in loss record 73 of 76 -==PID== at 0xXXXXXXX: calloc (vg_replace_malloc.c:279) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_allocate_tls (in /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: pthread_create@@GLIBC_2.1 (in /lib/tls/libpthread-2.3.6.so) +==PID== 576 bytes in 4 blocks are possibly lost in loss record 69 of 74 +==PID== at 0xXXXXXXX: calloc (vg_replace_malloc.c:397) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: _dl_allocate_tls (in /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: pthread_create@@GLIBC_2.1 (in /lib/i686/cmov/libpthread-2.7.so) ==PID== by 0xXXXXXXX: Thread::Thread(MRef) (ThreadPosix.cxx) ==PID== by 0xXXXXXXX: ua_main(int, char**) (ua.cxx) ==PID== by 0xXXXXXXX: main (ua.cxx) ==PID== ==PID== -==PID== 1,301 bytes in 49 blocks are possibly lost in loss record 74 of 76 -==PID== at 0xXXXXXXX: operator new(unsigned) (vg_replace_malloc.c:163) -==PID== by 0xXXXXXXX: std::string::_Rep::_S_create(unsigned, unsigned, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.8) -==PID== by 0xXXXXXXX: (within /PREFIX/lib/libstdc++.so.6.0.8) -==PID== by 0xXXXXXXX: std::string::string(char const*, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.8) +==PID== 1,213 bytes in 48 blocks are possibly lost in loss record 71 of 74 +==PID== at 0xXXXXXXX: operator new(unsigned) (vg_replace_malloc.c:224) +==PID== by 0xXXXXXXX: std::string::_Rep::_S_create(unsigned, unsigned, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: (within /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::string::string(char const*, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.10) ==PID== by 0xXXXXXXX: __static_initialization_and_destruction_0(int, int) (SipHeaderVia.cxx) ==PID== by 0xXXXXXXX: (within /PREFIX/lib/libmsip.so.0.0.0) ==PID== by 0xXXXXXXX: (within /PREFIX/lib/libmsip.so.0.0.0) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== +==PID== +==PID== 22,192 (5,808 direct, 16,384 indirect) bytes in 4 blocks are definitely lost in loss record 73 of 74 +==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:207) +==PID== by 0xXXXXXXX: dns_new (udns_resolver.c:630) +==PID== by 0xXXXXXXX: DnsNaptrQueryPriv::DnsNaptrQueryPriv() (DnsNaptr.cxx) +==PID== by 0xXXXXXXX: DnsNaptrQuery::create() (DnsNaptr.cxx) +==PID== by 0xXXXXXXX: lookupNaptrTransport(SipUri const&, MRef&, std::string&) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::getDestination(MRef, std::string&, int&, MRef&) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) +==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) +==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) +==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) +==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) +==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) +==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) +==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) +==PID== by 0xXXXXXXX: SipStack::run() (SipStack.cxx) +==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) ========== 6002_packet_unknown/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 19:16:55.000000000 +0200 +++ test_output 2008-09-11 19:57:58.000000000 +0200 @@ -1,11 +0,0 @@ -SIP/2.0 405 Method Not Allowed -Max-Forwards: 70 -Record-Route: -Via: SIP/2.0/UDP 192.16.125.71:LOCALPORT;branch=z9hG4bKnashds7 -From: "Tester" ;tag=8321234356 -To: "Autobuild Account" ;tag=9fxced76sl -Call-ID: 3848276298220188511 at 192.16.125.71 -CSeq: 1 UNKNOWN -Allow: INVITE,MESSAGE,BYE,ACK,OPTIONS,PRACK -Content-Length: 0 - ========== 7001_sdp_audio1/ =========== Changes detected: EXPECTED VALUE OR TEST OUTPUT NOT FOUND! From autobuild at minisip.org Fri Sep 12 02:50:38 2008 From: autobuild at minisip.org (autobuild at minisip.org) Date: Fri, 12 Sep 2008 00:50:38 -0000 Subject: auto build r3598: 1 of 8 builds failed - 7 regression tests failed Message-ID: <20080912005037.DFB4C2310B@mail.minisip.org> Summary: debian_stable/confgui_debug: ok debian_unstable/default__gtk_textui_oss: ok debian_unstable/gtk_textui_alsa_zrtp: ok debian_unstable/gtk_textui_oss_smartcard: ok debian_unstable/package_deb_0.7.0-rREV_default: ok debian_unstable/textui_oss_ldap: FAIL debian_unstable/textui_oss_srp_onlineconf: ok mingw32_on_debian_unstable/gtk_dsound_debug: ok Regression test: 1001_SipHeaderAccept/ ok 1002_SipHeaderAcceptContact/ ok 1003_SipHeaderAuthorization/ ok 1004_SipHeaderCSeq/ ok 1005_SipHeaderCallID/ ok 1006_SipHeaderContact/ ok 1007_SipHeaderContentLength/ ok 1008_SipHeaderContentType/ ok 1009_SipHeaderEvent/ ok 1010_SipHeaderExpires/ ok 1011_SipHeaderFrom/ ok 1012_SipHeaderMaxForwards/ ok 1013_SipHeaderProxyAuthenticate/ ok 1014_SipHeaderProxyAuthorization/ ok 1015_SipHeaderRAck/ ok 1016_SipHeaderRSeq/ ok 1017_SipHeaderRecordRoute/ ok 1018_SipHeaderReferTo/ ok 1019_SipHeaderRequire/ ok 1020_SipHeaderRoute/ ok 1021_SipHeaderSubject/ ok 1022_SipHeaderSupported/ ok 1023_SipHeaderTo/ ok 1024_SipHeaderUnsupported/ ok 1025_SipHeaderUserAgent/ ok 1026_SipHeaderVia/ ok 1027_SipHeaderWWWAuthenticate/ ok 1028_SipHeaderWarning/ ok 2010_Session_inviteab_hangupab_udp/ ok 2011_Session_inviteab_hangupba_udp/ NOT THE EXPECTED OUTPUT 2013_Session_inviteab_hangupab_tcp/ NOT THE EXPECTED OUTPUT 2014_Session_inviteab_hangupba_tcp/ NOT THE EXPECTED OUTPUT 2021_simplestack_leak/ test returned an error code 2022_session_valgrind/ NOT THE EXPECTED OUTPUT 5001_scsim_verifypin/ ok 6001_packet_responses/ ok 6002_packet_unknown/ NOT THE EXPECTED OUTPUT 7001_sdp_audio1/ NOT THE EXPECTED OUTPUT Build fail: Revision: 3598 Machine: debian_unstable Machine addr: svn at dev.minisip.org Build: textui_oss_ldap STDERR: ========================================================== AUTOBUILD_INFO: processing libmutil... + set -e + LANG=C + export LANG + CYGWIN=binmode + export CYGWIN + amvers=no + '[' -n '' ']' + automake-1.10 --version + automake-1.9 --version + automake-1.8 --version + amvers=-1.8 + test -1.8 = no + libtoolize=no + libtoolize --version + libtoolize=libtoolize + test libtoolize = no + aclocal-1.8 -I m4 -I /home/svn/3598/usr/share/aclocal + libtoolize --copy --force --ltdl + autoconf + autoheader + automake-1.8 --add-missing --copy configure.ac: installing `config/install-sh' configure.ac: installing `config/missing' Makefile.am: installing `config/depcomp' + cd libltdl + aclocal-1.8 + autoconf + autoheader + automake-1.8 --add-missing --copy configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: dlfcn.h: proceeding with the compiler's result mkdir: cannot create directory `.libs': File exists AUTOBUILD_INFO: processing libmnetutil... + set -e + LANG=C + export LANG + CYGWIN=binmode + export CYGWIN + amvers=no + '[' -n '' ']' + automake-1.10 --version + automake-1.9 --version + automake-1.8 --version + amvers=-1.8 + test -1.8 = no + libtoolize=no + libtoolize --version + libtoolize=libtoolize + test libtoolize = no + aclocal-1.8 -I m4 -I /home/svn/3598/usr/share/aclocal + libtoolize --copy --force + autoconf + autoheader + automake-1.8 --add-missing --copy configure.ac: installing `config/install-sh' configure.ac: installing `config/missing' Makefile.am: installing `config/depcomp' configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: dlfcn.h: proceeding with the compiler's result libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries source/LdapConnection.cxx: In member function 'void LdapConnection::connect()': source/LdapConnection.cxx:132: error: 'ldap_init' was not declared in this scope source/LdapConnection.cxx:159: error: 'ldap_bind_s' was not declared in this scope source/LdapConnection.cxx: In member function 'bool LdapConnection::disconnect()': source/LdapConnection.cxx:172: error: 'ldap_unbind' was not declared in this scope source/LdapConnection.cxx: In member function 'std::vector, std::allocator > > LdapConnection::find(std::string, std::string, std::vector, std::allocator >, std::allocator, std::allocator > > >&, int)': source/LdapConnection.cxx:225: error: 'ldap_search_s' was not declared in this scope make[1]: *** [LdapConnection.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... source/LdapEntry.cxx: In constructor 'LdapEntry::LdapEntry(void*, void*)': source/LdapEntry.cxx:66: error: 'ldap_get_values' was not declared in this scope source/LdapEntry.cxx:70: error: 'ldap_value_free' was not declared in this scope make[1]: *** [LdapEntry.lo] Error 1 make: *** [all-recursive] Error 1 ERROR: Could not bootstrap/configure/compile/install libmnetutil ========================================================== Regression test details: ========== 2011_Session_inviteab_hangupba_udp/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 16:07:28.000000000 +0200 +++ test_output 2008-09-11 17:34:44.000000000 +0200 @@ -32,7 +32,7 @@ IN (UDP): BYE sip:clientuser at 127.0.0.1:CPORT SIP/2.0 IN (UDP): Via: SIP/2.0/UDP 127.0.0.1:SPORT;rport;branch=branchstring IN (UDP): Max-Forwards: 70 -IN (UDP): From: +IN (UDP): From: ;tag=1681692777 IN (UDP): To: IN (UDP): CSeq: 800 BYE IN (UDP): Call-ID: callidstring @@ -42,7 +42,7 @@ OUT (UDP): SIP/2.0 200 ok OUT (UDP): Max-Forwards: 70 OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:SPORT;rport=SPORT;branch=branchstring -OUT (UDP): From: +OUT (UDP): From: ;tag=1681692777 OUT (UDP): To: OUT (UDP): CSeq: 800 BYE OUT (UDP): Call-ID: callidstring ========== 2013_Session_inviteab_hangupab_tcp/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 16:07:28.000000000 +0200 +++ test_output 2008-09-11 17:34:50.000000000 +0200 @@ -5,7 +5,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): ========== 2014_Session_inviteab_hangupba_tcp/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 16:07:28.000000000 +0200 +++ test_output 2008-09-11 17:34:59.000000000 +0200 @@ -5,7 +5,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): @@ -29,23 +29,3 @@ OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): -IN (STREAM): BYE sip:clientuser at 127.0.0.1:CLIENTPORT SIP/2.0 -IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport;branch=branchstring -IN (STREAM): Max-Forwards: 70 -IN (STREAM): From: -IN (STREAM): To: -IN (STREAM): CSeq: 800 BYE -IN (STREAM): Call-ID: callidstring -IN (STREAM): Content-Length: 0 -IN (STREAM): -IN (STREAM): -OUT (STREAM): SIP/2.0 200 ok -OUT (STREAM): Max-Forwards: 70 -OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport=REMOTETCPPORT;branch=branchstring -OUT (STREAM): From: -OUT (STREAM): To: -OUT (STREAM): CSeq: 800 BYE -OUT (STREAM): Call-ID: callidstring -OUT (STREAM): Content-Length: 0 -OUT (STREAM): -OUT (STREAM): ========== 2021_simplestack_leak/ =========== Build: g++-3.4 -Wall -g -o tst -I/home/svn/3598_regtest/usr/include -L/home/svn/3598_regtest/usr/lib tst.cxx -lmsip -lpthread -lssl make: g++-3.4: Command not found make: *** [tst] Error 127 Test output: ========== 2022_session_valgrind/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 16:07:29.000000000 +0200 +++ test_output 2008-09-11 17:35:13.000000000 +0200 @@ -1,352 +1,56 @@ ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ==PID== Thread 2: -==PID== Syscall param socketcall.sendto(msg) points to uninitialised byte(s) -==PID== at 0xXXXXXXX: sendto (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: getifaddrs (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: NetworkFunctions::getInterfaceIPStr(std::string) (NetworkFunctions.cxx) -==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) -==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: start_thread (in /lib/tls/libpthread-2.3.6.so) -==PID== by 0xXXXXXXX: clone (in /lib/tls/libc-2.3.6.so) -==PID== Address 0xXXXXXXX is on thread 2's stack -==PID== -==PID== Syscall param socketcall.sendto(msg) points to uninitialised byte(s) -==PID== at 0xXXXXXXX: sendto (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: getifaddrs (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: NetworkFunctions::getInterfaceIPStr(std::string) (NetworkFunctions.cxx) -==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) -==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: start_thread (in /lib/tls/libpthread-2.3.6.so) -==PID== by 0xXXXXXXX: clone (in /lib/tls/libc-2.3.6.so) -==PID== Address 0xXXXXXXX is on thread 2's stack -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== ==PID== Invalid read of size 4 -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== Address 0xXXXXXXX is 24 bytes inside a block of size 27 alloc'd -==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:149) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) +==PID== at 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/i686/cmov/libc-2.7.so) ==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) ==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, MRef, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) ==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) +==PID== Address 0x48c0e70 is 32 bytes inside a block of size 33 alloc'd +==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:207) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/i686/cmov/libc-2.7.so) ==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) ==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, MRef, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) ==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) OUT (STREAM): INVITE sip:erik at localhost:SERVERPORT SIP/2.0 OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring OUT (STREAM): Call-ID: callidstring @@ -354,7 +58,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): @@ -368,58 +72,156 @@ IN (STREAM): Content-Length: 0 IN (STREAM): IN (STREAM): -DISPATCHER: command NOT handled -OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): INVITE sip:erik at localhost:SERVERPORT SIP/2.0 OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring -OUT (STREAM): Max-Forwards: 70 OUT (STREAM): Call-ID: callidstring +OUT (STREAM): Max-Forwards: 50 OUT (STREAM): From: -OUT (STREAM): CSeq: 1 ACK OUT (STREAM): To: +OUT (STREAM): CSeq: 1 INVITE +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): -IN (STREAM): BYE sip:clientuser at 127.0.0.1:CLIENTPORT SIP/2.0 -IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport;branch=branchstring +IN (STREAM): SIP/2.0 200 ok IN (STREAM): Max-Forwards: 70 -IN (STREAM): From: -IN (STREAM): To: -IN (STREAM): CSeq: 800 BYE +IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport=REMOTETCPPORT;branch=branchstring IN (STREAM): Call-ID: callidstring +IN (STREAM): From: +IN (STREAM): To: +IN (STREAM): CSeq: 1 INVITE IN (STREAM): Content-Length: 0 IN (STREAM): IN (STREAM): -OUT (STREAM): SIP/2.0 200 ok +OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring OUT (STREAM): Max-Forwards: 70 -OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport=REMOTETCPPORT;branch=branchstring -OUT (STREAM): From: -OUT (STREAM): To: -OUT (STREAM): CSeq: 800 BYE OUT (STREAM): Call-ID: callidstring +OUT (STREAM): From: +OUT (STREAM): CSeq: 1 ACK +OUT (STREAM): To: OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): +OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring +OUT (STREAM): Max-Forwards: 70 +OUT (STREAM): Call-ID: callidstring +OUT (STREAM): From: +OUT (STREAM): CSeq: 1 ACK +OUT (STREAM): To: +OUT (STREAM): Content-Length: 0 +OUT (STREAM): +OUT (STREAM): +==PID== +==PID== Thread 4: +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c1fdc is 12 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c1fd4 is 4 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c1fdc is 12 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) ==PID== ==PID== Thread 1: ==PID== -==PID== 288 bytes in 4 blocks are possibly lost in loss record 73 of 76 -==PID== at 0xXXXXXXX: calloc (vg_replace_malloc.c:279) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_allocate_tls (in /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: pthread_create@@GLIBC_2.1 (in /lib/tls/libpthread-2.3.6.so) +==PID== 576 bytes in 4 blocks are possibly lost in loss record 69 of 74 +==PID== at 0xXXXXXXX: calloc (vg_replace_malloc.c:397) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: _dl_allocate_tls (in /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: pthread_create@@GLIBC_2.1 (in /lib/i686/cmov/libpthread-2.7.so) ==PID== by 0xXXXXXXX: Thread::Thread(MRef) (ThreadPosix.cxx) ==PID== by 0xXXXXXXX: ua_main(int, char**) (ua.cxx) ==PID== by 0xXXXXXXX: main (ua.cxx) ==PID== ==PID== -==PID== 1,301 bytes in 49 blocks are possibly lost in loss record 74 of 76 -==PID== at 0xXXXXXXX: operator new(unsigned) (vg_replace_malloc.c:163) -==PID== by 0xXXXXXXX: std::string::_Rep::_S_create(unsigned, unsigned, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.8) -==PID== by 0xXXXXXXX: (within /PREFIX/lib/libstdc++.so.6.0.8) -==PID== by 0xXXXXXXX: std::string::string(char const*, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.8) +==PID== 1,215 bytes in 48 blocks are possibly lost in loss record 71 of 74 +==PID== at 0xXXXXXXX: operator new(unsigned) (vg_replace_malloc.c:224) +==PID== by 0xXXXXXXX: std::string::_Rep::_S_create(unsigned, unsigned, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: (within /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::string::string(char const*, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.10) ==PID== by 0xXXXXXXX: __static_initialization_and_destruction_0(int, int) (SipHeaderVia.cxx) ==PID== by 0xXXXXXXX: (within /PREFIX/lib/libmsip.so.0.0.0) ==PID== by 0xXXXXXXX: (within /PREFIX/lib/libmsip.so.0.0.0) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== +==PID== +==PID== 22,192 (5,808 direct, 16,384 indirect) bytes in 4 blocks are definitely lost in loss record 73 of 74 +==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:207) +==PID== by 0xXXXXXXX: dns_new (udns_resolver.c:630) +==PID== by 0xXXXXXXX: DnsNaptrQueryPriv::DnsNaptrQueryPriv() (DnsNaptr.cxx) +==PID== by 0xXXXXXXX: DnsNaptrQuery::create() (DnsNaptr.cxx) +==PID== by 0xXXXXXXX: lookupNaptrTransport(SipUri const&, MRef&, std::string&) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::getDestination(MRef, std::string&, int&, MRef&) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) +==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) +==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) +==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) +==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) +==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) +==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) +==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) +==PID== by 0xXXXXXXX: SipStack::run() (SipStack.cxx) +==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) ========== 6002_packet_unknown/ =========== Changes detected: --- expected_output/expected_output 2008-09-11 16:07:28.000000000 +0200 +++ test_output 2008-09-11 17:35:27.000000000 +0200 @@ -1,11 +0,0 @@ -SIP/2.0 405 Method Not Allowed -Max-Forwards: 70 -Record-Route: -Via: SIP/2.0/UDP 192.16.125.71:LOCALPORT;branch=z9hG4bKnashds7 -From: "Tester" ;tag=8321234356 -To: "Autobuild Account" ;tag=9fxced76sl -Call-ID: 3848276298220188511 at 192.16.125.71 -CSeq: 1 UNKNOWN -Allow: INVITE,MESSAGE,BYE,ACK,OPTIONS,PRACK -Content-Length: 0 - ========== 7001_sdp_audio1/ =========== Changes detected: EXPECTED VALUE OR TEST OUTPUT NOT FOUND! From erik at minisip.org Fri Sep 12 12:42:00 2008 From: erik at minisip.org (erik at minisip.org) Date: Fri, 12 Sep 2008 10:42:00 -0000 Subject: r3602 - in trunk: libmcrypto libmcrypto/debian libmikey libmikey/debian libminisip libminisip/debian libmnetutil libmnetutil/debian libmsip libmsip/debian libmstun libmstun/debian libmutil libmutil/debian minisip minisip/debian Message-ID: <20080912104158.CA55F31BEC@mail.minisip.org> Author: erik Date: 2008-09-12 12:41:58 +0200 (Fri, 12 Sep 2008) New Revision: 3602 Modified: trunk/libmcrypto/configure.ac trunk/libmcrypto/debian/changelog trunk/libmikey/configure.ac trunk/libmikey/debian/changelog trunk/libminisip/configure.ac trunk/libminisip/debian/changelog trunk/libmnetutil/configure.ac trunk/libmnetutil/debian/changelog trunk/libmsip/configure.ac trunk/libmsip/debian/changelog trunk/libmstun/configure.ac trunk/libmstun/debian/changelog trunk/libmutil/configure.ac trunk/libmutil/debian/changelog trunk/minisip/configure.ac trunk/minisip/debian/changelog Log: * More fixes for .deb building. My first try, so I could do things wrong. We can always revert... Modified: trunk/libmcrypto/configure.ac =================================================================== --- trunk/libmcrypto/configure.ac 2008-09-11 17:17:03 UTC (rev 3601) +++ trunk/libmcrypto/configure.ac 2008-09-12 10:41:58 UTC (rev 3602) @@ -3,7 +3,7 @@ dnl AC_PREREQ(2.57) -m4_MINISIP_PACKAGE_VERSION(libmcrypto, mcrypto, 0, 7, 2) +m4_MINISIP_PACKAGE_VERSION(libmcrypto, mcrypto, 0, 8, 0) m4_MINISIP_PACKAGE_CONTACT([The Minisip developer team], [minisip-users at minisip.org]) dnl m4_MINISIP_PACKAGE_RELEASED m4_MINISIP_LIBRARY_VERSION(0, 0, 0) Modified: trunk/libmcrypto/debian/changelog =================================================================== --- trunk/libmcrypto/debian/changelog 2008-09-11 17:17:03 UTC (rev 3601) +++ trunk/libmcrypto/debian/changelog 2008-09-12 10:41:58 UTC (rev 3602) @@ -1,12 +1,5 @@ -libmcrypto (0.4.0-1) unstable; urgency=low +libmcrypto (0.8) unstable; urgency=low - * New nightly build. + * Initial release - -- erik Thu, 11 Sep 2008 14:40:09 +0200 - -libmcrypto (0.4-1) unstable; urgency=low - - * Initial Release. - - -- Erik Eliasson Wed, 10 Oct 2008 12:00:00 +0200 - + -- Erik Eliasson Fri, 12 Sep 2008 12:32:03 +0200 Modified: trunk/libmikey/configure.ac =================================================================== --- trunk/libmikey/configure.ac 2008-09-11 17:17:03 UTC (rev 3601) +++ trunk/libmikey/configure.ac 2008-09-12 10:41:58 UTC (rev 3602) @@ -3,7 +3,7 @@ dnl AC_PREREQ(2.57) -m4_MINISIP_PACKAGE_VERSION(libmikey, mikey, 0, 4, 1) +m4_MINISIP_PACKAGE_VERSION(libmikey, mikey, 0, 8, 0) m4_MINISIP_PACKAGE_CONTACT([Johan Bilien], [jobi at via.ecp.fr]) dnl m4_MINISIP_PACKAGE_RELEASED m4_MINISIP_LIBRARY_VERSION(0, 0, 0) Modified: trunk/libmikey/debian/changelog =================================================================== --- trunk/libmikey/debian/changelog 2008-09-11 17:17:03 UTC (rev 3601) +++ trunk/libmikey/debian/changelog 2008-09-12 10:41:58 UTC (rev 3602) @@ -1,3 +1,9 @@ +libmikey (0.8) unstable; urgency=low + + * Version bump + + -- Erik Eliasson Fri, 12 Sep 2008 12:34:25 +0200 + libmikey (0.4.1-2) unstable; urgency=low * Create proper packages, on kind suggestion from Filip Van Raemdonck Modified: trunk/libminisip/configure.ac =================================================================== --- trunk/libminisip/configure.ac 2008-09-11 17:17:03 UTC (rev 3601) +++ trunk/libminisip/configure.ac 2008-09-12 10:41:58 UTC (rev 3602) @@ -3,7 +3,7 @@ dnl AC_PREREQ(2.57) -m4_MINISIP_PACKAGE_VERSION(libminisip, minisip, 0, 7, 2) +m4_MINISIP_PACKAGE_VERSION(libminisip, minisip, 0, 8, 0) m4_MINISIP_PACKAGE_CONTACT([Erik Eliasson], [eliasson at imit.kth.se]) dnl m4_MINISIP_PACKAGE_RELEASED m4_MINISIP_LIBRARY_VERSION(0, 0, 0) Modified: trunk/libminisip/debian/changelog =================================================================== --- trunk/libminisip/debian/changelog 2008-09-11 17:17:03 UTC (rev 3601) +++ trunk/libminisip/debian/changelog 2008-09-12 10:41:58 UTC (rev 3602) @@ -1,6 +1,5 @@ -libminisip (0.3-1) unstable; urgency=low +libminisip (0.8) unstable; urgency=low - * Initial Release. + * Initial release - -- Erik Eliasson Wed, 10 Oct 2008 12:00:00 +0200 - + -- Erik Eliasson Fri, 12 Sep 2008 12:35:35 +0200 Modified: trunk/libmnetutil/configure.ac =================================================================== --- trunk/libmnetutil/configure.ac 2008-09-11 17:17:03 UTC (rev 3601) +++ trunk/libmnetutil/configure.ac 2008-09-12 10:41:58 UTC (rev 3602) @@ -3,7 +3,7 @@ dnl AC_PREREQ(2.57) -m4_MINISIP_PACKAGE_VERSION(libmnetutil, mnetutil, 0, 7, 2) +m4_MINISIP_PACKAGE_VERSION(libmnetutil, mnetutil, 0, 8, 0) m4_MINISIP_PACKAGE_CONTACT([Erik Eliasson], [eliasson at imit.kth.se]) dnl m4_MINISIP_PACKAGE_RELEASED m4_MINISIP_LIBRARY_VERSION(0, 0, 0) Modified: trunk/libmnetutil/debian/changelog =================================================================== --- trunk/libmnetutil/debian/changelog 2008-09-11 17:17:03 UTC (rev 3601) +++ trunk/libmnetutil/debian/changelog 2008-09-12 10:41:58 UTC (rev 3602) @@ -1,3 +1,9 @@ +libmnetutil (0.8) unstable; urgency=low + + * Version bump + + -- Erik Eliasson Fri, 12 Sep 2008 12:31:20 +0200 + libmnetutil (0.3.1-2) unstable; urgency=low * Create proper packages: Modified: trunk/libmsip/configure.ac =================================================================== --- trunk/libmsip/configure.ac 2008-09-11 17:17:03 UTC (rev 3601) +++ trunk/libmsip/configure.ac 2008-09-12 10:41:58 UTC (rev 3602) @@ -3,7 +3,7 @@ dnl AC_PREREQ(2.57) -m4_MINISIP_PACKAGE_VERSION(libmsip, msip, 0, 7, 2) +m4_MINISIP_PACKAGE_VERSION(libmsip, msip, 0, 8, 0) m4_MINISIP_PACKAGE_CONTACT([Erik Eliasson], [ere at kth.se]) dnl m4_MINISIP_PACKAGE_RELEASED m4_MINISIP_LIBRARY_VERSION(0, 0, 0) Modified: trunk/libmsip/debian/changelog =================================================================== --- trunk/libmsip/debian/changelog 2008-09-11 17:17:03 UTC (rev 3601) +++ trunk/libmsip/debian/changelog 2008-09-12 10:41:58 UTC (rev 3602) @@ -1,3 +1,9 @@ +libmsip (0.8) unstable; urgency=low + + * Version bump + + -- Erik Eliasson Fri, 12 Sep 2008 12:34:45 +0200 + libmsip (0.3.1-2) unstable; urgency=low * Create proper packages, on kind suggestion from Filip Van Raemdonck Modified: trunk/libmstun/configure.ac =================================================================== --- trunk/libmstun/configure.ac 2008-09-11 17:17:03 UTC (rev 3601) +++ trunk/libmstun/configure.ac 2008-09-12 10:41:58 UTC (rev 3602) @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. -m4_MINISIP_PACKAGE_VERSION(libmstun, mstun, 0, 5, 0) +m4_MINISIP_PACKAGE_VERSION(libmstun, mstun, 0, 8, 0) m4_MINISIP_PACKAGE_CONTACT([The Minisip developer team], [minisip-users at minisip.org]) dnl m4_MINISIP_PACKAGE_RELEASED m4_MINISIP_LIBRARY_VERSION(0, 0, 0) Modified: trunk/libmstun/debian/changelog =================================================================== --- trunk/libmstun/debian/changelog 2008-09-11 17:17:03 UTC (rev 3601) +++ trunk/libmstun/debian/changelog 2008-09-12 10:41:58 UTC (rev 3602) @@ -1,6 +1,5 @@ -libmstun (0.3-1) unstable; urgency=low +libmstun (0.8) unstable; urgency=low - * Initial Release. + * Initial release - -- Erik Eliasson Wed, 10 Oct 2008 12:00:00 +0200 - + -- Erik Eliasson Fri, 12 Sep 2008 12:33:44 +0200 Modified: trunk/libmutil/configure.ac =================================================================== --- trunk/libmutil/configure.ac 2008-09-11 17:17:03 UTC (rev 3601) +++ trunk/libmutil/configure.ac 2008-09-12 10:41:58 UTC (rev 3602) @@ -3,7 +3,7 @@ dnl AC_PREREQ(2.57) -m4_MINISIP_PACKAGE_VERSION(libmutil, mutil, 0, 7, 2) +m4_MINISIP_PACKAGE_VERSION(libmutil, mutil, 0, 8, 0) m4_MINISIP_PACKAGE_CONTACT([Erik Eliasson], [eliasson at imit.kth.se]) dnl m4_MINISIP_PACKAGE_RELEASED m4_MINISIP_LIBRARY_VERSION(0, 0, 0) Modified: trunk/libmutil/debian/changelog =================================================================== --- trunk/libmutil/debian/changelog 2008-09-11 17:17:03 UTC (rev 3601) +++ trunk/libmutil/debian/changelog 2008-09-12 10:41:58 UTC (rev 3602) @@ -1,3 +1,9 @@ +libmutil (0.8) unstable; urgency=low + + * Version bump + + -- Erik Eliasson Fri, 12 Sep 2008 12:30:58 +0200 + libmutil (0.3.1-2) unstable; urgency=low * Create proper packages, on kind suggestion from Filip Van Raemdonck Modified: trunk/minisip/configure.ac =================================================================== --- trunk/minisip/configure.ac 2008-09-11 17:17:03 UTC (rev 3601) +++ trunk/minisip/configure.ac 2008-09-12 10:41:58 UTC (rev 3602) @@ -3,7 +3,7 @@ dnl AC_PREREQ(2.57) -m4_MINISIP_PACKAGE_VERSION(minisip, minisip_ui, 0, 7, 1) +m4_MINISIP_PACKAGE_VERSION(minisip, minisip_ui, 0, 8, 0) m4_MINISIP_PACKAGE_CONTACT([Erik Eliasson], [eliasson at imit.kth.se]) dnl m4_MINISIP_PACKAGE_RELEASED Modified: trunk/minisip/debian/changelog =================================================================== --- trunk/minisip/debian/changelog 2008-09-11 17:17:03 UTC (rev 3601) +++ trunk/minisip/debian/changelog 2008-09-12 10:41:58 UTC (rev 3602) @@ -1,3 +1,9 @@ +minisip (0.8) unstable; urgency=low + + * Version bump + + -- Erik Eliasson Fri, 12 Sep 2008 12:36:16 +0200 + minisip (0.7.1-1) unstable; urgency=low * New upstream release. From erik at minisip.org Fri Sep 12 13:18:56 2008 From: erik at minisip.org (erik at minisip.org) Date: Fri, 12 Sep 2008 11:18:56 -0000 Subject: r3603 - in trunk: libmcrypto/debian libmikey/debian libminisip/debian libmnetutil/debian libmsip/debian libmstun/debian libmutil/debian minisip/debian Message-ID: <20080912111854.39B91231B0@mail.minisip.org> Author: erik Date: 2008-09-12 13:18:53 +0200 (Fri, 12 Sep 2008) New Revision: 3603 Modified: trunk/libmcrypto/debian/changelog trunk/libmikey/debian/changelog trunk/libminisip/debian/changelog trunk/libmnetutil/debian/changelog trunk/libmsip/debian/changelog trunk/libmstun/debian/changelog trunk/libmutil/debian/changelog trunk/minisip/debian/changelog Log: * version change v0.8 -> v0.8.0 Modified: trunk/libmcrypto/debian/changelog =================================================================== --- trunk/libmcrypto/debian/changelog 2008-09-12 10:41:58 UTC (rev 3602) +++ trunk/libmcrypto/debian/changelog 2008-09-12 11:18:53 UTC (rev 3603) @@ -1,4 +1,4 @@ -libmcrypto (0.8) unstable; urgency=low +libmcrypto (0.8.0) unstable; urgency=low * Initial release Modified: trunk/libmikey/debian/changelog =================================================================== --- trunk/libmikey/debian/changelog 2008-09-12 10:41:58 UTC (rev 3602) +++ trunk/libmikey/debian/changelog 2008-09-12 11:18:53 UTC (rev 3603) @@ -1,4 +1,4 @@ -libmikey (0.8) unstable; urgency=low +libmikey (0.8.0) unstable; urgency=low * Version bump Modified: trunk/libminisip/debian/changelog =================================================================== --- trunk/libminisip/debian/changelog 2008-09-12 10:41:58 UTC (rev 3602) +++ trunk/libminisip/debian/changelog 2008-09-12 11:18:53 UTC (rev 3603) @@ -1,4 +1,4 @@ -libminisip (0.8) unstable; urgency=low +libminisip (0.8.0) unstable; urgency=low * Initial release Modified: trunk/libmnetutil/debian/changelog =================================================================== --- trunk/libmnetutil/debian/changelog 2008-09-12 10:41:58 UTC (rev 3602) +++ trunk/libmnetutil/debian/changelog 2008-09-12 11:18:53 UTC (rev 3603) @@ -1,4 +1,4 @@ -libmnetutil (0.8) unstable; urgency=low +libmnetutil (0.8.0) unstable; urgency=low * Version bump Modified: trunk/libmsip/debian/changelog =================================================================== --- trunk/libmsip/debian/changelog 2008-09-12 10:41:58 UTC (rev 3602) +++ trunk/libmsip/debian/changelog 2008-09-12 11:18:53 UTC (rev 3603) @@ -1,4 +1,4 @@ -libmsip (0.8) unstable; urgency=low +libmsip (0.8.0) unstable; urgency=low * Version bump Modified: trunk/libmstun/debian/changelog =================================================================== --- trunk/libmstun/debian/changelog 2008-09-12 10:41:58 UTC (rev 3602) +++ trunk/libmstun/debian/changelog 2008-09-12 11:18:53 UTC (rev 3603) @@ -1,4 +1,4 @@ -libmstun (0.8) unstable; urgency=low +libmstun (0.8.0) unstable; urgency=low * Initial release Modified: trunk/libmutil/debian/changelog =================================================================== --- trunk/libmutil/debian/changelog 2008-09-12 10:41:58 UTC (rev 3602) +++ trunk/libmutil/debian/changelog 2008-09-12 11:18:53 UTC (rev 3603) @@ -1,4 +1,4 @@ -libmutil (0.8) unstable; urgency=low +libmutil (0.8.0) unstable; urgency=low * Version bump Modified: trunk/minisip/debian/changelog =================================================================== --- trunk/minisip/debian/changelog 2008-09-12 10:41:58 UTC (rev 3602) +++ trunk/minisip/debian/changelog 2008-09-12 11:18:53 UTC (rev 3603) @@ -1,4 +1,4 @@ -minisip (0.8) unstable; urgency=low +minisip (0.8.0) unstable; urgency=low * Version bump From erik at minisip.org Fri Sep 12 14:40:28 2008 From: erik at minisip.org (erik at minisip.org) Date: Fri, 12 Sep 2008 12:40:28 -0000 Subject: r3604 - in trunk: libmcrypto libmcrypto/debian libmikey libmikey/debian libminisip libminisip/debian libminisip-swig libmnetutil libmnetutil/debian libmsip libmsip/debian libmstun libmstun/debian libmutil libzrtpcpp milbc minisip minisip/debian ministun Message-ID: <20080912124023.A2892231B0@mail.minisip.org> Author: erik Date: 2008-09-12 14:40:22 +0200 (Fri, 12 Sep 2008) New Revision: 3604 Modified: trunk/libmcrypto/configure.ac trunk/libmcrypto/debian/control trunk/libmcrypto/debian/control.maemo trunk/libmcrypto/libmcrypto.pc.in trunk/libmcrypto/libmcrypto.spec trunk/libmikey/configure.ac trunk/libmikey/debian/control trunk/libmikey/debian/control.maemo trunk/libmikey/libmikey.pc.in trunk/libmikey/libmikey.spec trunk/libminisip-swig/configure.ac trunk/libminisip/configure.ac trunk/libminisip/debian/control trunk/libminisip/debian/control.maemo trunk/libminisip/libminisip.pc.in trunk/libminisip/libminisip.spec trunk/libmnetutil/configure.ac trunk/libmnetutil/debian/control trunk/libmnetutil/debian/control.maemo trunk/libmnetutil/libmnetutil.pc.in trunk/libmnetutil/libmnetutil.spec trunk/libmsip/configure.ac trunk/libmsip/debian/control trunk/libmsip/debian/control.maemo trunk/libmsip/libmsip.pc.in trunk/libmsip/libmsip.spec trunk/libmstun/configure.ac trunk/libmstun/debian/control trunk/libmstun/debian/control.maemo trunk/libmstun/libmstun.pc.in trunk/libmstun/libmstun.spec trunk/libmutil/libmutil.spec trunk/libzrtpcpp/configure.ac trunk/milbc/configure.ac trunk/minisip/configure.ac trunk/minisip/debian/control trunk/minisip/minisip.spec trunk/ministun/configure.ac Log: * Updated package requirements. Modified: trunk/libmcrypto/configure.ac =================================================================== --- trunk/libmcrypto/configure.ac 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/libmcrypto/configure.ac 2008-09-12 12:40:22 UTC (rev 3604) @@ -21,8 +21,8 @@ AM_MINISIP_ENABLE_TEST_SUITE AM_LIBMCRYPTO_ENABLE_FAST_AES -AM_MINISIP_CHECK_LIBMUTIL([0.3.1]) -AM_MINISIP_CHECK_LIBMNETUTIL([0.3.1]) +AM_MINISIP_CHECK_LIBMUTIL([0.8.0]) +AM_MINISIP_CHECK_LIBMNETUTIL([0.8.0]) AM_MINISIP_CHECK_COMPLETE dnl Checks for libraries. Modified: trunk/libmcrypto/debian/control =================================================================== --- trunk/libmcrypto/debian/control 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/libmcrypto/debian/control 2008-09-12 12:40:22 UTC (rev 3604) @@ -1,7 +1,7 @@ Source: libmcrypto Priority: optional Maintainer: Erik Eliasson -Build-Depends: debhelper (>= 4.0.0), pkg-config, libssl-dev (>= 0.9.7), libmutil-dev (>= 0.3.1) +Build-Depends: debhelper (>= 4.0.0), pkg-config, libssl-dev (>= 0.9.7), libmutil-dev (>= 0.8.0) Standards-Version: 3.6.1 Package: libmcrypto0 @@ -15,7 +15,7 @@ Package: libmcrypto-dev Section: devel Architecture: any -Depends: libmcrypto0 (= ${Source-Version}), libssl-dev (>= 0.9.7), libmutil-dev (>= 0.3.1) +Depends: libmcrypto0 (= ${Source-Version}), libssl-dev (>= 0.9.7), libmutil-dev (>= 0.8.0) Description: different utilities classes for portable cryptography C++ development. . Modified: trunk/libmcrypto/debian/control.maemo =================================================================== --- trunk/libmcrypto/debian/control.maemo 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/libmcrypto/debian/control.maemo 2008-09-12 12:40:22 UTC (rev 3604) @@ -1,13 +1,13 @@ Source: libmcrypto Priority: optional Maintainer: Erik Eliasson -Build-Depends: debhelper (>= 4.0.0), libmutil-dev (>= 0.3.0) +Build-Depends: debhelper (>= 4.0.0), libmutil-dev (>= 0.8.0) Standards-Version: 3.6.1 Package: libmcrypto0 Section: libs Architecture: any -Depends: libmutil0 (>=0.3.1) +Depends: libmutil0 (>=0.8.0) Description: different utilities classes for portable cryptography C++ development. . @@ -16,7 +16,7 @@ Package: libmcrypto-dev Section: devel Architecture: any -Depends: libmcrypto0 (= ${Source-Version}), libssl-dev (>= 0.9.7), libmutil-dev (>= 0.3.1) +Depends: libmcrypto0 (= ${Source-Version}), libssl-dev (>= 0.9.7), libmutil-dev (>= 0.8.0) Description: different utilities classes for portable crypto C++ development. . Modified: trunk/libmcrypto/libmcrypto.pc.in =================================================================== --- trunk/libmcrypto/libmcrypto.pc.in 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/libmcrypto/libmcrypto.pc.in 2008-09-12 12:40:22 UTC (rev 3604) @@ -8,7 +8,7 @@ Name: @PACKAGE@ Description: Minisip Cryptography Library (AES, base64, HMAC, X509) Version: @VERSION@ -Requires: libmutil >= 0.3.1, libmnetutil >= 0.3.1 +Requires: libmutil >= 0.8.0, libmnetutil >= 0.8.0 Libs: -L${libdir} -lmcrypto Libs.private: @MINISIP_LIBS@ @OPENSSL_LIBS@ @GNUTLS_LIBS@ @SCSIM_LIBS@ @LIBS@ Cflags: -I${includedir} Modified: trunk/libmcrypto/libmcrypto.spec =================================================================== --- trunk/libmcrypto/libmcrypto.spec 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/libmcrypto/libmcrypto.spec 2008-09-12 12:40:22 UTC (rev 3604) @@ -1,5 +1,5 @@ %define name libmcrypto -%define version 0.7.2 +%define version 0.8.0 %define release 1 %define major 0 @@ -25,7 +25,7 @@ Group: System/Libraries Provides: %{name} Requires: openssl >= 0.9.6 -Requires: libmnetutil0 >= 0.7.2 +Requires: libmnetutil0 >= 0.8.0 %description -n %{lib_name} Modified: trunk/libmikey/configure.ac =================================================================== --- trunk/libmikey/configure.ac 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/libmikey/configure.ac 2008-09-12 12:40:22 UTC (rev 3604) @@ -20,9 +20,9 @@ AM_MINISIP_ENABLE_DEBUG AM_MINISIP_ENABLE_TEST_SUITE -AM_MINISIP_CHECK_LIBMUTIL([0.3.1]) -AM_MINISIP_CHECK_LIBMNETUTIL([0.3.1]) -AM_MINISIP_CHECK_LIBMCRYPTO([0.3.1]) +AM_MINISIP_CHECK_LIBMUTIL([0.8.0]) +AM_MINISIP_CHECK_LIBMNETUTIL([0.8.0]) +AM_MINISIP_CHECK_LIBMCRYPTO([0.8.0]) AM_MINISIP_CHECK_COMPLETE dnl G-D HW authentication token support Modified: trunk/libmikey/debian/control =================================================================== --- trunk/libmikey/debian/control 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/libmikey/debian/control 2008-09-12 12:40:22 UTC (rev 3604) @@ -1,7 +1,7 @@ Source: libmikey Priority: optional Maintainer: Johan Bilien -Build-Depends: debhelper (>= 4.0.0), pkg-config, libssl-dev (>= 0.9.7), libmutil-dev (>= 0.3.1) +Build-Depends: debhelper (>= 4.0.0), pkg-config, libssl-dev (>= 0.9.7), libmutil-dev (>= 0.8.0) Standards-Version: 3.6.1 Package: libmikey0 @@ -18,7 +18,7 @@ Package: libmikey-dev Section: devel Architecture: any -Depends: libmikey0 (= ${Source-Version}), libmutil-dev (>= 0.3.1) +Depends: libmikey0 (= ${Source-Version}), libmutil-dev (>= 0.8.0) Description: C++ implementation of the MIKEY (RFC3830) protocol libmikey implements the Multimedia Internet KEYing protocol, in a C++ library. The MIKEY protocol provides authentication and key agreement Modified: trunk/libmikey/debian/control.maemo =================================================================== --- trunk/libmikey/debian/control.maemo 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/libmikey/debian/control.maemo 2008-09-12 12:40:22 UTC (rev 3604) @@ -7,7 +7,7 @@ Package: libmikey0 Section: libs Architecture: any -Depends: libmutil0 (>= 0.3.1) +Depends: libmutil0 (>= 0.8.0) Description: C++ implementation of the MIKEY (RFC3830) protocol libmikey implements the Multimedia Internet KEYing protocol, in a C++ library. The MIKEY protocol provides authentication and key agreement @@ -18,7 +18,7 @@ Package: libmikey-dev Section: devel Architecture: any -Depends: libmikey0 (= ${Source-Version}), libmutil-dev (>= 0.3.1) +Depends: libmikey0 (= ${Source-Version}), libmutil-dev (>= 0.8.0) Description: C++ implementation of the MIKEY (RFC3830) protocol libmikey implements the Multimedia Internet KEYing protocol, in a C++ library. The MIKEY protocol provides authentication and key agreement Modified: trunk/libmikey/libmikey.pc.in =================================================================== --- trunk/libmikey/libmikey.pc.in 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/libmikey/libmikey.pc.in 2008-09-12 12:40:22 UTC (rev 3604) @@ -8,7 +8,7 @@ Name: @PACKAGE@ Description: Minisip Multimedia Internet Keying (MIKEY) Library Version: @VERSION@ -Requires: libmutil >= 0.3.1, libmcrypto >= 0.3.1 +Requires: libmutil >= 0.8.0, libmcrypto >= 0.8.0 Libs: -L${libdir} -lmikey Libs.private: @MINISIP_LIBS@ @LIBS@ Cflags: -I${includedir} Modified: trunk/libmikey/libmikey.spec =================================================================== --- trunk/libmikey/libmikey.spec 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/libmikey/libmikey.spec 2008-09-12 12:40:22 UTC (rev 3604) @@ -1,5 +1,5 @@ %define name libmikey -%define version 0.7.2 +%define version 0.8.0 %define release 1 %define major 0 @@ -26,7 +26,7 @@ Group: System/Libraries Provides: %{name} Requires: openssl >= 0.9.6 -Requires: libmutil0 >= 0.7.2 +Requires: libmutil0 >= 0.8.0 %description -n %{lib_name} Modified: trunk/libminisip/configure.ac =================================================================== --- trunk/libminisip/configure.ac 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/libminisip/configure.ac 2008-09-12 12:40:22 UTC (rev 3604) @@ -517,13 +517,13 @@ AM_CONDITIONAL(OSSO_SUPPORT, [test "${osso_support}" = "yes"]) -AM_MINISIP_CHECK_LIBMUTIL([0.3.1]) -AM_MINISIP_CHECK_LIBMNETUTIL([0.3.1]) -AM_MINISIP_CHECK_LIBMCRYPTO([0.3.1]) +AM_MINISIP_CHECK_LIBMUTIL([0.8.0]) +AM_MINISIP_CHECK_LIBMNETUTIL([0.8.0]) +AM_MINISIP_CHECK_LIBMCRYPTO([0.8.0]) -AM_MINISIP_CHECK_LIBMSTUN([0.5.0]) -AM_MINISIP_CHECK_LIBMSIP([0.3.1]) -AM_MINISIP_CHECK_LIBMIKEY([0.4.1]) +AM_MINISIP_CHECK_LIBMSTUN([0.8.0]) +AM_MINISIP_CHECK_LIBMSIP([0.8.0]) +AM_MINISIP_CHECK_LIBMIKEY([0.8.0]) if test "${enable_zrtp}" = "yes" then Modified: trunk/libminisip/debian/control =================================================================== --- trunk/libminisip/debian/control 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/libminisip/debian/control 2008-09-12 12:40:22 UTC (rev 3604) @@ -1,7 +1,7 @@ Source: libminisip Priority: optional Maintainer: Erik Eliasson -Build-Depends: debhelper (>= 4.0.0), pkg-config, libmsip-dev (>= 0.3.1), libmikey-dev (>= 0.4.1) +Build-Depends: debhelper (>= 4.0.0), pkg-config, libmsip-dev (>= 0.8.0), libmikey-dev (>= 0.8.0) Standards-Version: 3.6.1 Package: libminisip0 @@ -15,7 +15,7 @@ Package: libminisip-dev Section: devel Architecture: any -Depends: libminisip0 (= ${Source-Version}), libmsip-dev (>= 0.3.1) +Depends: libminisip0 (= ${Source-Version}), libmsip-dev (>= 0.8.0) Description: C++ SIP based software telephone. . This package contains the header files and static library needed to Modified: trunk/libminisip/debian/control.maemo =================================================================== --- trunk/libminisip/debian/control.maemo 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/libminisip/debian/control.maemo 2008-09-12 12:40:22 UTC (rev 3604) @@ -7,7 +7,7 @@ Package: libminisip0 Section: libs Architecture: any -Depends: libmsip0 (>=0.3.1) +Depends: libmsip0 (>=0.8.0) Description: C++ SIP based software telephone. . This package contains the libminisip0 runtime library. @@ -15,7 +15,7 @@ Package: libminisip-dev Section: devel Architecture: any -Depends: libminisip0 (= ${Source-Version}), libmsip-dev (>= 0.3.1) +Depends: libminisip0 (= ${Source-Version}), libmsip-dev (>= 0.8.0) Description: C++ SIP based software telephone. . This package contains the header files and static library needed to Modified: trunk/libminisip/libminisip.pc.in =================================================================== --- trunk/libminisip/libminisip.pc.in 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/libminisip/libminisip.pc.in 2008-09-12 12:40:22 UTC (rev 3604) @@ -8,7 +8,7 @@ Name: @PACKAGE@ Description: Minisip VoIP Application Support Library Version: @VERSION@ -Requires: libmutil >= 0.3.1, libmcrypto >= 0.3.1, libmnetutil >= 0.3.1, libmikey >= 0.3.1, libmsip >= 0.3.1 +Requires: libmutil >= 0.8.0, libmcrypto >= 0.8.0, libmnetutil >= 0.8.0, libmikey >= 0.8.0, libmsip >= 0.8.0 Libs: -L${libdir} -lminisip Libs.private: @MINISIP_LIBS@ @LIBS@ Cflags: -I${includedir} Modified: trunk/libminisip/libminisip.spec =================================================================== --- trunk/libminisip/libminisip.spec 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/libminisip/libminisip.spec 2008-09-12 12:40:22 UTC (rev 3604) @@ -1,5 +1,5 @@ %define name libminisip -%define version 0.7.2 +%define version 0.8.0 %define release 1 %define major 0 @@ -23,7 +23,7 @@ Summary: Application layer library to easily create GUI based apps Group: System/Libraries Provides: %{name} -Requires: libmutil0 >= 0.7.2, libmnetutil0 >= 0.7.2, libmikeyl0 >= 0.7.2, libmsipl0 >= 0.7.2, +Requires: libmutil0 >= 0.8.0, libmnetutil0 >= 0.8.0, libmikeyl0 >= 0.8.0, libmsipl0 >= 0.8.0, %description -n %{lib_name} Modified: trunk/libminisip-swig/configure.ac =================================================================== --- trunk/libminisip-swig/configure.ac 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/libminisip-swig/configure.ac 2008-09-12 12:40:22 UTC (rev 3604) @@ -37,12 +37,12 @@ AM_CONDITIONAL([MCS], [test ! "x$MCS" = xno]) AM_CONDITIONAL([MONO], [test ! "x$MONO" = xno]) -AM_MINISIP_CHECK_LIBMUTIL([0.3.1]) -AM_MINISIP_CHECK_LIBMNETUTIL([0.3.1]) -AM_MINISIP_CHECK_LIBMCRYPTO([0.3.1]) -AM_MINISIP_CHECK_LIBMSIP([0.3.1]) -AM_MINISIP_CHECK_LIBMIKEY([0.4.1]) -AM_MINISIP_CHECK_LIBMINISIP([0.3.1]) +AM_MINISIP_CHECK_LIBMUTIL([0.8.0]) +AM_MINISIP_CHECK_LIBMNETUTIL([0.8.0]) +AM_MINISIP_CHECK_LIBMCRYPTO([0.8.0]) +AM_MINISIP_CHECK_LIBMSIP([0.8.0]) +AM_MINISIP_CHECK_LIBMIKEY([0.8.0]) +AM_MINISIP_CHECK_LIBMINISIP([0.8.0]) AM_MINISIP_CHECK_COMPLETE dnl Checks for header files. Modified: trunk/libmnetutil/configure.ac =================================================================== --- trunk/libmnetutil/configure.ac 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/libmnetutil/configure.ac 2008-09-12 12:40:22 UTC (rev 3604) @@ -84,7 +84,7 @@ AC_CHECK_FUNCS([getifaddrs getnameinfo getaddrinfo freeaddrinfo]) fi -AM_MINISIP_CHECK_LIBMUTIL([0.3.1]) +AM_MINISIP_CHECK_LIBMUTIL([0.8.0]) AM_MINISIP_CHECK_COMPLETE AC_CHECK_FUNCS([poll]) Modified: trunk/libmnetutil/debian/control =================================================================== --- trunk/libmnetutil/debian/control 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/libmnetutil/debian/control 2008-09-12 12:40:22 UTC (rev 3604) @@ -1,7 +1,7 @@ Source: libmnetutil Priority: optional Maintainer: Johan Bilien -Build-Depends: debhelper (>= 4.0.0), pkg-config, libssl-dev (>= 0.9.7), libmutil-dev (>= 0.3.1) +Build-Depends: debhelper (>= 4.0.0), pkg-config, libssl-dev (>= 0.9.7), libmutil-dev (>= 0.8.0) Standards-Version: 3.6.1 Package: libmnetutil0 Modified: trunk/libmnetutil/debian/control.maemo =================================================================== --- trunk/libmnetutil/debian/control.maemo 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/libmnetutil/debian/control.maemo 2008-09-12 12:40:22 UTC (rev 3604) @@ -1,13 +1,13 @@ Source: libmnetutil Priority: optional Maintainer: Johan Bilien -Build-Depends: debhelper (>= 4.0.0), libmutil-dev (>= 0.3.0) +Build-Depends: debhelper (>= 4.0.0), libmutil-dev (>= 0.8.0) Standards-Version: 3.6.1 Package: libmnetutil0 Section: libs Architecture: any -Depends: libmutil0 (>=0.3.1) +Depends: libmutil0 (>=0.8.0) Description: different utilities classes for portable networking C++ development libmnetutil contains different classes useful to write portable networking applications in C++. It includes UDP, TCP and TLS sockets, DNS resolving... @@ -17,7 +17,7 @@ Package: libmnetutil-dev Section: devel Architecture: any -Depends: libmnetutil0 (= ${Source-Version}), libssl-dev (>= 0.9.7), libmutil-dev (>= 0.3.1) +Depends: libmnetutil0 (= ${Source-Version}), libssl-dev (>= 0.9.7), libmutil-dev (>= 0.8.0) Description: different utilities classes for portable networking C++ development libmnetutil contains different classes useful to write portable networking applications in C++. It includes UDP, TCP and TLS sockets, DNS resolving... Modified: trunk/libmnetutil/libmnetutil.pc.in =================================================================== --- trunk/libmnetutil/libmnetutil.pc.in 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/libmnetutil/libmnetutil.pc.in 2008-09-12 12:40:22 UTC (rev 3604) @@ -8,7 +8,7 @@ Name: @PACKAGE@ Description: Minisip Network Utility Toolkit Implementation Library (MNETUTIL) Version: @VERSION@ -Requires: libmutil >= 0.3.1 +Requires: libmutil >= 0.8.0 Libs: -L${libdir} -lmnetutil Libs.private: @MINISIP_LIBS@ @LIBS@ Cflags: -I${includedir} Modified: trunk/libmnetutil/libmnetutil.spec =================================================================== --- trunk/libmnetutil/libmnetutil.spec 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/libmnetutil/libmnetutil.spec 2008-09-12 12:40:22 UTC (rev 3604) @@ -1,5 +1,5 @@ %define name libmnetutil -%define version 0.7.2 +%define version 0.8.0 %define release 1 %define major 0 @@ -25,7 +25,7 @@ Summary: A C++ library providing various utilities Group: System/Libraries Provides: %{name} -Requires: libmutil0 >= 0.7.2 +Requires: libmutil0 >= 0.8.0 %description -n %{lib_name} Modified: trunk/libmsip/configure.ac =================================================================== --- trunk/libmsip/configure.ac 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/libmsip/configure.ac 2008-09-12 12:40:22 UTC (rev 3604) @@ -40,9 +40,9 @@ dnl AC_CHECK_LIB([wsock32], [main]) -AM_MINISIP_CHECK_LIBMUTIL([0.3.1]) -AM_MINISIP_CHECK_LIBMNETUTIL([0.3.1]) -AM_MINISIP_CHECK_LIBMCRYPTO([0.3.0]) +AM_MINISIP_CHECK_LIBMUTIL([0.8.0]) +AM_MINISIP_CHECK_LIBMNETUTIL([0.8.0]) +AM_MINISIP_CHECK_LIBMCRYPTO([0.8.0]) AM_MINISIP_CHECK_COMPLETE dnl Checks for SCTP support in libmnetutil Modified: trunk/libmsip/debian/control =================================================================== --- trunk/libmsip/debian/control 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/libmsip/debian/control 2008-09-12 12:40:22 UTC (rev 3604) @@ -1,7 +1,7 @@ Source: libmsip Priority: optional Maintainer: Johan Bilien -Build-Depends: debhelper (>= 4.0.0), pkg-config, libmutil-dev (>= 0.3.1), libmnetutil-dev (>= 0.3.1) +Build-Depends: debhelper (>= 4.0.0), pkg-config, libmutil-dev (>= 0.8.0), libmnetutil-dev (>= 0.8.0) Standards-Version: 3.6.1 Package: libmsip0 @@ -18,7 +18,7 @@ Package: libmsip-dev Section: devel Architecture: any -Depends: libmsip0 (= ${Source-Version}), libmnetutil-dev (>= 0.3.1) +Depends: libmsip0 (= ${Source-Version}), libmnetutil-dev (>= 0.8.0) Description: C++ implementation of the SIP (RFC3261) protocol libmsip implements the Session Initiation Protocol, in a C++ library. The SIP protocol is used mostly to initialize Voice over IP Modified: trunk/libmsip/debian/control.maemo =================================================================== --- trunk/libmsip/debian/control.maemo 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/libmsip/debian/control.maemo 2008-09-12 12:40:22 UTC (rev 3604) @@ -7,7 +7,7 @@ Package: libmsip0 Section: libs Architecture: any -Depends: libmnetutil0 (>=0.3.1) +Depends: libmnetutil0 (>=0.8.0) Description: C++ implementation of the SIP (RFC3261) protocol libmsip implements the Session Initiation Protocol, in a C++ library. The SIP protocol is used mostly to initialize Voice over IP @@ -18,7 +18,7 @@ Package: libmsip-dev Section: devel Architecture: any -Depends: libmsip0 (= ${Source-Version}), libmnetutil-dev (>= 0.3.1) +Depends: libmsip0 (= ${Source-Version}), libmnetutil-dev (>= 0.8.0) Description: C++ implementation of the SIP (RFC3261) protocol libmsip implements the Session Initiation Protocol, in a C++ library. The SIP protocol is used mostly to initialize Voice over IP Modified: trunk/libmsip/libmsip.pc.in =================================================================== --- trunk/libmsip/libmsip.pc.in 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/libmsip/libmsip.pc.in 2008-09-12 12:40:22 UTC (rev 3604) @@ -8,7 +8,7 @@ Name: @PACKAGE@ Description: Minisip Session Initiation Protocol (SIP) Library Version: @VERSION@ -Requires: libmutil >= 0.3.1, libmcrypto >= 0.3.1, libmnetutil >= 0.3.1 +Requires: libmutil >= 0.8.0, libmcrypto >= 0.8.0, libmnetutil >= 0.8.0 Libs: -L${libdir} -lmsip Libs.private: @MINISIP_LIBS@ @LIBS@ Cflags: -I${includedir} Modified: trunk/libmsip/libmsip.spec =================================================================== --- trunk/libmsip/libmsip.spec 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/libmsip/libmsip.spec 2008-09-12 12:40:22 UTC (rev 3604) @@ -1,5 +1,5 @@ %define name libmsip -%define version 0.7.2 +%define version 0.8.0 %define release 1 %define major 0 @@ -24,7 +24,7 @@ Summary: A C++ library implementing the SIP protocol. Group: System/Libraries Provides: %{name} -Requires: libmutil0 >= 0.7.2 +Requires: libmutil0 >= 0.8.0 %description -n %{lib_name} Modified: trunk/libmstun/configure.ac =================================================================== --- trunk/libmstun/configure.ac 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/libmstun/configure.ac 2008-09-12 12:40:22 UTC (rev 3604) @@ -20,8 +20,8 @@ AM_MINISIP_ENABLE_DEBUG AM_MINISIP_ENABLE_TEST_SUITE -AM_MINISIP_CHECK_LIBMUTIL([0.3.1]) -AM_MINISIP_CHECK_LIBMNETUTIL([0.3.1]) +AM_MINISIP_CHECK_LIBMUTIL([0.8.0]) +AM_MINISIP_CHECK_LIBMNETUTIL([0.8.0]) AM_MINISIP_CHECK_COMPLETE dnl Checks for libraries. Modified: trunk/libmstun/debian/control =================================================================== --- trunk/libmstun/debian/control 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/libmstun/debian/control 2008-09-12 12:40:22 UTC (rev 3604) @@ -1,7 +1,7 @@ Source: libmstun Priority: optional Maintainer: Erik Eliasson -Build-Depends: debhelper (>= 4.0.0), pkg-config, libmnetutil-dev (>= 0.3.1) +Build-Depends: debhelper (>= 4.0.0), pkg-config, libmnetutil-dev (>= 0.8.0) Standards-Version: 3.6.1 Package: libmstun0 Modified: trunk/libmstun/debian/control.maemo =================================================================== --- trunk/libmstun/debian/control.maemo 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/libmstun/debian/control.maemo 2008-09-12 12:40:22 UTC (rev 3604) @@ -1,13 +1,13 @@ Source: libmstun Priority: optional Maintainer: Erik Eliasson -Build-Depends: debhelper (>= 4.0.0), libmnetutil-dev (>=0.3.1) +Build-Depends: debhelper (>= 4.0.0), libmnetutil-dev (>=0.8.0) Standards-Version: 3.6.1 Package: libmstun0 Section: libs Architecture: any -Depends: libmutil0 (>=0.3.1) +Depends: libmutil0 (>=0.8.0) Description: different utilities classes for portable STUN client C++ development . This package contains the libmstun0 runtime library. @@ -15,7 +15,7 @@ Package: libmstun-dev Section: devel Architecture: any -Depends: libmstun0 (= ${Source-Version}), libmnetutil-dev (>= 0.3.1) +Depends: libmstun0 (= ${Source-Version}), libmnetutil-dev (>= 0.8.0) Description: different utilities classes for portable STUN client C++ development . This package contains the header files and static library needed to Modified: trunk/libmstun/libmstun.pc.in =================================================================== --- trunk/libmstun/libmstun.pc.in 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/libmstun/libmstun.pc.in 2008-09-12 12:40:22 UTC (rev 3604) @@ -8,7 +8,7 @@ Name: @PACKAGE@ Description: Minisip STUN Protocol Support Library Version: @VERSION@ -Requires: libmutil >= 0.3.1, libmnetutil >= 0.3.1 +Requires: libmutil >= 0.8.0, libmnetutil >= 0.8.0 Libs: -L${libdir} -lmstun Libs.private: @LIBS@ Cflags: -I${includedir} Modified: trunk/libmstun/libmstun.spec =================================================================== --- trunk/libmstun/libmstun.spec 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/libmstun/libmstun.spec 2008-09-12 12:40:22 UTC (rev 3604) @@ -1,5 +1,5 @@ %define name libstun -%define version 0.7.2 +%define version 0.8.0 %define release 1 %define major 0 @@ -24,7 +24,7 @@ Summary: A C++ library providing various utilities Group: System/Libraries Provides: %{name} -Requires: libmutil0 >= 0.7.2 +Requires: libmutil0 >= 0.8.0 %description -n %{lib_name} Modified: trunk/libmutil/libmutil.spec =================================================================== --- trunk/libmutil/libmutil.spec 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/libmutil/libmutil.spec 2008-09-12 12:40:22 UTC (rev 3604) @@ -1,5 +1,5 @@ %define name libmutil -%define version 0.7.2 +%define version 0.8.0 %define release 1 %define major 0 @@ -24,7 +24,6 @@ Summary: A C++ library providing various utilities Group: System/Libraries Provides: %{name} -Requires: openssl >= 0.9.6 %description -n %{lib_name} Modified: trunk/libzrtpcpp/configure.ac =================================================================== --- trunk/libzrtpcpp/configure.ac 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/libzrtpcpp/configure.ac 2008-09-12 12:40:22 UTC (rev 3604) @@ -40,9 +40,9 @@ fi AC_SUBST(WARN_FLAGS) -AM_MINISIP_CHECK_LIBMUTIL([0.3.1]) -AM_MINISIP_CHECK_LIBMNETUTIL([0.3.1]) -AM_MINISIP_CHECK_LIBMCRYPTO([0.3.1]) +AM_MINISIP_CHECK_LIBMUTIL([0.8.0]) +AM_MINISIP_CHECK_LIBMNETUTIL([0.8.0]) +AM_MINISIP_CHECK_LIBMCRYPTO([0.8.0]) AM_MINISIP_CHECK_COMPLETE # Checks for header files. Modified: trunk/milbc/configure.ac =================================================================== --- trunk/milbc/configure.ac 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/milbc/configure.ac 2008-09-12 12:40:22 UTC (rev 3604) @@ -15,12 +15,12 @@ AM_MINISIP_LIBTOOL_EXTRAS AC_PROG_LIBTOOL -AM_MINISIP_CHECK_LIBMUTIL([0.3.1]) -AM_MINISIP_CHECK_LIBMNETUTIL([0.3.1]) -AM_MINISIP_CHECK_LIBMCRYPTO([0.3.1]) -AM_MINISIP_CHECK_LIBMSIP([0.3.1]) -AM_MINISIP_CHECK_LIBMIKEY([0.4.1]) -AM_MINISIP_CHECK_LIBMINISIP([0.3.1]) +AM_MINISIP_CHECK_LIBMUTIL([0.8.0]) +AM_MINISIP_CHECK_LIBMNETUTIL([0.8.0]) +AM_MINISIP_CHECK_LIBMCRYPTO([0.8.0]) +AM_MINISIP_CHECK_LIBMSIP([0.8.0]) +AM_MINISIP_CHECK_LIBMIKEY([0.8.0]) +AM_MINISIP_CHECK_LIBMINISIP([0.8.0]) AM_MINISIP_CHECK_COMPLETE dnl Checks for header files. Modified: trunk/minisip/configure.ac =================================================================== --- trunk/minisip/configure.ac 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/minisip/configure.ac 2008-09-12 12:40:22 UTC (rev 3604) @@ -237,12 +237,12 @@ AC_SUBST(MOC) fi -AM_MINISIP_CHECK_LIBMUTIL([0.3.1]) -AM_MINISIP_CHECK_LIBMNETUTIL([0.3.1]) -AM_MINISIP_CHECK_LIBMCRYPTO([0.3.1]) -AM_MINISIP_CHECK_LIBMSIP([0.3.1]) -AM_MINISIP_CHECK_LIBMIKEY([0.4.1]) -AM_MINISIP_CHECK_LIBMINISIP([0.3.1]) +AM_MINISIP_CHECK_LIBMUTIL([0.8.0]) +AM_MINISIP_CHECK_LIBMNETUTIL([0.8.0]) +AM_MINISIP_CHECK_LIBMCRYPTO([0.8.0]) +AM_MINISIP_CHECK_LIBMSIP([0.8.0]) +AM_MINISIP_CHECK_LIBMIKEY([0.8.0]) +AM_MINISIP_CHECK_LIBMINISIP([0.8.0]) AM_MINISIP_CHECK_COMPLETE dnl Checks for libraries. Modified: trunk/minisip/debian/control =================================================================== --- trunk/minisip/debian/control 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/minisip/debian/control 2008-09-12 12:40:22 UTC (rev 3604) @@ -7,7 +7,7 @@ Package: minisip Architecture: any -Depends: libspeex1 (>=1.1), libmsip0 (>= 0.3.1), libmikey0 (>= 0.4.1), libmnetutil0 (>= 0.3.1), libmutil0 (>= 0.3.1), libssl0.9.7 (>= 0.9.7), libglademm-2.4-1 (>=2.4) +Depends: libspeex1 (>=1.1), libmsip0 (>= 0.8.0), libmikey0 (>= 0.8.0), libmnetutil0 (>= 0.8.0), libmutil0 (>= 0.8.0), libssl0.9.7 (>= 0.9.7), libglademm-2.4-1 (>=2.4) Description: minisip is a SIP user agent, with security enhancements minisip is a soft telephone which uses the SIP protocol. It provides additional security, such as encryption and authentication, by using Modified: trunk/minisip/minisip.spec =================================================================== --- trunk/minisip/minisip.spec 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/minisip/minisip.spec 2008-09-12 12:40:22 UTC (rev 3604) @@ -12,10 +12,10 @@ Group: Applications/Communication Source: http://www.minisip.org/source/%{name}-%{version}.tar.gz BuildRoot: %_tmppath/%name-%version-%release-root -Requires: libmikey0 >= 0.7.2 -Requires: libmutil0 >= 0.7.2 -Requires: libmnetutil0 >= 0.7.2 -Requires: libmsip0 >= 0.7.2 +Requires: libmikey0 >= 0.8.0 +Requires: libmutil0 >= 0.8.0 +Requires: libmnetutil0 >= 0.8.0 +Requires: libmsip0 >= 0.8.0 Requires: libglademm2 >= 0.2 Modified: trunk/ministun/configure.ac =================================================================== --- trunk/ministun/configure.ac 2008-09-12 11:18:53 UTC (rev 3603) +++ trunk/ministun/configure.ac 2008-09-12 12:40:22 UTC (rev 3604) @@ -43,9 +43,9 @@ AM_MINISIP_ENABLE_DEBUG AM_MINISIP_ENABLE_TEST_SUITE -AM_MINISIP_CHECK_LIBMUTIL([0.3.1]) -AM_MINISIP_CHECK_LIBMNETUTIL([0.3.1]) -AM_MINISIP_CHECK_LIBMSTUN([0.5.0]) +AM_MINISIP_CHECK_LIBMUTIL([0.8.0]) +AM_MINISIP_CHECK_LIBMNETUTIL([0.8.0]) +AM_MINISIP_CHECK_LIBMSTUN([0.8.0]) AM_MINISIP_CHECK_COMPLETE AC_HEADER_STDC From erik at minisip.org Fri Sep 12 14:47:41 2008 From: erik at minisip.org (erik at minisip.org) Date: Fri, 12 Sep 2008 12:47:41 -0000 Subject: r3605 - in trunk: libmnetutil/debian libmstun/debian Message-ID: <20080912124740.884202306C@mail.minisip.org> Author: erik Date: 2008-09-12 14:47:40 +0200 (Fri, 12 Sep 2008) New Revision: 3605 Modified: trunk/libmnetutil/debian/control trunk/libmstun/debian/control Log: * update debian package dependencies. Modified: trunk/libmnetutil/debian/control =================================================================== --- trunk/libmnetutil/debian/control 2008-09-12 12:40:22 UTC (rev 3604) +++ trunk/libmnetutil/debian/control 2008-09-12 12:47:40 UTC (rev 3605) @@ -17,7 +17,7 @@ Package: libmnetutil-dev Section: devel Architecture: any -Depends: libmnetutil0 (= ${Source-Version}), libssl-dev (>= 0.9.7), libmutil-dev (>= 0.3.1) +Depends: libmnetutil0 (= ${Source-Version}), libssl-dev (>= 0.9.7), libmutil-dev (>= 0.8.0) Description: different utilities classes for portable networking C++ development libmnetutil contains different classes useful to write portable networking applications in C++. It includes UDP, TCP and TLS sockets, DNS resolving... Modified: trunk/libmstun/debian/control =================================================================== --- trunk/libmstun/debian/control 2008-09-12 12:40:22 UTC (rev 3604) +++ trunk/libmstun/debian/control 2008-09-12 12:47:40 UTC (rev 3605) @@ -15,7 +15,7 @@ Package: libmstun-dev Section: devel Architecture: any -Depends: libmstun0 (= ${Source-Version}), libmnetutil-dev (>= 0.3.1) +Depends: libmstun0 (= ${Source-Version}), libmnetutil-dev (>= 0.8.0) Description: different utilities classes for portable stun client C++ development . This package contains the header files and static library needed to From erik at minisip.org Fri Sep 12 15:00:03 2008 From: erik at minisip.org (erik at minisip.org) Date: Fri, 12 Sep 2008 13:00:03 -0000 Subject: r3606 - trunk/libminisip/debian Message-ID: <20080912130002.BCFE92321A@mail.minisip.org> Author: erik Date: 2008-09-12 15:00:02 +0200 (Fri, 12 Sep 2008) New Revision: 3606 Modified: trunk/libminisip/debian/Makefile.am Log: * libminisip: A copy&paste error broke "make dist" in libminisip. Fixed Modified: trunk/libminisip/debian/Makefile.am =================================================================== --- trunk/libminisip/debian/Makefile.am 2008-09-12 12:47:40 UTC (rev 3605) +++ trunk/libminisip/debian/Makefile.am 2008-09-12 13:00:02 UTC (rev 3606) @@ -1,2 +1,2 @@ -EXTRA_DIST=rules control changelog compat copyright docs libmsip0.dirs libmsip0.install libmsip-dev.dirs libmsip-dev.install +EXTRA_DIST=rules control changelog compat copyright docs libminisip0.dirs libminisip0.install libminisip-dev.dirs libminisip-dev.install MAINTAINERCLEANFILES = $(srcdir)/Makefile.in From autobuild at minisip.org Fri Sep 12 18:50:13 2008 From: autobuild at minisip.org (autobuild at minisip.org) Date: Fri, 12 Sep 2008 16:50:13 -0000 Subject: auto build r3605: 1 of 8 builds failed - 7 regression tests failed Message-ID: <20080912165012.4961A31BE2@mail.minisip.org> Summary: debian_stable/confgui_debug: ok debian_unstable/default__gtk_textui_oss: ok debian_unstable/gtk_textui_alsa_zrtp: ok debian_unstable/gtk_textui_oss_smartcard: ok debian_unstable/package_deb_0.7.0-rREV_default: ok debian_unstable/textui_oss_ldap: FAIL debian_unstable/textui_oss_srp_onlineconf: ok mingw32_on_debian_unstable/gtk_dsound_debug: ok Regression test: 1001_SipHeaderAccept/ ok 1002_SipHeaderAcceptContact/ ok 1003_SipHeaderAuthorization/ ok 1004_SipHeaderCSeq/ ok 1005_SipHeaderCallID/ ok 1006_SipHeaderContact/ ok 1007_SipHeaderContentLength/ ok 1008_SipHeaderContentType/ ok 1009_SipHeaderEvent/ ok 1010_SipHeaderExpires/ ok 1011_SipHeaderFrom/ ok 1012_SipHeaderMaxForwards/ ok 1013_SipHeaderProxyAuthenticate/ ok 1014_SipHeaderProxyAuthorization/ ok 1015_SipHeaderRAck/ ok 1016_SipHeaderRSeq/ ok 1017_SipHeaderRecordRoute/ ok 1018_SipHeaderReferTo/ ok 1019_SipHeaderRequire/ ok 1020_SipHeaderRoute/ ok 1021_SipHeaderSubject/ ok 1022_SipHeaderSupported/ ok 1023_SipHeaderTo/ ok 1024_SipHeaderUnsupported/ ok 1025_SipHeaderUserAgent/ ok 1026_SipHeaderVia/ ok 1027_SipHeaderWWWAuthenticate/ ok 1028_SipHeaderWarning/ ok 2010_Session_inviteab_hangupab_udp/ ok 2011_Session_inviteab_hangupba_udp/ NOT THE EXPECTED OUTPUT 2013_Session_inviteab_hangupab_tcp/ NOT THE EXPECTED OUTPUT 2014_Session_inviteab_hangupba_tcp/ NOT THE EXPECTED OUTPUT 2021_simplestack_leak/ test returned an error code 2022_session_valgrind/ NOT THE EXPECTED OUTPUT 5001_scsim_verifypin/ ok 6001_packet_responses/ ok 6002_packet_unknown/ NOT THE EXPECTED OUTPUT 7001_sdp_audio1/ NOT THE EXPECTED OUTPUT Build fail: Revision: 3605 Machine: debian_unstable Machine addr: svn at dev.minisip.org Build: textui_oss_ldap STDERR: ========================================================== AUTOBUILD_INFO: processing libmutil... + set -e + LANG=C + export LANG + CYGWIN=binmode + export CYGWIN + amvers=no + '[' -n '' ']' + automake-1.10 --version + automake-1.9 --version + automake-1.8 --version + amvers=-1.8 + test -1.8 = no + libtoolize=no + libtoolize --version + libtoolize=libtoolize + test libtoolize = no + aclocal-1.8 -I m4 -I /home/svn/3605/usr/share/aclocal + libtoolize --copy --force --ltdl + autoconf + autoheader + automake-1.8 --add-missing --copy configure.ac: installing `config/install-sh' configure.ac: installing `config/missing' Makefile.am: installing `config/depcomp' + cd libltdl + aclocal-1.8 + autoconf + autoheader + automake-1.8 --add-missing --copy configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: dlfcn.h: proceeding with the compiler's result mkdir: cannot create directory `.libs': File exists AUTOBUILD_INFO: processing libmnetutil... + set -e + LANG=C + export LANG + CYGWIN=binmode + export CYGWIN + amvers=no + '[' -n '' ']' + automake-1.10 --version + automake-1.9 --version + automake-1.8 --version + amvers=-1.8 + test -1.8 = no + libtoolize=no + libtoolize --version + libtoolize=libtoolize + test libtoolize = no + aclocal-1.8 -I m4 -I /home/svn/3605/usr/share/aclocal + libtoolize --copy --force + autoconf + autoheader + automake-1.8 --add-missing --copy configure.ac: installing `config/install-sh' configure.ac: installing `config/missing' Makefile.am: installing `config/depcomp' configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: dlfcn.h: proceeding with the compiler's result libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries source/LdapConnection.cxx: In member function 'void LdapConnection::connect()': source/LdapConnection.cxx:132: error: 'ldap_init' was not declared in this scope source/LdapConnection.cxx:159: error: 'ldap_bind_s' was not declared in this scope source/LdapConnection.cxx: In member function 'bool LdapConnection::disconnect()': source/LdapConnection.cxx:172: error: 'ldap_unbind' was not declared in this scope source/LdapConnection.cxx: In member function 'std::vector, std::allocator > > LdapConnection::find(std::string, std::string, std::vector, std::allocator >, std::allocator, std::allocator > > >&, int)': source/LdapConnection.cxx:225: error: 'ldap_search_s' was not declared in this scope make[1]: *** [LdapConnection.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... source/LdapEntry.cxx: In constructor 'LdapEntry::LdapEntry(void*, void*)': source/LdapEntry.cxx:66: error: 'ldap_get_values' was not declared in this scope source/LdapEntry.cxx:70: error: 'ldap_value_free' was not declared in this scope make[1]: *** [LdapEntry.lo] Error 1 make: *** [all-recursive] Error 1 ERROR: Could not bootstrap/configure/compile/install libmnetutil ========================================================== Regression test details: ========== 2011_Session_inviteab_hangupba_udp/ =========== Changes detected: --- expected_output/expected_output 2008-09-12 14:47:33.000000000 +0200 +++ test_output 2008-09-12 16:08:25.000000000 +0200 @@ -32,7 +32,7 @@ IN (UDP): BYE sip:clientuser at 127.0.0.1:CPORT SIP/2.0 IN (UDP): Via: SIP/2.0/UDP 127.0.0.1:SPORT;rport;branch=branchstring IN (UDP): Max-Forwards: 70 -IN (UDP): From: +IN (UDP): From: ;tag=1681692777 IN (UDP): To: IN (UDP): CSeq: 800 BYE IN (UDP): Call-ID: callidstring @@ -42,7 +42,7 @@ OUT (UDP): SIP/2.0 200 ok OUT (UDP): Max-Forwards: 70 OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:SPORT;rport=SPORT;branch=branchstring -OUT (UDP): From: +OUT (UDP): From: ;tag=1681692777 OUT (UDP): To: OUT (UDP): CSeq: 800 BYE OUT (UDP): Call-ID: callidstring ========== 2013_Session_inviteab_hangupab_tcp/ =========== Changes detected: --- expected_output/expected_output 2008-09-12 14:47:33.000000000 +0200 +++ test_output 2008-09-12 16:08:31.000000000 +0200 @@ -5,7 +5,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): ========== 2014_Session_inviteab_hangupba_tcp/ =========== Changes detected: --- expected_output/expected_output 2008-09-12 14:47:33.000000000 +0200 +++ test_output 2008-09-12 16:08:40.000000000 +0200 @@ -5,7 +5,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): @@ -29,23 +29,3 @@ OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): -IN (STREAM): BYE sip:clientuser at 127.0.0.1:CLIENTPORT SIP/2.0 -IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport;branch=branchstring -IN (STREAM): Max-Forwards: 70 -IN (STREAM): From: -IN (STREAM): To: -IN (STREAM): CSeq: 800 BYE -IN (STREAM): Call-ID: callidstring -IN (STREAM): Content-Length: 0 -IN (STREAM): -IN (STREAM): -OUT (STREAM): SIP/2.0 200 ok -OUT (STREAM): Max-Forwards: 70 -OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport=REMOTETCPPORT;branch=branchstring -OUT (STREAM): From: -OUT (STREAM): To: -OUT (STREAM): CSeq: 800 BYE -OUT (STREAM): Call-ID: callidstring -OUT (STREAM): Content-Length: 0 -OUT (STREAM): -OUT (STREAM): ========== 2021_simplestack_leak/ =========== Build: g++-3.4 -Wall -g -o tst -I/home/svn/3605_regtest/usr/include -L/home/svn/3605_regtest/usr/lib tst.cxx -lmsip -lpthread -lssl make: g++-3.4: Command not found make: *** [tst] Error 127 Test output: ========== 2022_session_valgrind/ =========== Changes detected: --- expected_output/expected_output 2008-09-12 14:47:33.000000000 +0200 +++ test_output 2008-09-12 16:08:56.000000000 +0200 @@ -1,352 +1,56 @@ ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ==PID== Thread 2: -==PID== Syscall param socketcall.sendto(msg) points to uninitialised byte(s) -==PID== at 0xXXXXXXX: sendto (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: getifaddrs (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: NetworkFunctions::getInterfaceIPStr(std::string) (NetworkFunctions.cxx) -==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) -==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: start_thread (in /lib/tls/libpthread-2.3.6.so) -==PID== by 0xXXXXXXX: clone (in /lib/tls/libc-2.3.6.so) -==PID== Address 0xXXXXXXX is on thread 2's stack -==PID== -==PID== Syscall param socketcall.sendto(msg) points to uninitialised byte(s) -==PID== at 0xXXXXXXX: sendto (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: getifaddrs (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: NetworkFunctions::getInterfaceIPStr(std::string) (NetworkFunctions.cxx) -==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) -==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: start_thread (in /lib/tls/libpthread-2.3.6.so) -==PID== by 0xXXXXXXX: clone (in /lib/tls/libc-2.3.6.so) -==PID== Address 0xXXXXXXX is on thread 2's stack -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== ==PID== Invalid read of size 4 -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== Address 0xXXXXXXX is 24 bytes inside a block of size 27 alloc'd -==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:149) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) +==PID== at 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/i686/cmov/libc-2.7.so) ==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) ==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, MRef, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) ==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) +==PID== Address 0x48c1658 is 32 bytes inside a block of size 33 alloc'd +==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:207) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/i686/cmov/libc-2.7.so) ==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) ==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, MRef, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) ==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) OUT (STREAM): INVITE sip:erik at localhost:SERVERPORT SIP/2.0 OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring OUT (STREAM): Call-ID: callidstring @@ -354,7 +58,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): @@ -368,58 +72,156 @@ IN (STREAM): Content-Length: 0 IN (STREAM): IN (STREAM): -DISPATCHER: command NOT handled -OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): INVITE sip:erik at localhost:SERVERPORT SIP/2.0 OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring -OUT (STREAM): Max-Forwards: 70 OUT (STREAM): Call-ID: callidstring +OUT (STREAM): Max-Forwards: 50 OUT (STREAM): From: -OUT (STREAM): CSeq: 1 ACK OUT (STREAM): To: +OUT (STREAM): CSeq: 1 INVITE +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): -IN (STREAM): BYE sip:clientuser at 127.0.0.1:CLIENTPORT SIP/2.0 -IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport;branch=branchstring +IN (STREAM): SIP/2.0 200 ok IN (STREAM): Max-Forwards: 70 -IN (STREAM): From: -IN (STREAM): To: -IN (STREAM): CSeq: 800 BYE +IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport=REMOTETCPPORT;branch=branchstring IN (STREAM): Call-ID: callidstring +IN (STREAM): From: +IN (STREAM): To: +IN (STREAM): CSeq: 1 INVITE IN (STREAM): Content-Length: 0 IN (STREAM): IN (STREAM): -OUT (STREAM): SIP/2.0 200 ok +OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring OUT (STREAM): Max-Forwards: 70 -OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport=REMOTETCPPORT;branch=branchstring -OUT (STREAM): From: -OUT (STREAM): To: -OUT (STREAM): CSeq: 800 BYE OUT (STREAM): Call-ID: callidstring +OUT (STREAM): From: +OUT (STREAM): CSeq: 1 ACK +OUT (STREAM): To: OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): +OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring +OUT (STREAM): Max-Forwards: 70 +OUT (STREAM): Call-ID: callidstring +OUT (STREAM): From: +OUT (STREAM): CSeq: 1 ACK +OUT (STREAM): To: +OUT (STREAM): Content-Length: 0 +OUT (STREAM): +OUT (STREAM): +==PID== +==PID== Thread 4: +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c27c4 is 12 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c27bc is 4 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c27c4 is 12 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) ==PID== ==PID== Thread 1: ==PID== -==PID== 288 bytes in 4 blocks are possibly lost in loss record 73 of 76 -==PID== at 0xXXXXXXX: calloc (vg_replace_malloc.c:279) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_allocate_tls (in /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: pthread_create@@GLIBC_2.1 (in /lib/tls/libpthread-2.3.6.so) +==PID== 576 bytes in 4 blocks are possibly lost in loss record 69 of 74 +==PID== at 0xXXXXXXX: calloc (vg_replace_malloc.c:397) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: _dl_allocate_tls (in /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: pthread_create@@GLIBC_2.1 (in /lib/i686/cmov/libpthread-2.7.so) ==PID== by 0xXXXXXXX: Thread::Thread(MRef) (ThreadPosix.cxx) ==PID== by 0xXXXXXXX: ua_main(int, char**) (ua.cxx) ==PID== by 0xXXXXXXX: main (ua.cxx) ==PID== ==PID== -==PID== 1,301 bytes in 49 blocks are possibly lost in loss record 74 of 76 -==PID== at 0xXXXXXXX: operator new(unsigned) (vg_replace_malloc.c:163) -==PID== by 0xXXXXXXX: std::string::_Rep::_S_create(unsigned, unsigned, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.8) -==PID== by 0xXXXXXXX: (within /PREFIX/lib/libstdc++.so.6.0.8) -==PID== by 0xXXXXXXX: std::string::string(char const*, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.8) +==PID== 1,215 bytes in 48 blocks are possibly lost in loss record 71 of 74 +==PID== at 0xXXXXXXX: operator new(unsigned) (vg_replace_malloc.c:224) +==PID== by 0xXXXXXXX: std::string::_Rep::_S_create(unsigned, unsigned, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: (within /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::string::string(char const*, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.10) ==PID== by 0xXXXXXXX: __static_initialization_and_destruction_0(int, int) (SipHeaderVia.cxx) ==PID== by 0xXXXXXXX: (within /PREFIX/lib/libmsip.so.0.0.0) ==PID== by 0xXXXXXXX: (within /PREFIX/lib/libmsip.so.0.0.0) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== +==PID== +==PID== 22,192 (5,808 direct, 16,384 indirect) bytes in 4 blocks are definitely lost in loss record 73 of 74 +==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:207) +==PID== by 0xXXXXXXX: dns_new (udns_resolver.c:630) +==PID== by 0xXXXXXXX: DnsNaptrQueryPriv::DnsNaptrQueryPriv() (DnsNaptr.cxx) +==PID== by 0xXXXXXXX: DnsNaptrQuery::create() (DnsNaptr.cxx) +==PID== by 0xXXXXXXX: lookupNaptrTransport(SipUri const&, MRef&, std::string&) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::getDestination(MRef, std::string&, int&, MRef&) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) +==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) +==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) +==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) +==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) +==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) +==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) +==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) +==PID== by 0xXXXXXXX: SipStack::run() (SipStack.cxx) +==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) ========== 6002_packet_unknown/ =========== Changes detected: --- expected_output/expected_output 2008-09-12 14:47:33.000000000 +0200 +++ test_output 2008-09-12 16:09:10.000000000 +0200 @@ -1,11 +0,0 @@ -SIP/2.0 405 Method Not Allowed -Max-Forwards: 70 -Record-Route: -Via: SIP/2.0/UDP 192.16.125.71:LOCALPORT;branch=z9hG4bKnashds7 -From: "Tester" ;tag=8321234356 -To: "Autobuild Account" ;tag=9fxced76sl -Call-ID: 3848276298220188511 at 192.16.125.71 -CSeq: 1 UNKNOWN -Allow: INVITE,MESSAGE,BYE,ACK,OPTIONS,PRACK -Content-Length: 0 - ========== 7001_sdp_audio1/ =========== Changes detected: EXPECTED VALUE OR TEST OUTPUT NOT FOUND! From autobuild at minisip.org Fri Sep 12 19:28:50 2008 From: autobuild at minisip.org (autobuild at minisip.org) Date: Fri, 12 Sep 2008 17:28:50 -0000 Subject: auto build r3602: 1 of 8 builds failed - 7 regression tests failed Message-ID: <20080912172850.282DD23266@mail.minisip.org> Summary: debian_stable/confgui_debug: ok debian_unstable/default__gtk_textui_oss: ok debian_unstable/gtk_textui_alsa_zrtp: ok debian_unstable/gtk_textui_oss_smartcard: ok debian_unstable/package_deb_0.7.0-rREV_default: ok debian_unstable/textui_oss_ldap: FAIL debian_unstable/textui_oss_srp_onlineconf: ok mingw32_on_debian_unstable/gtk_dsound_debug: ok Regression test: 1001_SipHeaderAccept/ ok 1002_SipHeaderAcceptContact/ ok 1003_SipHeaderAuthorization/ ok 1004_SipHeaderCSeq/ ok 1005_SipHeaderCallID/ ok 1006_SipHeaderContact/ ok 1007_SipHeaderContentLength/ ok 1008_SipHeaderContentType/ ok 1009_SipHeaderEvent/ ok 1010_SipHeaderExpires/ ok 1011_SipHeaderFrom/ ok 1012_SipHeaderMaxForwards/ ok 1013_SipHeaderProxyAuthenticate/ ok 1014_SipHeaderProxyAuthorization/ ok 1015_SipHeaderRAck/ ok 1016_SipHeaderRSeq/ ok 1017_SipHeaderRecordRoute/ ok 1018_SipHeaderReferTo/ ok 1019_SipHeaderRequire/ ok 1020_SipHeaderRoute/ ok 1021_SipHeaderSubject/ ok 1022_SipHeaderSupported/ ok 1023_SipHeaderTo/ ok 1024_SipHeaderUnsupported/ ok 1025_SipHeaderUserAgent/ ok 1026_SipHeaderVia/ ok 1027_SipHeaderWWWAuthenticate/ ok 1028_SipHeaderWarning/ ok 2010_Session_inviteab_hangupab_udp/ ok 2011_Session_inviteab_hangupba_udp/ NOT THE EXPECTED OUTPUT 2013_Session_inviteab_hangupab_tcp/ NOT THE EXPECTED OUTPUT 2014_Session_inviteab_hangupba_tcp/ NOT THE EXPECTED OUTPUT 2021_simplestack_leak/ test returned an error code 2022_session_valgrind/ NOT THE EXPECTED OUTPUT 5001_scsim_verifypin/ ok 6001_packet_responses/ ok 6002_packet_unknown/ NOT THE EXPECTED OUTPUT 7001_sdp_audio1/ NOT THE EXPECTED OUTPUT Build fail: Revision: 3602 Machine: debian_unstable Machine addr: svn at dev.minisip.org Build: textui_oss_ldap STDERR: ========================================================== AUTOBUILD_INFO: processing libmutil... + set -e + LANG=C + export LANG + CYGWIN=binmode + export CYGWIN + amvers=no + '[' -n '' ']' + automake-1.10 --version + automake-1.9 --version + automake-1.8 --version + amvers=-1.8 + test -1.8 = no + libtoolize=no + libtoolize --version + libtoolize=libtoolize + test libtoolize = no + aclocal-1.8 -I m4 -I /home/svn/3602/usr/share/aclocal + libtoolize --copy --force --ltdl + autoconf + autoheader + automake-1.8 --add-missing --copy configure.ac: installing `config/install-sh' configure.ac: installing `config/missing' Makefile.am: installing `config/depcomp' + cd libltdl + aclocal-1.8 + autoconf + autoheader + automake-1.8 --add-missing --copy configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: dlfcn.h: proceeding with the compiler's result AUTOBUILD_INFO: processing libmnetutil... + set -e + LANG=C + export LANG + CYGWIN=binmode + export CYGWIN + amvers=no + '[' -n '' ']' + automake-1.10 --version + automake-1.9 --version + automake-1.8 --version + amvers=-1.8 + test -1.8 = no + libtoolize=no + libtoolize --version + libtoolize=libtoolize + test libtoolize = no + aclocal-1.8 -I m4 -I /home/svn/3602/usr/share/aclocal + libtoolize --copy --force + autoconf + autoheader + automake-1.8 --add-missing --copy configure.ac: installing `config/install-sh' configure.ac: installing `config/missing' Makefile.am: installing `config/depcomp' configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: dlfcn.h: proceeding with the compiler's result libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries source/LdapConnection.cxx: In member function 'void LdapConnection::connect()': source/LdapConnection.cxx:132: error: 'ldap_init' was not declared in this scope source/LdapConnection.cxx:159: error: 'ldap_bind_s' was not declared in this scope source/LdapConnection.cxx: In member function 'bool LdapConnection::disconnect()': source/LdapConnection.cxx:172: error: 'ldap_unbind' was not declared in this scope source/LdapConnection.cxx: In member function 'std::vector, std::allocator > > LdapConnection::find(std::string, std::string, std::vector, std::allocator >, std::allocator, std::allocator > > >&, int)': source/LdapConnection.cxx:225: error: 'ldap_search_s' was not declared in this scope make[1]: *** [LdapConnection.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... source/LdapEntry.cxx: In constructor 'LdapEntry::LdapEntry(void*, void*)': source/LdapEntry.cxx:66: error: 'ldap_get_values' was not declared in this scope source/LdapEntry.cxx:70: error: 'ldap_value_free' was not declared in this scope make[1]: *** [LdapEntry.lo] Error 1 make: *** [all-recursive] Error 1 ERROR: Could not bootstrap/configure/compile/install libmnetutil ========================================================== Regression test details: ========== 2011_Session_inviteab_hangupba_udp/ =========== Changes detected: --- expected_output/expected_output 2008-09-12 12:41:53.000000000 +0200 +++ test_output 2008-09-12 13:07:32.000000000 +0200 @@ -32,7 +32,7 @@ IN (UDP): BYE sip:clientuser at 127.0.0.1:CPORT SIP/2.0 IN (UDP): Via: SIP/2.0/UDP 127.0.0.1:SPORT;rport;branch=branchstring IN (UDP): Max-Forwards: 70 -IN (UDP): From: +IN (UDP): From: ;tag=1681692777 IN (UDP): To: IN (UDP): CSeq: 800 BYE IN (UDP): Call-ID: callidstring @@ -42,7 +42,7 @@ OUT (UDP): SIP/2.0 200 ok OUT (UDP): Max-Forwards: 70 OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:SPORT;rport=SPORT;branch=branchstring -OUT (UDP): From: +OUT (UDP): From: ;tag=1681692777 OUT (UDP): To: OUT (UDP): CSeq: 800 BYE OUT (UDP): Call-ID: callidstring ========== 2013_Session_inviteab_hangupab_tcp/ =========== Changes detected: --- expected_output/expected_output 2008-09-12 12:41:53.000000000 +0200 +++ test_output 2008-09-12 13:07:38.000000000 +0200 @@ -5,7 +5,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): ========== 2014_Session_inviteab_hangupba_tcp/ =========== Changes detected: --- expected_output/expected_output 2008-09-12 12:41:54.000000000 +0200 +++ test_output 2008-09-12 13:07:47.000000000 +0200 @@ -5,7 +5,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): @@ -29,23 +29,3 @@ OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): -IN (STREAM): BYE sip:clientuser at 127.0.0.1:CLIENTPORT SIP/2.0 -IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport;branch=branchstring -IN (STREAM): Max-Forwards: 70 -IN (STREAM): From: -IN (STREAM): To: -IN (STREAM): CSeq: 800 BYE -IN (STREAM): Call-ID: callidstring -IN (STREAM): Content-Length: 0 -IN (STREAM): -IN (STREAM): -OUT (STREAM): SIP/2.0 200 ok -OUT (STREAM): Max-Forwards: 70 -OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport=REMOTETCPPORT;branch=branchstring -OUT (STREAM): From: -OUT (STREAM): To: -OUT (STREAM): CSeq: 800 BYE -OUT (STREAM): Call-ID: callidstring -OUT (STREAM): Content-Length: 0 -OUT (STREAM): -OUT (STREAM): ========== 2021_simplestack_leak/ =========== Build: g++-3.4 -Wall -g -o tst -I/home/svn/3602_regtest/usr/include -L/home/svn/3602_regtest/usr/lib tst.cxx -lmsip -lpthread -lssl make: g++-3.4: Command not found make: *** [tst] Error 127 Test output: ========== 2022_session_valgrind/ =========== Changes detected: --- expected_output/expected_output 2008-09-12 12:41:54.000000000 +0200 +++ test_output 2008-09-12 13:08:00.000000000 +0200 @@ -1,352 +1,56 @@ ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ==PID== Thread 2: -==PID== Syscall param socketcall.sendto(msg) points to uninitialised byte(s) -==PID== at 0xXXXXXXX: sendto (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: getifaddrs (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: NetworkFunctions::getInterfaceIPStr(std::string) (NetworkFunctions.cxx) -==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) -==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: start_thread (in /lib/tls/libpthread-2.3.6.so) -==PID== by 0xXXXXXXX: clone (in /lib/tls/libc-2.3.6.so) -==PID== Address 0xXXXXXXX is on thread 2's stack -==PID== -==PID== Syscall param socketcall.sendto(msg) points to uninitialised byte(s) -==PID== at 0xXXXXXXX: sendto (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: getifaddrs (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: NetworkFunctions::getInterfaceIPStr(std::string) (NetworkFunctions.cxx) -==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) -==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: start_thread (in /lib/tls/libpthread-2.3.6.so) -==PID== by 0xXXXXXXX: clone (in /lib/tls/libc-2.3.6.so) -==PID== Address 0xXXXXXXX is on thread 2's stack -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== ==PID== Invalid read of size 4 -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== Address 0xXXXXXXX is 24 bytes inside a block of size 27 alloc'd -==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:149) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) +==PID== at 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/i686/cmov/libc-2.7.so) ==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) ==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, MRef, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) ==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) +==PID== Address 0x48c0e70 is 32 bytes inside a block of size 33 alloc'd +==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:207) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/i686/cmov/libc-2.7.so) ==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) ==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, MRef, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) ==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) OUT (STREAM): INVITE sip:erik at localhost:SERVERPORT SIP/2.0 OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring OUT (STREAM): Call-ID: callidstring @@ -354,7 +58,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): @@ -368,58 +72,156 @@ IN (STREAM): Content-Length: 0 IN (STREAM): IN (STREAM): -DISPATCHER: command NOT handled -OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): INVITE sip:erik at localhost:SERVERPORT SIP/2.0 OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring -OUT (STREAM): Max-Forwards: 70 OUT (STREAM): Call-ID: callidstring +OUT (STREAM): Max-Forwards: 50 OUT (STREAM): From: -OUT (STREAM): CSeq: 1 ACK OUT (STREAM): To: +OUT (STREAM): CSeq: 1 INVITE +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): -IN (STREAM): BYE sip:clientuser at 127.0.0.1:CLIENTPORT SIP/2.0 -IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport;branch=branchstring +IN (STREAM): SIP/2.0 200 ok IN (STREAM): Max-Forwards: 70 -IN (STREAM): From: -IN (STREAM): To: -IN (STREAM): CSeq: 800 BYE +IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport=REMOTETCPPORT;branch=branchstring IN (STREAM): Call-ID: callidstring +IN (STREAM): From: +IN (STREAM): To: +IN (STREAM): CSeq: 1 INVITE IN (STREAM): Content-Length: 0 IN (STREAM): IN (STREAM): -OUT (STREAM): SIP/2.0 200 ok +OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring OUT (STREAM): Max-Forwards: 70 -OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport=REMOTETCPPORT;branch=branchstring -OUT (STREAM): From: -OUT (STREAM): To: -OUT (STREAM): CSeq: 800 BYE OUT (STREAM): Call-ID: callidstring +OUT (STREAM): From: +OUT (STREAM): CSeq: 1 ACK +OUT (STREAM): To: OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): +OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring +OUT (STREAM): Max-Forwards: 70 +OUT (STREAM): Call-ID: callidstring +OUT (STREAM): From: +OUT (STREAM): CSeq: 1 ACK +OUT (STREAM): To: +OUT (STREAM): Content-Length: 0 +OUT (STREAM): +OUT (STREAM): +==PID== +==PID== Thread 4: +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c1fdc is 12 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c1fd4 is 4 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c1fdc is 12 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) ==PID== ==PID== Thread 1: ==PID== -==PID== 288 bytes in 4 blocks are possibly lost in loss record 73 of 76 -==PID== at 0xXXXXXXX: calloc (vg_replace_malloc.c:279) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_allocate_tls (in /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: pthread_create@@GLIBC_2.1 (in /lib/tls/libpthread-2.3.6.so) +==PID== 576 bytes in 4 blocks are possibly lost in loss record 69 of 74 +==PID== at 0xXXXXXXX: calloc (vg_replace_malloc.c:397) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: _dl_allocate_tls (in /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: pthread_create@@GLIBC_2.1 (in /lib/i686/cmov/libpthread-2.7.so) ==PID== by 0xXXXXXXX: Thread::Thread(MRef) (ThreadPosix.cxx) ==PID== by 0xXXXXXXX: ua_main(int, char**) (ua.cxx) ==PID== by 0xXXXXXXX: main (ua.cxx) ==PID== ==PID== -==PID== 1,301 bytes in 49 blocks are possibly lost in loss record 74 of 76 -==PID== at 0xXXXXXXX: operator new(unsigned) (vg_replace_malloc.c:163) -==PID== by 0xXXXXXXX: std::string::_Rep::_S_create(unsigned, unsigned, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.8) -==PID== by 0xXXXXXXX: (within /PREFIX/lib/libstdc++.so.6.0.8) -==PID== by 0xXXXXXXX: std::string::string(char const*, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.8) +==PID== 1,215 bytes in 48 blocks are possibly lost in loss record 71 of 74 +==PID== at 0xXXXXXXX: operator new(unsigned) (vg_replace_malloc.c:224) +==PID== by 0xXXXXXXX: std::string::_Rep::_S_create(unsigned, unsigned, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: (within /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::string::string(char const*, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.10) ==PID== by 0xXXXXXXX: __static_initialization_and_destruction_0(int, int) (SipHeaderVia.cxx) ==PID== by 0xXXXXXXX: (within /PREFIX/lib/libmsip.so.0.0.0) ==PID== by 0xXXXXXXX: (within /PREFIX/lib/libmsip.so.0.0.0) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== +==PID== +==PID== 22,192 (5,808 direct, 16,384 indirect) bytes in 4 blocks are definitely lost in loss record 73 of 74 +==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:207) +==PID== by 0xXXXXXXX: dns_new (udns_resolver.c:630) +==PID== by 0xXXXXXXX: DnsNaptrQueryPriv::DnsNaptrQueryPriv() (DnsNaptr.cxx) +==PID== by 0xXXXXXXX: DnsNaptrQuery::create() (DnsNaptr.cxx) +==PID== by 0xXXXXXXX: lookupNaptrTransport(SipUri const&, MRef&, std::string&) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::getDestination(MRef, std::string&, int&, MRef&) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) +==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) +==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) +==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) +==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) +==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) +==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) +==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) +==PID== by 0xXXXXXXX: SipStack::run() (SipStack.cxx) +==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) ========== 6002_packet_unknown/ =========== Changes detected: --- expected_output/expected_output 2008-09-12 12:41:54.000000000 +0200 +++ test_output 2008-09-12 13:08:13.000000000 +0200 @@ -1,11 +0,0 @@ -SIP/2.0 405 Method Not Allowed -Max-Forwards: 70 -Record-Route: -Via: SIP/2.0/UDP 192.16.125.71:LOCALPORT;branch=z9hG4bKnashds7 -From: "Tester" ;tag=8321234356 -To: "Autobuild Account" ;tag=9fxced76sl -Call-ID: 3848276298220188511 at 192.16.125.71 -CSeq: 1 UNKNOWN -Allow: INVITE,MESSAGE,BYE,ACK,OPTIONS,PRACK -Content-Length: 0 - ========== 7001_sdp_audio1/ =========== Changes detected: EXPECTED VALUE OR TEST OUTPUT NOT FOUND! From autobuild at minisip.org Fri Sep 12 19:46:06 2008 From: autobuild at minisip.org (autobuild at minisip.org) Date: Fri, 12 Sep 2008 17:46:06 -0000 Subject: auto build r3603: 1 of 8 builds failed - 7 regression tests failed Message-ID: <20080912174606.1541123068@mail.minisip.org> Summary: debian_stable/confgui_debug: ok debian_unstable/default__gtk_textui_oss: ok debian_unstable/gtk_textui_alsa_zrtp: ok debian_unstable/gtk_textui_oss_smartcard: ok debian_unstable/package_deb_0.7.0-rREV_default: ok debian_unstable/textui_oss_ldap: FAIL debian_unstable/textui_oss_srp_onlineconf: ok mingw32_on_debian_unstable/gtk_dsound_debug: ok Regression test: 1001_SipHeaderAccept/ ok 1002_SipHeaderAcceptContact/ ok 1003_SipHeaderAuthorization/ ok 1004_SipHeaderCSeq/ ok 1005_SipHeaderCallID/ ok 1006_SipHeaderContact/ ok 1007_SipHeaderContentLength/ ok 1008_SipHeaderContentType/ ok 1009_SipHeaderEvent/ ok 1010_SipHeaderExpires/ ok 1011_SipHeaderFrom/ ok 1012_SipHeaderMaxForwards/ ok 1013_SipHeaderProxyAuthenticate/ ok 1014_SipHeaderProxyAuthorization/ ok 1015_SipHeaderRAck/ ok 1016_SipHeaderRSeq/ ok 1017_SipHeaderRecordRoute/ ok 1018_SipHeaderReferTo/ ok 1019_SipHeaderRequire/ ok 1020_SipHeaderRoute/ ok 1021_SipHeaderSubject/ ok 1022_SipHeaderSupported/ ok 1023_SipHeaderTo/ ok 1024_SipHeaderUnsupported/ ok 1025_SipHeaderUserAgent/ ok 1026_SipHeaderVia/ ok 1027_SipHeaderWWWAuthenticate/ ok 1028_SipHeaderWarning/ ok 2010_Session_inviteab_hangupab_udp/ ok 2011_Session_inviteab_hangupba_udp/ NOT THE EXPECTED OUTPUT 2013_Session_inviteab_hangupab_tcp/ NOT THE EXPECTED OUTPUT 2014_Session_inviteab_hangupba_tcp/ NOT THE EXPECTED OUTPUT 2021_simplestack_leak/ test returned an error code 2022_session_valgrind/ NOT THE EXPECTED OUTPUT 5001_scsim_verifypin/ ok 6001_packet_responses/ ok 6002_packet_unknown/ NOT THE EXPECTED OUTPUT 7001_sdp_audio1/ NOT THE EXPECTED OUTPUT Build fail: Revision: 3603 Machine: debian_unstable Machine addr: svn at dev.minisip.org Build: textui_oss_ldap STDERR: ========================================================== AUTOBUILD_INFO: processing libmutil... + set -e + LANG=C + export LANG + CYGWIN=binmode + export CYGWIN + amvers=no + '[' -n '' ']' + automake-1.10 --version + automake-1.9 --version + automake-1.8 --version + amvers=-1.8 + test -1.8 = no + libtoolize=no + libtoolize --version + libtoolize=libtoolize + test libtoolize = no + aclocal-1.8 -I m4 -I /home/svn/3603/usr/share/aclocal + libtoolize --copy --force --ltdl + autoconf + autoheader + automake-1.8 --add-missing --copy configure.ac: installing `config/install-sh' configure.ac: installing `config/missing' Makefile.am: installing `config/depcomp' + cd libltdl + aclocal-1.8 + autoconf + autoheader + automake-1.8 --add-missing --copy configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: dlfcn.h: proceeding with the compiler's result AUTOBUILD_INFO: processing libmnetutil... + set -e + LANG=C + export LANG + CYGWIN=binmode + export CYGWIN + amvers=no + '[' -n '' ']' + automake-1.10 --version + automake-1.9 --version + automake-1.8 --version + amvers=-1.8 + test -1.8 = no + libtoolize=no + libtoolize --version + libtoolize=libtoolize + test libtoolize = no + aclocal-1.8 -I m4 -I /home/svn/3603/usr/share/aclocal + libtoolize --copy --force + autoconf + autoheader + automake-1.8 --add-missing --copy configure.ac: installing `config/install-sh' configure.ac: installing `config/missing' Makefile.am: installing `config/depcomp' configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: dlfcn.h: proceeding with the compiler's result mkdir: cannot create directory `.libs': File exists libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries mkdir: cannot create directory `.libs': File exists source/LdapConnection.cxx: In member function 'void LdapConnection::connect()': source/LdapConnection.cxx:132: error: 'ldap_init' was not declared in this scope source/LdapConnection.cxx:159: error: 'ldap_bind_s' was not declared in this scope source/LdapConnection.cxx: In member function 'bool LdapConnection::disconnect()': source/LdapConnection.cxx:172: error: 'ldap_unbind' was not declared in this scope source/LdapConnection.cxx: In member function 'std::vector, std::allocator > > LdapConnection::find(std::string, std::string, std::vector, std::allocator >, std::allocator, std::allocator > > >&, int)': source/LdapConnection.cxx:225: error: 'ldap_search_s' was not declared in this scope make[1]: *** [LdapConnection.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... source/LdapEntry.cxx: In constructor 'LdapEntry::LdapEntry(void*, void*)': source/LdapEntry.cxx:66: error: 'ldap_get_values' was not declared in this scope source/LdapEntry.cxx:70: error: 'ldap_value_free' was not declared in this scope make[1]: *** [LdapEntry.lo] Error 1 make: *** [all-recursive] Error 1 ERROR: Could not bootstrap/configure/compile/install libmnetutil ========================================================== Regression test details: ========== 2011_Session_inviteab_hangupba_udp/ =========== Changes detected: --- expected_output/expected_output 2008-09-12 13:18:49.000000000 +0200 +++ test_output 2008-09-12 13:51:56.000000000 +0200 @@ -32,7 +32,7 @@ IN (UDP): BYE sip:clientuser at 127.0.0.1:CPORT SIP/2.0 IN (UDP): Via: SIP/2.0/UDP 127.0.0.1:SPORT;rport;branch=branchstring IN (UDP): Max-Forwards: 70 -IN (UDP): From: +IN (UDP): From: ;tag=1681692777 IN (UDP): To: IN (UDP): CSeq: 800 BYE IN (UDP): Call-ID: callidstring @@ -42,7 +42,7 @@ OUT (UDP): SIP/2.0 200 ok OUT (UDP): Max-Forwards: 70 OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:SPORT;rport=SPORT;branch=branchstring -OUT (UDP): From: +OUT (UDP): From: ;tag=1681692777 OUT (UDP): To: OUT (UDP): CSeq: 800 BYE OUT (UDP): Call-ID: callidstring ========== 2013_Session_inviteab_hangupab_tcp/ =========== Changes detected: --- expected_output/expected_output 2008-09-12 13:18:49.000000000 +0200 +++ test_output 2008-09-12 13:52:02.000000000 +0200 @@ -5,7 +5,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): ========== 2014_Session_inviteab_hangupba_tcp/ =========== Changes detected: --- expected_output/expected_output 2008-09-12 13:18:49.000000000 +0200 +++ test_output 2008-09-12 13:52:12.000000000 +0200 @@ -5,7 +5,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): @@ -29,23 +29,3 @@ OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): -IN (STREAM): BYE sip:clientuser at 127.0.0.1:CLIENTPORT SIP/2.0 -IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport;branch=branchstring -IN (STREAM): Max-Forwards: 70 -IN (STREAM): From: -IN (STREAM): To: -IN (STREAM): CSeq: 800 BYE -IN (STREAM): Call-ID: callidstring -IN (STREAM): Content-Length: 0 -IN (STREAM): -IN (STREAM): -OUT (STREAM): SIP/2.0 200 ok -OUT (STREAM): Max-Forwards: 70 -OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport=REMOTETCPPORT;branch=branchstring -OUT (STREAM): From: -OUT (STREAM): To: -OUT (STREAM): CSeq: 800 BYE -OUT (STREAM): Call-ID: callidstring -OUT (STREAM): Content-Length: 0 -OUT (STREAM): -OUT (STREAM): ========== 2021_simplestack_leak/ =========== Build: g++-3.4 -Wall -g -o tst -I/home/svn/3603_regtest/usr/include -L/home/svn/3603_regtest/usr/lib tst.cxx -lmsip -lpthread -lssl make: g++-3.4: Command not found make: *** [tst] Error 127 Test output: ========== 2022_session_valgrind/ =========== Changes detected: --- expected_output/expected_output 2008-09-12 13:18:49.000000000 +0200 +++ test_output 2008-09-12 13:52:26.000000000 +0200 @@ -1,352 +1,56 @@ ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ==PID== Thread 2: -==PID== Syscall param socketcall.sendto(msg) points to uninitialised byte(s) -==PID== at 0xXXXXXXX: sendto (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: getifaddrs (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: NetworkFunctions::getInterfaceIPStr(std::string) (NetworkFunctions.cxx) -==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) -==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: start_thread (in /lib/tls/libpthread-2.3.6.so) -==PID== by 0xXXXXXXX: clone (in /lib/tls/libc-2.3.6.so) -==PID== Address 0xXXXXXXX is on thread 2's stack -==PID== -==PID== Syscall param socketcall.sendto(msg) points to uninitialised byte(s) -==PID== at 0xXXXXXXX: sendto (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: getifaddrs (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: NetworkFunctions::getInterfaceIPStr(std::string) (NetworkFunctions.cxx) -==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) -==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: start_thread (in /lib/tls/libpthread-2.3.6.so) -==PID== by 0xXXXXXXX: clone (in /lib/tls/libc-2.3.6.so) -==PID== Address 0xXXXXXXX is on thread 2's stack -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== ==PID== Invalid read of size 4 -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== Address 0xXXXXXXX is 24 bytes inside a block of size 27 alloc'd -==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:149) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) +==PID== at 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/i686/cmov/libc-2.7.so) ==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) ==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, MRef, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) ==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) +==PID== Address 0x48c0e60 is 32 bytes inside a block of size 33 alloc'd +==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:207) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/i686/cmov/libc-2.7.so) ==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) ==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, MRef, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) ==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) OUT (STREAM): INVITE sip:erik at localhost:SERVERPORT SIP/2.0 OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring OUT (STREAM): Call-ID: callidstring @@ -354,7 +58,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): @@ -368,58 +72,156 @@ IN (STREAM): Content-Length: 0 IN (STREAM): IN (STREAM): -DISPATCHER: command NOT handled -OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): INVITE sip:erik at localhost:SERVERPORT SIP/2.0 OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring -OUT (STREAM): Max-Forwards: 70 OUT (STREAM): Call-ID: callidstring +OUT (STREAM): Max-Forwards: 50 OUT (STREAM): From: -OUT (STREAM): CSeq: 1 ACK OUT (STREAM): To: +OUT (STREAM): CSeq: 1 INVITE +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): -IN (STREAM): BYE sip:clientuser at 127.0.0.1:CLIENTPORT SIP/2.0 -IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport;branch=branchstring +IN (STREAM): SIP/2.0 200 ok IN (STREAM): Max-Forwards: 70 -IN (STREAM): From: -IN (STREAM): To: -IN (STREAM): CSeq: 800 BYE +IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport=REMOTETCPPORT;branch=branchstring IN (STREAM): Call-ID: callidstring +IN (STREAM): From: +IN (STREAM): To: +IN (STREAM): CSeq: 1 INVITE IN (STREAM): Content-Length: 0 IN (STREAM): IN (STREAM): -OUT (STREAM): SIP/2.0 200 ok +OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring OUT (STREAM): Max-Forwards: 70 -OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport=REMOTETCPPORT;branch=branchstring -OUT (STREAM): From: -OUT (STREAM): To: -OUT (STREAM): CSeq: 800 BYE OUT (STREAM): Call-ID: callidstring +OUT (STREAM): From: +OUT (STREAM): CSeq: 1 ACK +OUT (STREAM): To: OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): +OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring +OUT (STREAM): Max-Forwards: 70 +OUT (STREAM): Call-ID: callidstring +OUT (STREAM): From: +OUT (STREAM): CSeq: 1 ACK +OUT (STREAM): To: +OUT (STREAM): Content-Length: 0 +OUT (STREAM): +OUT (STREAM): +==PID== +==PID== Thread 4: +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c1fcc is 12 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c1fc4 is 4 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c1fcc is 12 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) ==PID== ==PID== Thread 1: ==PID== -==PID== 288 bytes in 4 blocks are possibly lost in loss record 73 of 76 -==PID== at 0xXXXXXXX: calloc (vg_replace_malloc.c:279) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_allocate_tls (in /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: pthread_create@@GLIBC_2.1 (in /lib/tls/libpthread-2.3.6.so) +==PID== 576 bytes in 4 blocks are possibly lost in loss record 69 of 74 +==PID== at 0xXXXXXXX: calloc (vg_replace_malloc.c:397) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: _dl_allocate_tls (in /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: pthread_create@@GLIBC_2.1 (in /lib/i686/cmov/libpthread-2.7.so) ==PID== by 0xXXXXXXX: Thread::Thread(MRef) (ThreadPosix.cxx) ==PID== by 0xXXXXXXX: ua_main(int, char**) (ua.cxx) ==PID== by 0xXXXXXXX: main (ua.cxx) ==PID== ==PID== -==PID== 1,301 bytes in 49 blocks are possibly lost in loss record 74 of 76 -==PID== at 0xXXXXXXX: operator new(unsigned) (vg_replace_malloc.c:163) -==PID== by 0xXXXXXXX: std::string::_Rep::_S_create(unsigned, unsigned, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.8) -==PID== by 0xXXXXXXX: (within /PREFIX/lib/libstdc++.so.6.0.8) -==PID== by 0xXXXXXXX: std::string::string(char const*, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.8) +==PID== 1,213 bytes in 48 blocks are possibly lost in loss record 71 of 74 +==PID== at 0xXXXXXXX: operator new(unsigned) (vg_replace_malloc.c:224) +==PID== by 0xXXXXXXX: std::string::_Rep::_S_create(unsigned, unsigned, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: (within /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::string::string(char const*, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.10) ==PID== by 0xXXXXXXX: __static_initialization_and_destruction_0(int, int) (SipHeaderVia.cxx) ==PID== by 0xXXXXXXX: (within /PREFIX/lib/libmsip.so.0.0.0) ==PID== by 0xXXXXXXX: (within /PREFIX/lib/libmsip.so.0.0.0) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== +==PID== +==PID== 22,192 (5,808 direct, 16,384 indirect) bytes in 4 blocks are definitely lost in loss record 73 of 74 +==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:207) +==PID== by 0xXXXXXXX: dns_new (udns_resolver.c:630) +==PID== by 0xXXXXXXX: DnsNaptrQueryPriv::DnsNaptrQueryPriv() (DnsNaptr.cxx) +==PID== by 0xXXXXXXX: DnsNaptrQuery::create() (DnsNaptr.cxx) +==PID== by 0xXXXXXXX: lookupNaptrTransport(SipUri const&, MRef&, std::string&) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::getDestination(MRef, std::string&, int&, MRef&) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) +==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) +==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) +==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) +==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) +==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) +==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) +==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) +==PID== by 0xXXXXXXX: SipStack::run() (SipStack.cxx) +==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) ========== 6002_packet_unknown/ =========== Changes detected: --- expected_output/expected_output 2008-09-12 13:18:49.000000000 +0200 +++ test_output 2008-09-12 13:52:39.000000000 +0200 @@ -1,11 +0,0 @@ -SIP/2.0 405 Method Not Allowed -Max-Forwards: 70 -Record-Route: -Via: SIP/2.0/UDP 192.16.125.71:LOCALPORT;branch=z9hG4bKnashds7 -From: "Tester" ;tag=8321234356 -To: "Autobuild Account" ;tag=9fxced76sl -Call-ID: 3848276298220188511 at 192.16.125.71 -CSeq: 1 UNKNOWN -Allow: INVITE,MESSAGE,BYE,ACK,OPTIONS,PRACK -Content-Length: 0 - ========== 7001_sdp_audio1/ =========== Changes detected: EXPECTED VALUE OR TEST OUTPUT NOT FOUND! From autobuild at minisip.org Fri Sep 12 20:29:51 2008 From: autobuild at minisip.org (autobuild at minisip.org) Date: Fri, 12 Sep 2008 18:29:51 -0000 Subject: auto build r3606: 1 of 8 builds failed - 7 regression tests failed Message-ID: <20080912182950.ECC0B23132@mail.minisip.org> Summary: debian_stable/confgui_debug: ok debian_unstable/default__gtk_textui_oss: ok debian_unstable/gtk_textui_alsa_zrtp: ok debian_unstable/gtk_textui_oss_smartcard: ok debian_unstable/package_deb_0.7.0-rREV_default: ok debian_unstable/textui_oss_ldap: FAIL debian_unstable/textui_oss_srp_onlineconf: ok mingw32_on_debian_unstable/gtk_dsound_debug: ok Regression test: 1001_SipHeaderAccept/ ok 1002_SipHeaderAcceptContact/ ok 1003_SipHeaderAuthorization/ ok 1004_SipHeaderCSeq/ ok 1005_SipHeaderCallID/ ok 1006_SipHeaderContact/ ok 1007_SipHeaderContentLength/ ok 1008_SipHeaderContentType/ ok 1009_SipHeaderEvent/ ok 1010_SipHeaderExpires/ ok 1011_SipHeaderFrom/ ok 1012_SipHeaderMaxForwards/ ok 1013_SipHeaderProxyAuthenticate/ ok 1014_SipHeaderProxyAuthorization/ ok 1015_SipHeaderRAck/ ok 1016_SipHeaderRSeq/ ok 1017_SipHeaderRecordRoute/ ok 1018_SipHeaderReferTo/ ok 1019_SipHeaderRequire/ ok 1020_SipHeaderRoute/ ok 1021_SipHeaderSubject/ ok 1022_SipHeaderSupported/ ok 1023_SipHeaderTo/ ok 1024_SipHeaderUnsupported/ ok 1025_SipHeaderUserAgent/ ok 1026_SipHeaderVia/ ok 1027_SipHeaderWWWAuthenticate/ ok 1028_SipHeaderWarning/ ok 2010_Session_inviteab_hangupab_udp/ ok 2011_Session_inviteab_hangupba_udp/ NOT THE EXPECTED OUTPUT 2013_Session_inviteab_hangupab_tcp/ NOT THE EXPECTED OUTPUT 2014_Session_inviteab_hangupba_tcp/ NOT THE EXPECTED OUTPUT 2021_simplestack_leak/ test returned an error code 2022_session_valgrind/ NOT THE EXPECTED OUTPUT 5001_scsim_verifypin/ ok 6001_packet_responses/ ok 6002_packet_unknown/ NOT THE EXPECTED OUTPUT 7001_sdp_audio1/ NOT THE EXPECTED OUTPUT Build fail: Revision: 3606 Machine: debian_unstable Machine addr: svn at dev.minisip.org Build: textui_oss_ldap STDERR: ========================================================== AUTOBUILD_INFO: processing libmutil... + set -e + LANG=C + export LANG + CYGWIN=binmode + export CYGWIN + amvers=no + '[' -n '' ']' + automake-1.10 --version + automake-1.9 --version + automake-1.8 --version + amvers=-1.8 + test -1.8 = no + libtoolize=no + libtoolize --version + libtoolize=libtoolize + test libtoolize = no + aclocal-1.8 -I m4 -I /home/svn/3606/usr/share/aclocal + libtoolize --copy --force --ltdl + autoconf + autoheader + automake-1.8 --add-missing --copy configure.ac: installing `config/install-sh' configure.ac: installing `config/missing' Makefile.am: installing `config/depcomp' + cd libltdl + aclocal-1.8 + autoconf + autoheader + automake-1.8 --add-missing --copy configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: dlfcn.h: proceeding with the compiler's result AUTOBUILD_INFO: processing libmnetutil... + set -e + LANG=C + export LANG + CYGWIN=binmode + export CYGWIN + amvers=no + '[' -n '' ']' + automake-1.10 --version + automake-1.9 --version + automake-1.8 --version + amvers=-1.8 + test -1.8 = no + libtoolize=no + libtoolize --version + libtoolize=libtoolize + test libtoolize = no + aclocal-1.8 -I m4 -I /home/svn/3606/usr/share/aclocal + libtoolize --copy --force + autoconf + autoheader + automake-1.8 --add-missing --copy configure.ac: installing `config/install-sh' configure.ac: installing `config/missing' Makefile.am: installing `config/depcomp' configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: dlfcn.h: proceeding with the compiler's result libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries source/LdapConnection.cxx: In member function 'void LdapConnection::connect()': source/LdapConnection.cxx:132: error: 'ldap_init' was not declared in this scope source/LdapConnection.cxx:159: error: 'ldap_bind_s' was not declared in this scope source/LdapConnection.cxx: In member function 'bool LdapConnection::disconnect()': source/LdapConnection.cxx:172: error: 'ldap_unbind' was not declared in this scope source/LdapConnection.cxx: In member function 'std::vector, std::allocator > > LdapConnection::find(std::string, std::string, std::vector, std::allocator >, std::allocator, std::allocator > > >&, int)': source/LdapConnection.cxx:225: error: 'ldap_search_s' was not declared in this scope make[1]: *** [LdapConnection.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [all-recursive] Error 1 ERROR: Could not bootstrap/configure/compile/install libmnetutil ========================================================== Regression test details: ========== 2011_Session_inviteab_hangupba_udp/ =========== Changes detected: --- expected_output/expected_output 2008-09-12 14:59:56.000000000 +0200 +++ test_output 2008-09-12 16:11:30.000000000 +0200 @@ -32,7 +32,7 @@ IN (UDP): BYE sip:clientuser at 127.0.0.1:CPORT SIP/2.0 IN (UDP): Via: SIP/2.0/UDP 127.0.0.1:SPORT;rport;branch=branchstring IN (UDP): Max-Forwards: 70 -IN (UDP): From: +IN (UDP): From: ;tag=1681692777 IN (UDP): To: IN (UDP): CSeq: 800 BYE IN (UDP): Call-ID: callidstring @@ -42,7 +42,7 @@ OUT (UDP): SIP/2.0 200 ok OUT (UDP): Max-Forwards: 70 OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:SPORT;rport=SPORT;branch=branchstring -OUT (UDP): From: +OUT (UDP): From: ;tag=1681692777 OUT (UDP): To: OUT (UDP): CSeq: 800 BYE OUT (UDP): Call-ID: callidstring ========== 2013_Session_inviteab_hangupab_tcp/ =========== Changes detected: --- expected_output/expected_output 2008-09-12 14:59:56.000000000 +0200 +++ test_output 2008-09-12 16:11:36.000000000 +0200 @@ -5,7 +5,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): ========== 2014_Session_inviteab_hangupba_tcp/ =========== Changes detected: --- expected_output/expected_output 2008-09-12 14:59:58.000000000 +0200 +++ test_output 2008-09-12 16:11:45.000000000 +0200 @@ -5,7 +5,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): @@ -29,23 +29,3 @@ OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): -IN (STREAM): BYE sip:clientuser at 127.0.0.1:CLIENTPORT SIP/2.0 -IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport;branch=branchstring -IN (STREAM): Max-Forwards: 70 -IN (STREAM): From: -IN (STREAM): To: -IN (STREAM): CSeq: 800 BYE -IN (STREAM): Call-ID: callidstring -IN (STREAM): Content-Length: 0 -IN (STREAM): -IN (STREAM): -OUT (STREAM): SIP/2.0 200 ok -OUT (STREAM): Max-Forwards: 70 -OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport=REMOTETCPPORT;branch=branchstring -OUT (STREAM): From: -OUT (STREAM): To: -OUT (STREAM): CSeq: 800 BYE -OUT (STREAM): Call-ID: callidstring -OUT (STREAM): Content-Length: 0 -OUT (STREAM): -OUT (STREAM): ========== 2021_simplestack_leak/ =========== Build: g++-3.4 -Wall -g -o tst -I/home/svn/3606_regtest/usr/include -L/home/svn/3606_regtest/usr/lib tst.cxx -lmsip -lpthread -lssl make: g++-3.4: Command not found make: *** [tst] Error 127 Test output: ========== 2022_session_valgrind/ =========== Changes detected: --- expected_output/expected_output 2008-09-12 14:59:59.000000000 +0200 +++ test_output 2008-09-12 16:12:02.000000000 +0200 @@ -1,352 +1,56 @@ ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ==PID== Thread 2: -==PID== Syscall param socketcall.sendto(msg) points to uninitialised byte(s) -==PID== at 0xXXXXXXX: sendto (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: getifaddrs (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: NetworkFunctions::getInterfaceIPStr(std::string) (NetworkFunctions.cxx) -==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) -==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: start_thread (in /lib/tls/libpthread-2.3.6.so) -==PID== by 0xXXXXXXX: clone (in /lib/tls/libc-2.3.6.so) -==PID== Address 0xXXXXXXX is on thread 2's stack -==PID== -==PID== Syscall param socketcall.sendto(msg) points to uninitialised byte(s) -==PID== at 0xXXXXXXX: sendto (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: getifaddrs (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: NetworkFunctions::getInterfaceIPStr(std::string) (NetworkFunctions.cxx) -==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) -==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: start_thread (in /lib/tls/libpthread-2.3.6.so) -==PID== by 0xXXXXXXX: clone (in /lib/tls/libc-2.3.6.so) -==PID== Address 0xXXXXXXX is on thread 2's stack -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== ==PID== Invalid read of size 4 -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== Address 0xXXXXXXX is 24 bytes inside a block of size 27 alloc'd -==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:149) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) +==PID== at 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/i686/cmov/libc-2.7.so) ==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) ==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, MRef, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) ==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) +==PID== Address 0x48c0e60 is 32 bytes inside a block of size 33 alloc'd +==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:207) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/i686/cmov/libc-2.7.so) ==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) ==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, MRef, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) ==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) OUT (STREAM): INVITE sip:erik at localhost:SERVERPORT SIP/2.0 OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring OUT (STREAM): Call-ID: callidstring @@ -354,7 +58,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): @@ -368,58 +72,156 @@ IN (STREAM): Content-Length: 0 IN (STREAM): IN (STREAM): -DISPATCHER: command NOT handled -OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): INVITE sip:erik at localhost:SERVERPORT SIP/2.0 OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring -OUT (STREAM): Max-Forwards: 70 OUT (STREAM): Call-ID: callidstring +OUT (STREAM): Max-Forwards: 50 OUT (STREAM): From: -OUT (STREAM): CSeq: 1 ACK OUT (STREAM): To: +OUT (STREAM): CSeq: 1 INVITE +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): -IN (STREAM): BYE sip:clientuser at 127.0.0.1:CLIENTPORT SIP/2.0 -IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport;branch=branchstring +IN (STREAM): SIP/2.0 200 ok IN (STREAM): Max-Forwards: 70 -IN (STREAM): From: -IN (STREAM): To: -IN (STREAM): CSeq: 800 BYE +IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport=REMOTETCPPORT;branch=branchstring IN (STREAM): Call-ID: callidstring +IN (STREAM): From: +IN (STREAM): To: +IN (STREAM): CSeq: 1 INVITE IN (STREAM): Content-Length: 0 IN (STREAM): IN (STREAM): -OUT (STREAM): SIP/2.0 200 ok +OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring OUT (STREAM): Max-Forwards: 70 -OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport=REMOTETCPPORT;branch=branchstring -OUT (STREAM): From: -OUT (STREAM): To: -OUT (STREAM): CSeq: 800 BYE OUT (STREAM): Call-ID: callidstring +OUT (STREAM): From: +OUT (STREAM): CSeq: 1 ACK +OUT (STREAM): To: OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): +OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring +OUT (STREAM): Max-Forwards: 70 +OUT (STREAM): Call-ID: callidstring +OUT (STREAM): From: +OUT (STREAM): CSeq: 1 ACK +OUT (STREAM): To: +OUT (STREAM): Content-Length: 0 +OUT (STREAM): +OUT (STREAM): +==PID== +==PID== Thread 4: +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c27b4 is 12 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c27ac is 4 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c27b4 is 12 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) ==PID== ==PID== Thread 1: ==PID== -==PID== 288 bytes in 4 blocks are possibly lost in loss record 73 of 76 -==PID== at 0xXXXXXXX: calloc (vg_replace_malloc.c:279) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_allocate_tls (in /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: pthread_create@@GLIBC_2.1 (in /lib/tls/libpthread-2.3.6.so) +==PID== 576 bytes in 4 blocks are possibly lost in loss record 69 of 74 +==PID== at 0xXXXXXXX: calloc (vg_replace_malloc.c:397) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: _dl_allocate_tls (in /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: pthread_create@@GLIBC_2.1 (in /lib/i686/cmov/libpthread-2.7.so) ==PID== by 0xXXXXXXX: Thread::Thread(MRef) (ThreadPosix.cxx) ==PID== by 0xXXXXXXX: ua_main(int, char**) (ua.cxx) ==PID== by 0xXXXXXXX: main (ua.cxx) ==PID== ==PID== -==PID== 1,301 bytes in 49 blocks are possibly lost in loss record 74 of 76 -==PID== at 0xXXXXXXX: operator new(unsigned) (vg_replace_malloc.c:163) -==PID== by 0xXXXXXXX: std::string::_Rep::_S_create(unsigned, unsigned, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.8) -==PID== by 0xXXXXXXX: (within /PREFIX/lib/libstdc++.so.6.0.8) -==PID== by 0xXXXXXXX: std::string::string(char const*, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.8) +==PID== 1,213 bytes in 48 blocks are possibly lost in loss record 71 of 74 +==PID== at 0xXXXXXXX: operator new(unsigned) (vg_replace_malloc.c:224) +==PID== by 0xXXXXXXX: std::string::_Rep::_S_create(unsigned, unsigned, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: (within /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::string::string(char const*, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.10) ==PID== by 0xXXXXXXX: __static_initialization_and_destruction_0(int, int) (SipHeaderVia.cxx) ==PID== by 0xXXXXXXX: (within /PREFIX/lib/libmsip.so.0.0.0) ==PID== by 0xXXXXXXX: (within /PREFIX/lib/libmsip.so.0.0.0) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== +==PID== +==PID== 22,192 (5,808 direct, 16,384 indirect) bytes in 4 blocks are definitely lost in loss record 73 of 74 +==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:207) +==PID== by 0xXXXXXXX: dns_new (udns_resolver.c:630) +==PID== by 0xXXXXXXX: DnsNaptrQueryPriv::DnsNaptrQueryPriv() (DnsNaptr.cxx) +==PID== by 0xXXXXXXX: DnsNaptrQuery::create() (DnsNaptr.cxx) +==PID== by 0xXXXXXXX: lookupNaptrTransport(SipUri const&, MRef&, std::string&) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::getDestination(MRef, std::string&, int&, MRef&) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) +==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) +==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) +==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) +==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) +==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) +==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) +==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) +==PID== by 0xXXXXXXX: SipStack::run() (SipStack.cxx) +==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) ========== 6002_packet_unknown/ =========== Changes detected: --- expected_output/expected_output 2008-09-12 14:59:57.000000000 +0200 +++ test_output 2008-09-12 16:12:18.000000000 +0200 @@ -1,11 +0,0 @@ -SIP/2.0 405 Method Not Allowed -Max-Forwards: 70 -Record-Route: -Via: SIP/2.0/UDP 192.16.125.71:LOCALPORT;branch=z9hG4bKnashds7 -From: "Tester" ;tag=8321234356 -To: "Autobuild Account" ;tag=9fxced76sl -Call-ID: 3848276298220188511 at 192.16.125.71 -CSeq: 1 UNKNOWN -Allow: INVITE,MESSAGE,BYE,ACK,OPTIONS,PRACK -Content-Length: 0 - ========== 7001_sdp_audio1/ =========== Changes detected: EXPECTED VALUE OR TEST OUTPUT NOT FOUND! From autobuild at minisip.org Fri Sep 12 20:56:16 2008 From: autobuild at minisip.org (autobuild at minisip.org) Date: Fri, 12 Sep 2008 18:56:16 -0000 Subject: auto build r3604: 1 of 8 builds failed - 7 regression tests failed Message-ID: <20080912185615.DB2962328A@mail.minisip.org> Summary: debian_stable/confgui_debug: ok debian_unstable/default__gtk_textui_oss: ok debian_unstable/gtk_textui_alsa_zrtp: ok debian_unstable/gtk_textui_oss_smartcard: ok debian_unstable/package_deb_0.7.0-rREV_default: ok debian_unstable/textui_oss_ldap: FAIL debian_unstable/textui_oss_srp_onlineconf: ok mingw32_on_debian_unstable/gtk_dsound_debug: ok Regression test: 1001_SipHeaderAccept/ ok 1002_SipHeaderAcceptContact/ ok 1003_SipHeaderAuthorization/ ok 1004_SipHeaderCSeq/ ok 1005_SipHeaderCallID/ ok 1006_SipHeaderContact/ ok 1007_SipHeaderContentLength/ ok 1008_SipHeaderContentType/ ok 1009_SipHeaderEvent/ ok 1010_SipHeaderExpires/ ok 1011_SipHeaderFrom/ ok 1012_SipHeaderMaxForwards/ ok 1013_SipHeaderProxyAuthenticate/ ok 1014_SipHeaderProxyAuthorization/ ok 1015_SipHeaderRAck/ ok 1016_SipHeaderRSeq/ ok 1017_SipHeaderRecordRoute/ ok 1018_SipHeaderReferTo/ ok 1019_SipHeaderRequire/ ok 1020_SipHeaderRoute/ ok 1021_SipHeaderSubject/ ok 1022_SipHeaderSupported/ ok 1023_SipHeaderTo/ ok 1024_SipHeaderUnsupported/ ok 1025_SipHeaderUserAgent/ ok 1026_SipHeaderVia/ ok 1027_SipHeaderWWWAuthenticate/ ok 1028_SipHeaderWarning/ ok 2010_Session_inviteab_hangupab_udp/ ok 2011_Session_inviteab_hangupba_udp/ NOT THE EXPECTED OUTPUT 2013_Session_inviteab_hangupab_tcp/ NOT THE EXPECTED OUTPUT 2014_Session_inviteab_hangupba_tcp/ NOT THE EXPECTED OUTPUT 2021_simplestack_leak/ test returned an error code 2022_session_valgrind/ NOT THE EXPECTED OUTPUT 5001_scsim_verifypin/ ok 6001_packet_responses/ ok 6002_packet_unknown/ NOT THE EXPECTED OUTPUT 7001_sdp_audio1/ NOT THE EXPECTED OUTPUT Build fail: Revision: 3604 Machine: debian_unstable Machine addr: svn at dev.minisip.org Build: textui_oss_ldap STDERR: ========================================================== AUTOBUILD_INFO: processing libmutil... + set -e + LANG=C + export LANG + CYGWIN=binmode + export CYGWIN + amvers=no + '[' -n '' ']' + automake-1.10 --version + automake-1.9 --version + automake-1.8 --version + amvers=-1.8 + test -1.8 = no + libtoolize=no + libtoolize --version + libtoolize=libtoolize + test libtoolize = no + aclocal-1.8 -I m4 -I /home/svn/3604/usr/share/aclocal + libtoolize --copy --force --ltdl + autoconf + autoheader + automake-1.8 --add-missing --copy configure.ac: installing `config/install-sh' configure.ac: installing `config/missing' Makefile.am: installing `config/depcomp' + cd libltdl + aclocal-1.8 + autoconf + autoheader + automake-1.8 --add-missing --copy configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: dlfcn.h: proceeding with the compiler's result AUTOBUILD_INFO: processing libmnetutil... + set -e + LANG=C + export LANG + CYGWIN=binmode + export CYGWIN + amvers=no + '[' -n '' ']' + automake-1.10 --version + automake-1.9 --version + automake-1.8 --version + amvers=-1.8 + test -1.8 = no + libtoolize=no + libtoolize --version + libtoolize=libtoolize + test libtoolize = no + aclocal-1.8 -I m4 -I /home/svn/3604/usr/share/aclocal + libtoolize --copy --force + autoconf + autoheader + automake-1.8 --add-missing --copy configure.ac: installing `config/install-sh' configure.ac: installing `config/missing' Makefile.am: installing `config/depcomp' configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: dlfcn.h: proceeding with the compiler's result libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries source/LdapConnection.cxx: In member function 'void LdapConnection::connect()': source/LdapConnection.cxx:132: error: 'ldap_init' was not declared in this scope source/LdapConnection.cxx:159: error: 'ldap_bind_s' was not declared in this scope source/LdapConnection.cxx: In member function 'bool LdapConnection::disconnect()': source/LdapConnection.cxx:172: error: 'ldap_unbind' was not declared in this scope source/LdapConnection.cxx: In member function 'std::vector, std::allocator > > LdapConnection::find(std::string, std::string, std::vector, std::allocator >, std::allocator, std::allocator > > >&, int)': source/LdapConnection.cxx:225: error: 'ldap_search_s' was not declared in this scope make[1]: *** [LdapConnection.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... source/LdapEntry.cxx: In constructor 'LdapEntry::LdapEntry(void*, void*)': source/LdapEntry.cxx:66: error: 'ldap_get_values' was not declared in this scope source/LdapEntry.cxx:70: error: 'ldap_value_free' was not declared in this scope make[1]: *** [LdapEntry.lo] Error 1 make: *** [all-recursive] Error 1 ERROR: Could not bootstrap/configure/compile/install libmnetutil ========================================================== Regression test details: ========== 2011_Session_inviteab_hangupba_udp/ =========== Changes detected: --- expected_output/expected_output 2008-09-12 14:40:17.000000000 +0200 +++ test_output 2008-09-12 16:03:43.000000000 +0200 @@ -32,7 +32,7 @@ IN (UDP): BYE sip:clientuser at 127.0.0.1:CPORT SIP/2.0 IN (UDP): Via: SIP/2.0/UDP 127.0.0.1:SPORT;rport;branch=branchstring IN (UDP): Max-Forwards: 70 -IN (UDP): From: +IN (UDP): From: ;tag=1681692777 IN (UDP): To: IN (UDP): CSeq: 800 BYE IN (UDP): Call-ID: callidstring @@ -42,7 +42,7 @@ OUT (UDP): SIP/2.0 200 ok OUT (UDP): Max-Forwards: 70 OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:SPORT;rport=SPORT;branch=branchstring -OUT (UDP): From: +OUT (UDP): From: ;tag=1681692777 OUT (UDP): To: OUT (UDP): CSeq: 800 BYE OUT (UDP): Call-ID: callidstring ========== 2013_Session_inviteab_hangupab_tcp/ =========== Changes detected: --- expected_output/expected_output 2008-09-12 14:40:17.000000000 +0200 +++ test_output 2008-09-12 16:03:49.000000000 +0200 @@ -5,7 +5,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): ========== 2014_Session_inviteab_hangupba_tcp/ =========== Changes detected: --- expected_output/expected_output 2008-09-12 14:40:17.000000000 +0200 +++ test_output 2008-09-12 16:03:59.000000000 +0200 @@ -5,7 +5,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): @@ -29,23 +29,3 @@ OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): -IN (STREAM): BYE sip:clientuser at 127.0.0.1:CLIENTPORT SIP/2.0 -IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport;branch=branchstring -IN (STREAM): Max-Forwards: 70 -IN (STREAM): From: -IN (STREAM): To: -IN (STREAM): CSeq: 800 BYE -IN (STREAM): Call-ID: callidstring -IN (STREAM): Content-Length: 0 -IN (STREAM): -IN (STREAM): -OUT (STREAM): SIP/2.0 200 ok -OUT (STREAM): Max-Forwards: 70 -OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport=REMOTETCPPORT;branch=branchstring -OUT (STREAM): From: -OUT (STREAM): To: -OUT (STREAM): CSeq: 800 BYE -OUT (STREAM): Call-ID: callidstring -OUT (STREAM): Content-Length: 0 -OUT (STREAM): -OUT (STREAM): ========== 2021_simplestack_leak/ =========== Build: g++-3.4 -Wall -g -o tst -I/home/svn/3604_regtest/usr/include -L/home/svn/3604_regtest/usr/lib tst.cxx -lmsip -lpthread -lssl make: g++-3.4: Command not found make: *** [tst] Error 127 Test output: ========== 2022_session_valgrind/ =========== Changes detected: --- expected_output/expected_output 2008-09-12 14:40:17.000000000 +0200 +++ test_output 2008-09-12 16:04:14.000000000 +0200 @@ -1,352 +1,56 @@ ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ---PID-- DWARF2 CFI reader: unhandled CFI instruction 0:50 ==PID== Thread 2: -==PID== Syscall param socketcall.sendto(msg) points to uninitialised byte(s) -==PID== at 0xXXXXXXX: sendto (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: getifaddrs (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: NetworkFunctions::getInterfaceIPStr(std::string) (NetworkFunctions.cxx) -==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) -==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: start_thread (in /lib/tls/libpthread-2.3.6.so) -==PID== by 0xXXXXXXX: clone (in /lib/tls/libc-2.3.6.so) -==PID== Address 0xXXXXXXX is on thread 2's stack -==PID== -==PID== Syscall param socketcall.sendto(msg) points to uninitialised byte(s) -==PID== at 0xXXXXXXX: sendto (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: getifaddrs (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: NetworkFunctions::getInterfaceIPStr(std::string) (NetworkFunctions.cxx) -==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) -==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) -==PID== by 0xXXXXXXX: start_thread (in /lib/tls/libpthread-2.3.6.so) -==PID== by 0xXXXXXXX: clone (in /lib/tls/libc-2.3.6.so) -==PID== Address 0xXXXXXXX is on thread 2's stack -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== ==PID== Invalid read of size 4 -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== Address 0xXXXXXXX is 24 bytes inside a block of size 27 alloc'd -==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:149) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) +==PID== at 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/i686/cmov/libc-2.7.so) ==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) ==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, MRef, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) ==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) +==PID== Address 0x48c0e70 is 32 bytes inside a block of size 33 alloc'd +==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:207) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/i686/cmov/libc-2.7.so) +==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/i686/cmov/libc-2.7.so) ==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) ==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, MRef, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) ==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) ==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) ==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) -==PID== -==PID== Conditional jump or move depends on uninitialised value(s) -==PID== at 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_open (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: __libc_dlopen_mode (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_lookup_function (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: __nss_hosts_lookup (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2_r (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: gethostbyname2 (in /lib/tls/libc-2.3.6.so) -==PID== by 0xXXXXXXX: IP4Address::IP4Address(std::string) (IP4Address.cxx) -==PID== by 0xXXXXXXX: IPAddress::create(std::string const&) (IPAddress.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, int, std::string, std::string, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) -==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) -==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) -==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) -==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (StateMachine.h:299) -==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) -==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) OUT (STREAM): INVITE sip:erik at localhost:SERVERPORT SIP/2.0 OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring OUT (STREAM): Call-ID: callidstring @@ -354,7 +58,7 @@ OUT (STREAM): From: OUT (STREAM): To: OUT (STREAM): CSeq: 1 INVITE -OUT (STREAM): Contact: ;expires=1000 +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): @@ -368,58 +72,156 @@ IN (STREAM): Content-Length: 0 IN (STREAM): IN (STREAM): -DISPATCHER: command NOT handled -OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): INVITE sip:erik at localhost:SERVERPORT SIP/2.0 OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring -OUT (STREAM): Max-Forwards: 70 OUT (STREAM): Call-ID: callidstring +OUT (STREAM): Max-Forwards: 50 OUT (STREAM): From: -OUT (STREAM): CSeq: 1 ACK OUT (STREAM): To: +OUT (STREAM): CSeq: 1 INVITE +OUT (STREAM): Contact: ;expires=1000 OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): -IN (STREAM): BYE sip:clientuser at 127.0.0.1:CLIENTPORT SIP/2.0 -IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport;branch=branchstring +IN (STREAM): SIP/2.0 200 ok IN (STREAM): Max-Forwards: 70 -IN (STREAM): From: -IN (STREAM): To: -IN (STREAM): CSeq: 800 BYE +IN (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport=REMOTETCPPORT;branch=branchstring IN (STREAM): Call-ID: callidstring +IN (STREAM): From: +IN (STREAM): To: +IN (STREAM): CSeq: 1 INVITE IN (STREAM): Content-Length: 0 IN (STREAM): IN (STREAM): -OUT (STREAM): SIP/2.0 200 ok +OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring OUT (STREAM): Max-Forwards: 70 -OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:SERVERPORT;rport=REMOTETCPPORT;branch=branchstring -OUT (STREAM): From: -OUT (STREAM): To: -OUT (STREAM): CSeq: 800 BYE OUT (STREAM): Call-ID: callidstring +OUT (STREAM): From: +OUT (STREAM): CSeq: 1 ACK +OUT (STREAM): To: OUT (STREAM): Content-Length: 0 OUT (STREAM): OUT (STREAM): +OUT (STREAM): ACK sip:erik at localhost:SERVERPORT SIP/2.0 +OUT (STREAM): Via: SIP/2.0/TCP 127.0.0.1:CLIENTPORT;rport;branch=branchstring +OUT (STREAM): Max-Forwards: 70 +OUT (STREAM): Call-ID: callidstring +OUT (STREAM): From: +OUT (STREAM): CSeq: 1 ACK +OUT (STREAM): To: +OUT (STREAM): Content-Length: 0 +OUT (STREAM): +OUT (STREAM): +==PID== +==PID== Thread 4: +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c27c4 is 12 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c27bc is 4 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== +==PID== Invalid read of size 4 +==PID== at 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: SocketServer::run() (stl_tree.h:266) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) +==PID== Address 0x48c27c4 is 12 bytes inside a block of size 32 free'd +==PID== at 0xXXXXXXX: operator delete(void*) (vg_replace_malloc.c:342) +==PID== by 0xXXXXXXX: SocketServer::removeSocket(MRef) (new_allocator.h:97) +==PID== by 0xXXXXXXX: SipLayerTransport::removeSocket(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::streamSocketRead(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: StreamThreadData::inputReady(MRef) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SocketServer::run() (SocketServer.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) ==PID== ==PID== Thread 1: ==PID== -==PID== 288 bytes in 4 blocks are possibly lost in loss record 73 of 76 -==PID== at 0xXXXXXXX: calloc (vg_replace_malloc.c:279) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: _dl_allocate_tls (in /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: pthread_create@@GLIBC_2.1 (in /lib/tls/libpthread-2.3.6.so) +==PID== 576 bytes in 4 blocks are possibly lost in loss record 69 of 74 +==PID== at 0xXXXXXXX: calloc (vg_replace_malloc.c:397) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: _dl_allocate_tls (in /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: pthread_create@@GLIBC_2.1 (in /lib/i686/cmov/libpthread-2.7.so) ==PID== by 0xXXXXXXX: Thread::Thread(MRef) (ThreadPosix.cxx) ==PID== by 0xXXXXXXX: ua_main(int, char**) (ua.cxx) ==PID== by 0xXXXXXXX: main (ua.cxx) ==PID== ==PID== -==PID== 1,301 bytes in 49 blocks are possibly lost in loss record 74 of 76 -==PID== at 0xXXXXXXX: operator new(unsigned) (vg_replace_malloc.c:163) -==PID== by 0xXXXXXXX: std::string::_Rep::_S_create(unsigned, unsigned, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.8) -==PID== by 0xXXXXXXX: (within /PREFIX/lib/libstdc++.so.6.0.8) -==PID== by 0xXXXXXXX: std::string::string(char const*, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.8) +==PID== 1,215 bytes in 48 blocks are possibly lost in loss record 71 of 74 +==PID== at 0xXXXXXXX: operator new(unsigned) (vg_replace_malloc.c:224) +==PID== by 0xXXXXXXX: std::string::_Rep::_S_create(unsigned, unsigned, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: (within /PREFIX/lib/libstdc++.so.6.0.10) +==PID== by 0xXXXXXXX: std::string::string(char const*, std::allocator const&) (in /PREFIX/lib/libstdc++.so.6.0.10) ==PID== by 0xXXXXXXX: __static_initialization_and_destruction_0(int, int) (SipHeaderVia.cxx) ==PID== by 0xXXXXXXX: (within /PREFIX/lib/libmsip.so.0.0.0) ==PID== by 0xXXXXXXX: (within /PREFIX/lib/libmsip.so.0.0.0) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) -==PID== by 0xXXXXXXX: (within /lib/ld-2.3.6.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== by 0xXXXXXXX: (within /lib/ld-2.7.so) +==PID== +==PID== +==PID== 22,192 (5,808 direct, 16,384 indirect) bytes in 4 blocks are definitely lost in loss record 73 of 74 +==PID== at 0xXXXXXXX: malloc (vg_replace_malloc.c:207) +==PID== by 0xXXXXXXX: dns_new (udns_resolver.c:630) +==PID== by 0xXXXXXXX: DnsNaptrQueryPriv::DnsNaptrQueryPriv() (DnsNaptr.cxx) +==PID== by 0xXXXXXXX: DnsNaptrQuery::create() (DnsNaptr.cxx) +==PID== by 0xXXXXXXX: lookupNaptrTransport(SipUri const&, MRef&, std::string&) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::getDestination(MRef, std::string&, int&, MRef&) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipLayerTransport::sendMessage(MRef, std::string const&, bool) (SipLayerTransport.cxx) +==PID== by 0xXXXXXXX: SipTransaction::send(MRef, bool, std::string) (SipTransaction.cxx) +==PID== by 0xXXXXXXX: SipTransactionInviteClient::a0_start_calling_INVITE(SipSMCommand const&) (SipTransactionInviteClient.cxx) +==PID== by 0xXXXXXXX: StateTransition::handleCommand(SipSMCommand const&) (StateMachine.h:346) +==PID== by 0xXXXXXXX: State::handleCommand(SipSMCommand const&) (StateMachine.h:299) +==PID== by 0xXXXXXXX: StateMachine::handleCommand(SipSMCommand const&) (StateMachine.h:215) +==PID== by 0xXXXXXXX: SipTransaction::handleCommand(SipSMCommand const&) (SipTransaction.cxx) +==PID== by 0xXXXXXXX: SipLayerTransaction::defaultCommandHandler(SipSMCommand const&) (SipLayerTransaction.cxx) +==PID== by 0xXXXXXXX: SipLayerTransaction::handleCommand(SipSMCommand const&) (SipLayerTransaction.cxx) +==PID== by 0xXXXXXXX: SipCommandDispatcher::handleCommand(SipSMCommand const&) (SipCommandDispatcher.cxx) +==PID== by 0xXXXXXXX: SipCommandDispatcher::run() (SipCommandDispatcher.cxx) +==PID== by 0xXXXXXXX: SipStackInternal::run() (SipStackInternal.cxx) +==PID== by 0xXXXXXXX: SipStack::run() (SipStack.cxx) +==PID== by 0xXXXXXXX: MyApp::run() (ua.cxx) +==PID== by 0xXXXXXXX: startRunnable(MRef) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: LinuxThreadStarter(void*) (ThreadPosix.cxx) +==PID== by 0xXXXXXXX: start_thread (in /lib/i686/cmov/libpthread-2.7.so) +==PID== by 0xXXXXXXX: clone (in /lib/i686/cmov/libc-2.7.so) ========== 6002_packet_unknown/ =========== Changes detected: --- expected_output/expected_output 2008-09-12 14:40:17.000000000 +0200 +++ test_output 2008-09-12 16:04:28.000000000 +0200 @@ -1,11 +0,0 @@ -SIP/2.0 405 Method Not Allowed -Max-Forwards: 70 -Record-Route: -Via: SIP/2.0/UDP 192.16.125.71:LOCALPORT;branch=z9hG4bKnashds7 -From: "Tester" ;tag=8321234356 -To: "Autobuild Account" ;tag=9fxced76sl -Call-ID: 3848276298220188511 at 192.16.125.71 -CSeq: 1 UNKNOWN -Allow: INVITE,MESSAGE,BYE,ACK,OPTIONS,PRACK -Content-Length: 0 - ========== 7001_sdp_audio1/ =========== Changes detected: EXPECTED VALUE OR TEST OUTPUT NOT FOUND!