after the domain module fix, my proxy started, but after handling a few messages, it crashed like this:
(gdb) where #0 0x00007f916bcd8b92 in relay_reply (t=0x7f9166c6af98, p_msg=0xffffffffffffffff, branch=0, msg_status=408, cancel_data=0x7fff4a6b44a0, do_put_on_wait=0) at t_reply.c:1786 #1 0x00007f916bd0aa50 in fake_reply (t=0x7f9166c6af98, branch=0, code=408) at timer.c:328 #2 0x00007f916bd0aeeb in final_response_handler (r_buf=0x7f9166c6b1b0, t=0x7f9166c6af98) at timer.c:500 #3 0x00007f916bd0af94 in retr_buf_handler (ticks=1738640990, tl=0x7f9166c6b1d0, p=0xfffffffe) at timer.c:558 #4 0x00000000004ac2d0 in slow_timer_main () at timer.c:1130 #5 0x000000000052f397 in main_loop () at main.c:1634 #6 0x00000000005354e8 in main (argc=17, argv=0x7fff4a6b4968) at main.c:2566
-- juha
Juha Heinanen writes:
this morning i have had three cashes:
46476 -rw------- 1 root root 59711488 Sep 23 08:09 core.sip-proxy.sig11.25403 46476 -rw------- 1 root root 59752448 Sep 23 08:09 core.sip-proxy.sig11.25434 46488 -rw------- 1 root root 59752448 Sep 23 07:23 core.sip-proxy.sig11.24546
the one in above is from the last one. the first two go like this:
(gdb) where #0 0x00007fc34d8218db in free_cell (dead_cell=0x7fc3488173b0) at h_table.c:133 #1 0x00007fc34d823635 in free_hash_table () at h_table.c:432 #2 0x00007fc34d8a9ef6 in tm_shutdown () at t_funcs.c:90 #3 0x000000000053dea9 in destroy_modules () at sr_module.c:805 #4 0x0000000000524039 in cleanup (show_status=1) at main.c:519 #5 0x000000000052564d in shutdown_children (sig=15, show_status=1) at main.c:661 #6 0x0000000000527cf5 in handle_sigs () at main.c:752 #7 0x0000000000530288 in main_loop () at main.c:1707 #8 0x00000000005354e8 in main (argc=17, argv=0x7fff4b7e6a48) at main.c:2566
(gdb) where #0 0x00000000004aaf1b in timer_list_expire (t=478423712, h=0x7fc348081360, slow_l=0x7fc348082948, slow_mark=330) at timer.c:862 #1 0x00000000004ab3e5 in timer_handler () at timer.c:938 #2 0x00000000004ab853 in timer_main () at timer.c:977 #3 0x000000000052f690 in main_loop () at main.c:1650 #4 0x00000000005354e8 in main (argc=17, argv=0x7fff4b7e6a48) at main.c:2566
-- juha
Have you start it with -x qm or without?
From the core of the next bt, can you get:
frame 0 p *t p *p_msg info locals
Daniel
On 23/09/15 07:45, Juha Heinanen wrote:
Hi Daniel, Juha
What does -x switch do? I don't see it in kamailio -h....?
On Wed, 23 Sep 2015 at 09:56 Juha Heinanen jh@tutpro.com wrote:
Hello Jason,
it is a new command line parameter, I will add it to -h output asap.
It is to select the memory manager, it is no longer required to re-compile everything to use either f_malloc, q_malloc or tlsf_malloc, they can be specified with -x qm, fm or tlsf.
Cheers, Daniel
On 23/09/15 10:06, Jason Penton wrote:
btw, I sent an announcement about this change to sr-dev and sr-users, with more details:
- http://lists.sip-router.org/pipermail/sr-users/2015-September/089896.html
Daniel
On 23/09/15 10:21, Daniel-Constantin Mierla wrote:
Okay cool, very nice!
Cheers Jason
On Wed, 23 Sep 2015 at 10:22 Daniel-Constantin Mierla miconda@gmail.com wrote:
Daniel-Constantin Mierla writes:
when i start k with -x qm, i have not managed to get a crash. however, if i start k without -x qm, it crashes reliably, for example:
(gdb) where #0 0x0000000000641acc in fm_extract_free (qm=0x7f28c8dd4000, frag=0x7f28c958e4a0) at mem/f_malloc.c:181 #1 0x0000000000643689 in fm_join_frag (qm=0x7f28c8dd4000, f=0x7f28c958e468) at mem/f_malloc.c:556 #2 0x00000000006445ac in fm_free (qmp=0x7f28c8dd4000, p=0x7f28c958e4a0, file=0x7f28ce687f1d "tm: h_table.c", func=0x7f28ce6881bb <__FUNCTION__.9593> "free_cell", line=162) at mem/f_malloc.c:624 #3 0x00007f28ce5c1c12 in free_cell (dead_cell=0x7f28c95eb6c0) at h_table.c:162 #4 0x00007f28ce64449e in wait_handler (ti=1463515017, wait_tl=0x7f28c95eb740, data=0x7f28c95eb6c0) at timer.c:648 #5 0x00000000004aaf88 in timer_list_expire (t=1463515017, h=0x7f28c8e21360, slow_l=0x7f28c8e21e38, slow_mark=153) at timer.c:873 #6 0x00000000004ab3e5 in timer_handler () at timer.c:938 #7 0x00000000004ab853 in timer_main () at timer.c:977 #8 0x000000000052f690 in main_loop () at main.c:1650 #9 0x00000000005354e8 in main (argc=17, argv=0x7ffcfb5ef7a8) at main.c:2566
-- juha
I am investigating. Can you get the following:
frame 0 info locals p *qm p *frag frame 1 info locals p *f p *n
Thanks, Daniel
On 23/09/15 10:15, Juha Heinanen wrote:
Daniel-Constantin Mierla writes:
below, juha
(gdb) where #0 0x0000000000641acc in fm_extract_free (qm=0x7f28c8dd4000, frag=0x7f28c958e4a0) at mem/f_malloc.c:181 #1 0x0000000000643689 in fm_join_frag (qm=0x7f28c8dd4000, f=0x7f28c958e468) at mem/f_malloc.c:556 #2 0x00000000006445ac in fm_free (qmp=0x7f28c8dd4000, p=0x7f28c958e4a0, file=0x7f28ce687f1d "tm: h_table.c", func=0x7f28ce6881bb <__FUNCTION__.9593> "free_cell", line=162) at mem/f_malloc.c:624 #3 0x00007f28ce5c1c12 in free_cell (dead_cell=0x7f28c95eb6c0) at h_table.c:162 #4 0x00007f28ce64449e in wait_handler (ti=1463515017, wait_tl=0x7f28c95eb740, data=0x7f28c95eb6c0) at timer.c:648 #5 0x00000000004aaf88 in timer_list_expire (t=1463515017, h=0x7f28c8e21360, slow_l=0x7f28c8e21e38, slow_mark=153) at timer.c:873 #6 0x00000000004ab3e5 in timer_handler () at timer.c:938 #7 0x00000000004ab853 in timer_main () at timer.c:977 #8 0x000000000052f690 in main_loop () at main.c:1650 #9 0x00000000005354e8 in main (argc=17, argv=0x7ffcfb5ef7a8) at main.c:2566 (gdb) frame 0 #0 0x0000000000641acc in fm_extract_free (qm=0x7f28c8dd4000, frag=0x7f28c958e4a0) at mem/f_malloc.c:181 181 in mem/f_malloc.c (gdb) info locals hash = 0 (gdb) p *qm $1 = {type = 0, size = 33554432, used = 9897648, real_used = 12086720, max_real_used = 14388152, ffrags = 458, first_frag = 0x7f28c8ddc478, last_frag = 0x7f28cadd3fc8, free_bitmap = {16744946372034692092, 1120719044992065561, 9339679536520168981, 14286416929179686995, 5188168829682976772, 72568841176608, 2199023255697, 2305983746702065672, 4400193994756, 1152921504607044097, 9225638267758575627, 6825836904710912, 720584873920708608, 1125904211148800, 2594108569737560064, 207248951816, 289356276595425280, 8, 283673999966208, 0, 1125968626319360, 18014398931009538, 281477258412032, 289360674110316552, 72057600811729160, 9277486150884524064, 549793563782, 72092778410573824, 2314850345907519488, 1152930300699869184, 70368744177674, 9223372036854780096, 2054}, free_hash = {{first = 0x0, no = 0}, {first = 0x0, no = 0}, { first = 0x7f28c9522710, no = 2}, {first = 0x7f28c97a0b38, no = 5}, { first = 0x7f28c952a888, no = 2}, {first = 0x7f28c95227b0, no = 3}, { first = 0x7f28c970ff08, no = 1}, {first = 0x7f28c95e7eb0, no = 1}, { first = 0x7f28c952a348, no = 1}, {first = 0x7f28c95b1258, no = 1}, { first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, { first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, { first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, { first = 0x7f28c96e3730, no = 1}, {first = 0x7f28c952f1d8, no = 1}, { first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, { first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, { first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, { first = 0x7f28c97391d8, no = 1}, {first = 0x7f28c955d0b8, no = 1}, { ---Type <return> to continue, or q <return> to quit--- first = 0x7f28c96a6008, no = 6}, {first = 0x0, no = 0} <repeats 16 times>, {first = 0x7f28c957b590, no = 1}, { first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, { first = 0x7f28c9752fd0, no = 1}, {first = 0x7f28c95db260, no = 1}, { first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, { first = 0x0, no = 0}, {first = 0x7f28c9789cc0, no = 1}, {first = 0x0, no = 0}, {first = 0x7f28c97a06e0, no = 1}, {first = 0x7f28c96a6140, no = 3}, {first = 0x7f28c9769bd8, no = 2}, {first = 0x7f28c97a0900, no = 1}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, { first = 0x7f28c95e8280, no = 1}, {first = 0x7f28c9769e08, no = 1}, { first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, { first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, { first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x7f28c966cec0, no = 9}, {first = 0x7f28c9602d30, no = 2}, {first = 0x0, no = 0}, { first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x7f28c976a060, no = 1}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x7f28c95eb3a0, no = 14}, {first = 0x7f28c9577ef8, no = 4}, {first = 0x7f28c97ca3b0, no = 1}, {first = 0x0, no = 0}, { first = 0x0, no = 0}, {first = 0x7f28c95b1788, no = 1}, { first = 0x7f28c9744960, no = 1}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x7f28c97a7f98, no = 1}, {first = 0x0, no = 0}, { first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x7f28c96c44f0, no = 2}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x0, ---Type <return> to continue, or q <return> to quit--- no = 0}, {first = 0x0, no = 0}, {first = 0x7f28c97a7c08, no = 1}, { first = 0x7f28c96c3870, no = 4}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x7f28c9605e20, no = 7}, {first = 0x7f28c97921b0, no = 1}, {first = 0x0, no = 0}, {first = 0x7f28c97e85c0, no = 1}, { first = 0x7f28c95e84d0, no = 1}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x7f28c9717828, no = 3}, { first = 0x7f28c95b1390, no = 1}, {first = 0x7f28c96061d0, no = 5}, { first = 0x7f28c96481a0, no = 2}, {first = 0x7f28c96e2b20, no = 12}, { first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, { first = 0x0, no = 0}, {first = 0x7f28c9707648, no = 1}, {first = 0x0, no = 0}, {first = 0x7f28c9734ed0, no = 2}, {first = 0x0, no = 0}, { first = 0x7f28c9718698, no = 2}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, { first = 0x7f28c97a84c0, no = 1}, {first = 0x7f28c96dade0, no = 3}, { first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, { first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x7f28c97ce2b0, no = 1}, {first = 0x0, no = 0}, {first = 0x7f28c959cba0, no = 9}, { first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, { first = 0x7f28c97bf110, no = 2}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x7f28c96f8410, no = 1}, {first = 0x0, no = 0}, { first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, { first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, { first = 0x7f28c9798e30, no = 1}, {first = 0x7f28c9577370, no = 17}, { first = 0x7f28c96b56d0, no = 8}, {first = 0x0, no = 0}, {first = 0x0, ---Type <return> to continue, or q <return> to quit--- no = 0}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, { first = 0x7f28c96ddf70, no = 3}, {first = 0x0, no = 0}, { first = 0x7f28c97cdb30, no = 3}, {first = 0x0, no = 0}, { first = 0x7f28c9779298, no = 1}, {first = 0x7f28c975aa68, no = 1}, { first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x7f28c97e4bd8, no = 2}, {first = 0x0, no = 0}, {first = 0x7f28c95c05a8, no = 1}, { first = 0x7f28c9771490, no = 1}, {first = 0x7f28c9633350, no = 1}, { first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x7f28c9746450, no = 3}, {first = 0x7f28c96c3c08, no = 1}, {first = 0x0, no = 0}, { first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, { first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x7f28c96a0710, no = 3}, {first = 0x7f28c95ead68, no = 10}, {first = 0x7f28c95778b8, no = 4}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, { first = 0x7f28c95e8f40, no = 1}, {first = 0x0, no = 0}, { first = 0x7f28c9771a60, no = 1}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, {first = 0x0, no = 0}, { first = 0x7f28c96a3e58, no = 2}, {first = 0x7f28c97bea78, no = 2}, { first = 0x0, no = 0}...}} (gdb) p *frag $2 = {size = 3, u = {nxt_free = 0x7f28c958d833, reserved = 139813153462323}, prv_free = 0x25, file = 0x0, func = 0x5 <error: Cannot access memory at address 0x5>, line = 139813153462362, check = 4} (gdb) frame 1 #1 0x0000000000643689 in fm_join_frag (qm=0x7f28c8dd4000, f=0x7f28c958e468) at mem/f_malloc.c:556 556 in mem/f_malloc.c (gdb) info locals n = 0x7f28c958e4a0 (gdb) p *f $3 = {size = 0, u = {nxt_free = 0x0, reserved = 0}, prv_free = 0x0, file = 0x7f28ce687f1d "tm: h_table.c", func = 0x7f28ce6881bb <__FUNCTION__.9593> "free_cell", line = 162, check = 139813153462319} (gdb) p *n $4 = {size = 3, u = {nxt_free = 0x7f28c958d833, reserved = 139813153462323}, prv_free = 0x25, file = 0x0, func = 0x5 <error: Cannot access memory at address 0x5>, line = 139813153462362, check = 4} (gdb)
It turns out that the frament to be freed has size 0, which should not happen -- maybe another invalid memset somewhere.
Can you get:
frame 3 info locals p *dead_cell p dead_cell->uac[i] p dead_cell->uac[i].request.buffer
Daniel
On 23/09/15 10:33, Juha Heinanen wrote:
Daniel-Constantin Mierla writes:
below, juha
(gdb) frame 3 #3 0x00007f28ce5c1c12 in free_cell (dead_cell=0x7f28c95eb6c0) at h_table.c:162 162 h_table.c: No such file or directory. (gdb) info locals b = 0x7f28c958e4a0 "\003" i = 0 rpl = 0x7ffcfb5ef310 tt = 0x0 foo = 0x1ce5c15d1 cbs = 0x0 cbs_tmp = 0x7ffcfb5ef300 __FUNCTION__ = "free_cell" (gdb) p *dead_cell $5 = {next_c = 0x7f28c9014040, prev_c = 0x7f28c9014040, hash_index = 20910, label = 909981379, flags = 32, nr_of_outgoings = 1, ref_count = {val = 0}, from = { s = 0x7f28c95ed4d1 "From: "Juha Heinanen" sip:jh@test.tutpro.com;tag=x59bds0qqEOg1ANXSZ5pDN6KUTeyJsfM\r\nTo: sip:jh@test.tutpro.com;tag=2c15998813993a5f2698a8693042e46f-fc42\r\nContact: <sip:80792365@192.98.102.10:60349;"..., len = 85}, callid = { s = 0x7f28c95ed5a9 "Call-ID: CJmRdv7tyj9dAaGFBtYOSlDLVR39wr9Q\r\nCSeq: 19567 SUBSCRIBE\r\nRoute: sip:192.98.102.10;transport=tcp;lr;r2=on\r\nRoute: sip:127.0.0.1:5070;transport=tcp;lr;r2=on\r\nEvent: presence.winfo\r\nExpires:"..., len = 43}, cseq_n = { s = 0x7f28c95ed5d4 "CSeq: 19567 SUBSCRIBE\r\nRoute: sip:192.98.102.10;transport=tcp;lr;r2=on\r\nRoute: sip:127.0.0.1:5070;transport=tcp;lr;r2=on\r\nEvent: presence.winfo\r\nExpires: 0\r\nSupported: 100rel, replaces, norefersub"..., len = 11}, to = { s = 0x7f28c95ed526 "To: sip:jh@test.tutpro.com;tag=2c15998813993a5f2698a8693042e46f-fc42\r\nContact: sip:80792365@192.98.102.10:60349;transport=tcp\r\nCall-ID: CJmRdv7tyj9dAaGFBtYOSlDLVR39wr9Q\r\nCSeq: 19567 SUBSCRIBE\r\nRou"..., len = 72}, method = { s = 0x7f28c95ed428 "SUBSCRIBE sip:127.0.0.1:5080;transport=tcp SIP/2.0\r\nVia: SIP/2.0/TCP 192.98.102.10:33350;rport;branch=z9hG4bKPjLNqho2m4W76Z.-TR-YRT8ByG8c574-mL;alias\r\nMax-Forwards: 69\r\nFrom: "Juha Heinanen" <sip:jh@t"..., len = 9}, tmcb_hl = {first = 0x0, reg_types = 0}, wait_timer = { next = 0x0, prev = 0x0, expire = 1463515017, initial_timeout = 80, ---Type <return> to continue, or q <return> to quit--- data = 0x7f28c95eb6c0, f = 0x7f28ce6443fc <wait_handler>, flags = 513, slow_idx = 0}, uas = {request = 0x7f28c95ecd40, end_request = 0x7f28c95ee158 "", response = {activ_type = 200, flags = 128, t_active = 0 '\000', branch = 0, buffer_len = 496, buffer = 0x7f28c96a6178 "SIP/2.0 200 OK\r\nVia: SIP/2.0/TCP 192.98.102.10:33350;received=192.98.102.10;rport=33350;branch=z9hG4bKPjLNqho2m4W76Z.-TR-YRT8ByG8c574-mL;alias\r\nFrom: "Juha Heinanen" sip:jh@test.tutpro.com;tag=x59bd"..., my_T = 0x7f28c95eb6c0, timer = {next = 0x0, prev = 0x0, expire = 0, initial_timeout = 0, data = 0x0, f = 0x7f28ce643eed <retr_buf_handler>, flags = 0, slow_idx = 0}, dst = {send_sock = 0x7f28d0786d30, to = {s = {sa_family = 2, sa_data = "\202F\300bf\n\000\000\000\000\000\000\000"}, sin = { sin_family = 2, sin_port = 18050, sin_addr = {s_addr = 174482112}, sin_zero = "\000\000\000\000\000\000\000"}, sin6 = { sin6_family = 2, sin6_port = 18050, sin6_flowinfo = 174482112, sin6_addr = {__in6_u = {__u6_addr8 = '\000' <repeats 15 times>, __u6_addr16 = {0, 0, 0, 0, 0, 0, 0, 0}, __u6_addr32 = {0, 0, 0, 0}}}, sin6_scope_id = 0}}, id = 6, proto = 2 '\002', send_flags = {f = 0 '\000', blst_imask = 0 '\000'}}, retr_expire = 0, fr_expire = 0}, local_totag = {s = 0x0, len = 0}, cancel_reas = 0x0, status = 200}, uac = 0x7f28c95eb8c8, async_backup = {backup_route = 0, backup_branch = 0, blind_uac = 0, ruri_new = 0}, fwded_totags = 0x0, uri_avps_from = 0x0, uri_avps_to = 0x0, user_avps_from = 0x0, user_avps_to = 0x0, domain_avps_from = 0x0, domain_avps_to = 0x0, ---Type <return> to continue, or q <return> to quit--- xavps_list = 0x0, reply_mutex = {val = 0}, reply_locker_pid = {val = 0}, reply_rec_lock_level = 0, fr_timeout = 80, fr_inv_timeout = 1200, rt_t1_timeout_ms = 500, rt_t2_timeout_ms = 4000, end_of_life = 1463515449, relayed_reply_branch = 0, on_failure = 0, on_branch_failure = 0, on_reply = 3, on_branch = 0, on_branch_delayed = 0, md5 = 0x7f28c95eb8a8 "00a32e5f19bf322b906afdd1a6842858"} (gdb) p dead_cell->uac[i] $6 = {reply = 0x0, end_reply = 0x0, request = {activ_type = 0, flags = 164, t_active = 0 '\000', branch = 0, buffer_len = 882, buffer = 0x7f28c958e4a0 "\003", my_T = 0x7f28c95eb6c0, timer = { next = 0x0, prev = 0x0, expire = 1463515017, initial_timeout = 80, data = 0xfffffffe, f = 0x7f28ce643eed <retr_buf_handler>, flags = 512, slow_idx = 0}, dst = {send_sock = 0x7f28d07876d0, to = {s = { sa_family = 2, sa_data = "\023\330\177\000\000\001\000\000\000\000\000\000\000"}, sin = {sin_family = 2, sin_port = 55315, sin_addr = { s_addr = 16777343}, sin_zero = "\000\000\000\000\000\000\000"}, sin6 = {sin6_family = 2, sin6_port = 55315, sin6_flowinfo = 16777343, sin6_addr = {__in6_u = {__u6_addr8 = '\000' <repeats 15 times>, __u6_addr16 = {0, 0, 0, 0, 0, 0, 0, 0}, __u6_addr32 = {0, 0, 0, 0}}}, sin6_scope_id = 0}}, id = 0, proto = 2 '\002', send_flags = {f = 4 '\004', blst_imask = 0 '\000'}}, retr_expire = 1463514936, fr_expire = 1463515017}, local_cancel = { activ_type = 0, flags = 128, t_active = 0 '\000', branch = 0, buffer_len = 0, buffer = 0x0, my_T = 0x7f28c95eb6c0, timer = {next = 0x0, prev = 0x0, expire = 0, initial_timeout = 0, data = 0x0, f = 0x7f28ce643eed <retr_buf_handler>, flags = 0, slow_idx = 0}, dst = { send_sock = 0x0, to = {s = {sa_family = 0, sa_data = '\000' <repeats 13 times>}, sin = {sin_family = 0, sin_port = 0, sin_addr = {s_addr = 0}, sin_zero = "\000\000\000\000\000\000\000"}, sin6 = {sin6_family = 0, ---Type <return> to continue, or q <return> to quit--- sin6_port = 0, sin6_flowinfo = 0, sin6_addr = {__in6_u = { __u6_addr8 = '\000' <repeats 15 times>, __u6_addr16 = {0, 0, 0, 0, 0, 0, 0, 0}, __u6_addr32 = {0, 0, 0, 0}}}, sin6_scope_id = 0}}, id = 0, proto = 0 '\000', send_flags = { f = 0 '\000', blst_imask = 0 '\000'}}, retr_expire = 0, fr_expire = 0}, dns_h = {srv = 0x0, a = 0x0, srv_tried_rrs = 0, port = 5080, srv_no = 0 '\000', ip_no = 0 '\000', proto = 2 '\002'}, uri = {s = 0x7f28c958e4aa "X\311(\177", len = 32}, path = {s = 0x0, len = 0}, instance = {s = 0x0, len = 0}, ruid = {s = 0x0, len = 0}, location_ua = {s = 0x0, len = 0}, last_received = 200, flags = 4, branch_flags = 0, icode = 0, local_ack = 0x0, on_failure = 0, on_branch_failure = 0, on_reply = 3, on_unused = 0} (gdb) p dead_cell->uac[i].request.buffer $7 = 0x7f28c958e4a0 "\003" (gdb)
This one looks like a double free of the transaction structure.
I pushed a patch to master branch that will print a WARN message for each of transaction free operations. Can you test with it, wait for crash and then send me all the logs containing:
===== freeing transaction
Also, send the bt of the corefiles.
Daniel
Daniel-Constantin Mierla writes:
below, juha
(gdb) bt #0 0x00007f01cae89302 in init_branches (t=0x7f01c5e55248) at h_table.c:274 #1 0x00007f01cae89765 in build_cell (p_msg=0x7f01cd361fd8) at h_table.c:369 #2 0x00007f01cae97708 in new_t (p_msg=0x7f01cd361fd8) at t_lookup.c:1269 #3 0x00007f01cae989b4 in t_newtran (p_msg=0x7f01cd361fd8) at t_lookup.c:1409 #4 0x00007f01caf24b80 in w_t_newtran (p_msg=0x7f01cd361fd8, foo=0x0, bar=0x0) at tm.c:1364 #5 0x0000000000465936 in do_action (h=0x7ffec9ce60f0, a=0x7f01cd5b2160, msg=0x7f01cd361fd8) at action.c:1053 #6 0x0000000000472419 in run_actions (h=0x7ffec9ce60f0, a=0x7f01cd5b2160, msg=0x7f01cd361fd8) at action.c:1548 #7 0x0000000000472a86 in run_actions_safe (h=0x7ffec9ceb960, a=0x7f01cd5b2160, msg=0x7f01cd361fd8) at action.c:1613 #8 0x000000000042255f in rval_get_int (h=0x7ffec9ceb960, msg=0x7f01cd361fd8, i=0x7ffec9ce6434, rv=0x7f01cd5b3120, cache=0x0) at rvalue.c:912 #9 0x0000000000426b2b in rval_expr_eval_int (h=0x7ffec9ceb960, msg=0x7f01cd361fd8, res=0x7ffec9ce6434, rve=0x7f01cd5b3118) at rvalue.c:1910 #10 0x0000000000426f53 in rval_expr_eval_int (h=0x7ffec9ceb960, msg=0x7f01cd361fd8, res=0x7ffec9ce6568, rve=0x7f01cd5b3818) at rvalue.c:1918 #11 0x000000000042710f in rval_expr_eval_int (h=0x7ffec9ceb960, msg=0x7f01cd361fd8, res=0x7ffec9ce6688, rve=0x7f01cd5b3f18) at rvalue.c:1958 #12 0x000000000046541b in do_action (h=0x7ffec9ceb960, a=0x7f01cd5b4c10, ---Type <return> to continue, or q <return> to quit--- msg=0x7f01cd361fd8) at action.c:1029 #13 0x0000000000472419 in run_actions (h=0x7ffec9ceb960, a=0x7f01cd5b1db0, msg=0x7f01cd361fd8) at action.c:1548 #14 0x00000000004622cf in do_action (h=0x7ffec9ceb960, a=0x7f01cd588cc8, msg=0x7f01cd361fd8) at action.c:677 #15 0x0000000000472419 in run_actions (h=0x7ffec9ceb960, a=0x7f01cd556920, msg=0x7f01cd361fd8) at action.c:1548 #16 0x000000000046eec5 in do_action (h=0x7ffec9ceb960, a=0x7f01cd5895d0, msg=0x7f01cd361fd8) at action.c:1219 #17 0x0000000000472419 in run_actions (h=0x7ffec9ceb960, a=0x7f01cd5895d0, msg=0x7f01cd361fd8) at action.c:1548 #18 0x00000000004658a5 in do_action (h=0x7ffec9ceb960, a=0x7f01cd5896f0, msg=0x7f01cd361fd8) at action.c:1044 #19 0x0000000000472419 in run_actions (h=0x7ffec9ceb960, a=0x7f01cd48f798, msg=0x7f01cd361fd8) at action.c:1548 #20 0x00000000004622cf in do_action (h=0x7ffec9ceb960, a=0x7f01cd814938, msg=0x7f01cd361fd8) at action.c:677 #21 0x0000000000472419 in run_actions (h=0x7ffec9ceb960, a=0x7f01cd80dd40, msg=0x7f01cd361fd8) at action.c:1548 #22 0x00000000004658a5 in do_action (h=0x7ffec9ceb960, a=0x7f01cd814b78, msg=0x7f01cd361fd8) at action.c:1044 #23 0x0000000000472419 in run_actions (h=0x7ffec9ceb960, a=0x7f01cd814b78, msg=0x7f01cd361fd8) at action.c:1548 #24 0x00000000004622cf in do_action (h=0x7ffec9ceb960, a=0x7f01cd2565b8, ---Type <return> to continue, or q <return> to quit--- msg=0x7f01cd361fd8) at action.c:677 #25 0x0000000000472419 in run_actions (h=0x7ffec9ceb960, a=0x7f01cd2565b8, msg=0x7f01cd361fd8) at action.c:1548 #26 0x00000000004658a5 in do_action (h=0x7ffec9ceb960, a=0x7f01cd25f678, msg=0x7f01cd361fd8) at action.c:1044 #27 0x0000000000472419 in run_actions (h=0x7ffec9ceb960, a=0x7f01cd249008, msg=0x7f01cd361fd8) at action.c:1548 #28 0x00000000004622cf in do_action (h=0x7ffec9ceb960, a=0x7f01cd1fd628, msg=0x7f01cd361fd8) at action.c:677 #29 0x0000000000472419 in run_actions (h=0x7ffec9ceb960, a=0x7f01cd1e6d40, msg=0x7f01cd361fd8) at action.c:1548 #30 0x00000000004622cf in do_action (h=0x7ffec9ceb960, a=0x7f01cd0ce3c0, msg=0x7f01cd361fd8) at action.c:677 #31 0x0000000000472419 in run_actions (h=0x7ffec9ceb960, a=0x7f01cd0ce3c0, msg=0x7f01cd361fd8) at action.c:1548 #32 0x00000000004658a5 in do_action (h=0x7ffec9ceb960, a=0x7f01cd0ce600, msg=0x7f01cd361fd8) at action.c:1044 #33 0x0000000000472419 in run_actions (h=0x7ffec9ceb960, a=0x7f01cd08ecf0, msg=0x7f01cd361fd8) at action.c:1548 #34 0x00000000004622cf in do_action (h=0x7ffec9ceb960, a=0x7f01cd08d9e8, msg=0x7f01cd361fd8) at action.c:677 #35 0x0000000000472419 in run_actions (h=0x7ffec9ceb960, a=0x7f01cd08d9e8, msg=0x7f01cd361fd8) at action.c:1548 #36 0x00000000004658a5 in do_action (h=0x7ffec9ceb960, a=0x7f01cd08dce0, ---Type <return> to continue, or q <return> to quit--- msg=0x7f01cd361fd8) at action.c:1044 #37 0x0000000000472419 in run_actions (h=0x7ffec9ceb960, a=0x7f01cd078578, msg=0x7f01cd361fd8) at action.c:1548 #38 0x0000000000472b92 in run_top_route (a=0x7f01cd078578, msg=0x7f01cd361fd8, c=0x0) at action.c:1634 #39 0x0000000000578c47 in receive_msg ( buf=0x12e8090 "INVITE sip:+35892345678@test.tutpro.com SIP/2.0\r\nVia: SIP/2.0/TCP 192.168.43.192:55121;branch=z9hG4bK8bc1730673082e90;rport\r\nContact: <sip:test@test.tutpro.com;gr=urn:uuid:47759291-c9db-4eb3-a540-5e68"..., len=1393, rcv_info=0x7f01c5e23080) at receive.c:195 #40 0x000000000060986b in receive_tcp_msg ( tcpbuf=0x7f01c5e23358 "INVITE sip:+35892345678@test.tutpro.com SIP/2.0\r\nVia: SIP/2.0/TCP 192.168.43.192:55121;branch=z9hG4bK8bc1730673082e90;rport\r\nContact: <sip:test@test.tutpro.com;gr=urn:uuid:47759291-c9db-4eb3-a540-5e68"..., len=1393, rcv_info=0x7f01c5e23080, con=0x7f01c5e23068) at tcp_read.c:1247 #41 0x000000000060b14f in tcp_read_req (con=0x7f01c5e23068, bytes_read=0x7ffec9cebd94, read_flags=0x7ffec9cebd9c) at tcp_read.c:1401 #42 0x000000000060e2ae in handle_io (fm=0x7f01cda72790, events=1, idx=-1) at tcp_read.c:1624 #43 0x000000000060165d in io_wait_loop_epoll (h=0xa68780 <io_w>, t=2, repeat=0) at io_wait.h:1061 #44 0x000000000060f33f in tcp_receive_loop (unix_sock=45) at tcp_read.c:1733 #45 0x00000000004f129b in tcp_init_children () at tcp_main.c:4788 #46 0x000000000052f93b in main_loop () at main.c:1664 ---Type <return> to continue, or q <return> to quit--- #47 0x00000000005354e8 in main (argc=17, argv=0x7ffec9cec378) at main.c:2566
Sep 23 13:55:20 lohi /usr/bin/sip-proxy[21754]: WARNING: tm [t_fwd.c:1542]: t_send_branch(): ERROR: t_send_branch: sending request on branch 0 failed Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8c5c48 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f869690 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7681a0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f698468 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f880800 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8a8150 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7a02e8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8ab610 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa65698 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f890fe0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa3a880 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa519f0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9c3c68 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f733520 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f712550 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa198b0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f673fd0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8f0a68 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f84bb88 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f650138 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f82e080 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f820d60 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f939398 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f90e570 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8e6c10 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f666cb0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f841d30 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f72cb90 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f922220 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f862d00 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f897968 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9a6160 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9bd2d8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f6ac118 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8fdd88 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f68b148 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f799958 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa79340 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f771ff8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9acaf0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f960cf8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa729b0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa83198 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f730058 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8b1f98 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8c2780 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9eea88 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7c7c48 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f76eb30 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7b7460 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8ea0d8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9f1f50 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f79ce20 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f84f050 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f71c3a8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f956ea0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7e5750 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f824228 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f6c3290 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9641c0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f722d38 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa7c808 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f977e70 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f6cd0e8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7d1aa0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f813a40 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f6ee0b8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f92c078 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f6b2aa8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f816f08 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8bbdf0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7b0ad0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7d8430 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa904b8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7827e0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f967688 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f95d830 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa26bd0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f6dd8d0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa9d7d8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f6b9438 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f739eb0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa4b060 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa2a098 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8944a0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f85f838 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7ce5d8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7e8c18 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f91b890 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9924b0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa02738 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7544f0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa163e8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa1cd78 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8f73f8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f93fd28 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f718ee0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f950510 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f97b338 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f6fb3d8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9de2a0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f785ca8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9fbda8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f74db60 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa7fcd0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8e0280 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8dcdb8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa446d0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f6d6f40 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7c4780 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f80d0b0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f949b80 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f904718 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f715a18 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f97e800 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f6bfdc8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f6637e8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f95a368 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8bf2b8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8d2f60 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8ed5a0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7f9400 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f694fa0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f71f870 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7db8f8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8cc5d0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa621d0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9539d8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f81d898 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f93c860 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9e1768 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f901250 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9a2c98 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa05c00 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f68e610 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f91ed58 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa6f4e8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7cb110 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7471d0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7b3f98 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f83b3a0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f6812f0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f6e4260 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f6d3a78 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8aead0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f809be8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7ffd90 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f65ce58 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa23708 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f73d378 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9c07a0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa86660 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9b9e10 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9c7128 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f78c638 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8276f0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9e4c30 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8b5460 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7a6c78 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f726200 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f6fe8a0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa3dd40 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f887188 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f778988 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7086f8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f98efe8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f6f4a48 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f879e70 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f67de28 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f6e0d98 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f677498 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9256e8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa75e78 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f88db18 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f660320 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f69edf8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa9a310 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9f5418 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8a4c88 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f83e868 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f792fc8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa30a28 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f96ab50 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8a17c0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8e3748 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f981cc8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7f5f38 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f88a650 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f90b0a8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f995978 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f701d68 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8769a8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa0c590 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9eb5c0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f99c308 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8d98f0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f92f540 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f6c6758 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f740840 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f998e40 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f670b08 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9d4448 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7bddf0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa54eb0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa12f20 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9affb8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa6c020 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f76b668 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa41208 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7754c0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f743d08 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8661c8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7fc8c8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7579b8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8fa8c0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f761810 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f796490 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f6a22c0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f810578 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8734e0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa5ed08 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa373b8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7e2288 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8559e0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa33ef0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f985190 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8cfa98 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f89e2f8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa89b28 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f98bb20 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9ff270 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7ec0e0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f687c80 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f75ae80 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f77be50 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa20240 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f914f00 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f6eabf0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7aa140 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa96e48 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f69b930 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f834a10 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f99f7d0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa68b58 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9e80f8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa58378 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9749a8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f78fb00 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f789170 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f6b5f70 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9d0f80 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7ef5a8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa0fa58 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9b6948 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f935ed0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f870018 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8c9108 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f6bc900 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9183c8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f852518 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7c12b8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8f3f30 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f751028 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7d4f68 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f94d048 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7ad608 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f70bbc0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f988658 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f907be0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f858ea8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa4e528 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f6564c8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8486c0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f6a8c50 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8451f8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f764cd8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f928bb0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f6da408 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f6f1580 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f659990 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9714e0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9f88e0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa47b98 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f831548 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f77f318 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa2d560 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f85c370 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f911a38 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f82abb8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa8cff0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9cdab8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f75e348 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f87d338 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8d6428 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa090c8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f6a5788 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f6847b8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f653000 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7f2a70 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f691ad8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f883cc0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9ca5f0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9dadd8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f6e7728 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f6af5e0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f837ed8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa93980 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f6f7f10 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7ba928 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7369e8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9431f0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f932a08 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f803258 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f74a698 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9a9628 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f67a960 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7296c8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f705230 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f66a178 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1fa5b840 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f70f088 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9d7910 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f8b8928 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f81a3d0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f6c9c20 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7dedc0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f6d05b0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f66d640 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f7a37b0 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f806720 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9466b8 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f9b3480 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f86cb50 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f96e018 from h_table.c:434 Sep 23 13:55:22 lohi /usr/bin/sip-proxy[21696]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f0c1f89ae30 from h_table.c:434 Sep 23 13:55:35 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e1bb08 from timer.c:648 Sep 23 13:55:37 lohi /usr/bin/sip-proxy[22848]: WARNING: tm [t_fwd.c:1542]: t_send_branch(): ERROR: t_send_branch: sending request on branch 0 failed Sep 23 13:55:39 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e28150 from timer.c:648 Sep 23 13:55:42 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e1bb08 from timer.c:648 Sep 23 13:55:42 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e2c150 from timer.c:648 Sep 23 13:55:42 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e37930 from timer.c:648 Sep 23 13:55:42 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e30120 from timer.c:648 Sep 23 13:55:47 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e3ac38 from timer.c:648 Sep 23 13:55:53 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e28150 from timer.c:648 Sep 23 13:55:58 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e37930 from timer.c:648 Sep 23 13:55:58 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e2c150 from timer.c:648 Sep 23 13:55:58 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e1bb08 from timer.c:648 Sep 23 13:55:58 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e3add8 from timer.c:648 Sep 23 13:55:58 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e33608 from timer.c:648 Sep 23 13:55:58 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e43e90 from timer.c:648 Sep 23 13:55:58 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e47538 from timer.c:648 Sep 23 13:55:58 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e4a808 from timer.c:648 Sep 23 13:55:58 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e4daa0 from timer.c:648 Sep 23 13:55:58 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e50f58 from timer.c:648 Sep 23 13:55:58 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e55248 from timer.c:648 Sep 23 13:55:59 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e30120 from timer.c:648 Sep 23 13:55:59 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e29740 from timer.c:648 Sep 23 13:56:03 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e43e90 from timer.c:648 Sep 23 13:56:03 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e3add8 from timer.c:648 Sep 23 13:56:03 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e1bb08 from timer.c:648 Sep 23 13:56:04 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e55248 from timer.c:648 Sep 23 13:56:04 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e4a808 from timer.c:648 Sep 23 13:56:04 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e486b0 from timer.c:648 Sep 23 13:56:04 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e313e8 from timer.c:648 Sep 23 13:56:04 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e524b8 from timer.c:648 Sep 23 13:56:04 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e4daa0 from timer.c:648 Sep 23 13:56:04 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e2be18 from timer.c:648 Sep 23 13:56:16 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e2fb90 from timer.c:648 Sep 23 13:56:20 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e46cd8 from timer.c:648 Sep 23 13:56:27 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e2fb90 from timer.c:648 Sep 23 13:56:27 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e524b8 from timer.c:648 Sep 23 13:56:27 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e45118 from timer.c:648 Sep 23 13:56:27 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e296c8 from timer.c:648 Sep 23 13:56:27 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e1bb08 from timer.c:648 Sep 23 13:56:27 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e4a468 from timer.c:648 Sep 23 13:56:27 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e48490 from timer.c:648 Sep 23 13:56:27 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e2db50 from timer.c:648 Sep 23 13:56:27 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e57c88 from timer.c:648 Sep 23 13:56:27 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e351e8 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e39258 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e5bb78 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e5fc38 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e63430 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e674f0 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e6ace8 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e6eda8 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e725a0 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e76660 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e79e58 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e7df18 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e81710 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e857d0 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e88fc8 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e8d088 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e90880 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e94940 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e98138 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e9c1f8 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5e9f9f0 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5ea3ab0 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5ea72a8 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5eab368 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5eaeb60 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5eb2c20 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5eb6418 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5eba4d8 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5ebdcd0 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5ec1d90 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5ec5588 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5ec9648 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5ecce40 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5ed0f00 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5ed46f8 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5ed87b8 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5edbfb0 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5ee0070 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5ee3868 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5ee7928 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5eeb120 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5eef1e0 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5ef29d8 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5ef6a98 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5efa290 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5efe350 from timer.c:648 Sep 23 13:56:28 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f01b48 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f05c08 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f09400 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f0d4c0 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f10cb8 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f14d78 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f18570 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f1c630 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f1fe28 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f23ee8 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f276e0 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f2b7a0 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f2ef98 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f33058 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f36850 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f3a910 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f3e108 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f421c8 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f459c0 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f49a80 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f4d278 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f51338 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f54b30 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f58bf0 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f5c3e8 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f604a8 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f63ca0 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f67d60 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f6b558 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f6f618 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f72e10 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f76ed0 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f7a6c8 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f7e788 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f81f80 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f86040 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f89838 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f8d8f8 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f910f0 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f951b0 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f989a8 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5f9ca68 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5fa0260 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5fa4320 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5fa7b18 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5fabbd8 from timer.c:648 Sep 23 13:56:29 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5faf3c8 from timer.c:648 Sep 23 13:56:30 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5fb3488 from timer.c:648 Sep 23 13:56:30 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5fb6c80 from timer.c:648 Sep 23 13:56:30 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5fbad40 from timer.c:648 Sep 23 13:56:30 lohi /usr/bin/sip-proxy[22796]: WARNING: tm [h_table.c:126]: free_cell_helper(): ===== freeing transaction 0x7f01c5fbe298 from timer.c:648
This time was no longer in a free operations.
Can you the test repeat with last master branch? I pushed a cleanup patch there.
Daniel
On 23/09/15 13:04, Juha Heinanen wrote:
Daniel-Constantin Mierla writes:
Can you the test repeat with last master branch? I pushed a cleanup patch there.
it now took longer before i got crash.
-- juha
(gdb) where #0 0x0000000000641d80 in fm_insert_free (qm=0x7f70379f9000, frag=0x7f70386a8a18) at mem/f_malloc.c:242 #1 0x00000000006445cd in fm_free (qmp=0x7f70379f9000, p=0x7f70386a8a50, file=0x7f703d2ad7fd "tm: h_table.c", func=0x7f703d2adab0 <__FUNCTION__.9598> "free_cell_helper", line=137) at mem/f_malloc.c:626 #2 0x00007f703d1e6dd2 in free_cell_helper (dead_cell=0x7f70387e6470, fname=0x7f703d2cde1a "timer.c", fline=648) at h_table.c:137 #3 0x00007f703d26988b in wait_handler (ti=907307611, wait_tl=0x7f70387e64f0, data=0x7f70387e6470) at timer.c:648 #4 0x00000000004aaf88 in timer_list_expire (t=907307611, h=0x7f7037a46360, slow_l=0x7f7037a48be8, slow_mark=628) at timer.c:873 #5 0x00000000004ab3e5 in timer_handler () at timer.c:938 #6 0x00000000004ab853 in timer_main () at timer.c:977 #7 0x000000000052f690 in main_loop () at main.c:1650 #8 0x00000000005354e8 in main (argc=17, argv=0x7ffe71c22bb8) at main.c:2566
Can you send the log messages with:
===== freeing transaction
Daniel
On 23/09/15 14:28, Juha Heinanen wrote: