I compiled brand new kamailio, and use my kamailio.cfg
$> git branch -v
* master ec0ba37 jsonrpc-c: proper error handling for pipe cmd callback
$> kamcmd core.info
{
version: kamailio 4.4.0-dev2
id: ec0ba3
compiler: gcc 4.7.2
compiled: 22:33:06 Aug 27 2015
flags: STATS: Off, USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, USE_RAW_SOCKS, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC, F_MALLOC, DBG_F_MALLOC, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLACKLIST, HAVE_RESOLV_RES
}
kamcmd core.shmmem
shows still consumed shmmem and did not freeError on TCP connection, remote peer probably closed the socket: Connection reset by peer.
and the test finished.ERROR: <core> [tcp_read.c:271]: tcp_read_data(): error reading: Connection reset by peer (104)
ERROR: <core> [tcp_read.c:1296]: tcp_read_req(): ERROR: tcp_read_req: error reading
seems like all fd were gone.
—
Reply to this email directly or view it on GitHub.