<div dir="ltr"><div><div><div>Hi list<br><br></div>i've updated to kamailio 4.3.4 , i work with push wake up config, but kamailio now crash and display this messages<br><br>ar  1 19:38:43 proxy6-2 /usr/sbin/kamailio[21630]: WARNING: tm [t_lookup.c:1476]: t_unref(): WARNING: script writer didn't release transaction<br>Mar  1 19:38:43 proxy6-2 /usr/sbin/kamailio[21630]: WARNING: tm [h_table.c:130]: free_cell_helper(): removed cell 0x7ff059882448 is still linked in hash table (t_lookup.c:1486)<br>Mar  1 19:38:43 proxy6-2 snmpd[2204]: Connection from UDP: [10.107.148.69]:52614->[10.107.148.66]<br>Mar  1 19:38:44 proxy6-2 kernel: [6727397.951325] kamailio[21649]: segfault at 0 ip 00007ff0d92fbfb2 sp 00007fff15f54c90 error 6 in tm.so[7ff0d92a3000+eb000]<br><br>Mar  1 19:38:44 proxy6-2 /usr/sbin/kamailio[21599]: WARNING: tm [h_table.c:130]: free_cell_helper(): removed cell 0x7ff0598719e8 is still linked in hash table (h_table.c:440)<br>Mar  1 19:38:44 proxy6-2 /usr/sbin/kamailio[21599]: WARNING: tm [h_table.c:130]: free_cell_helper(): removed cell 0x7ff059877eb0 is still linked in hash table (h_table.c:440)<br><br><br></div>i don't know what happend, but i guess is my push configuration, like the message display at "t_lookup.c".<br><br></div>i got this in the configure file: <br clear="all"><div><div><div><div><br>route[PUSHJOIN] {<br><br>        if (!is_method("REGISTER"))<br>                return; <br><br>        $var(hjoin) = 0;        <br>        lock("$tU");    <br>        $var(hjoin) = $sht(vtp=>join::$tU);     <br>        $sht(vtp=>join::$tU) = $null;   <br>        unlock("$tU");  <br><br>        if($var(hjoin)==0)      <br>                return; <br><br>        $var(id_index) = $(var(hjoin){s.select,0,:}{<a href="http://s.int">s.int</a>});    <br>        $var(id_label) = $(var(hjoin){s.select,1,:}{<a href="http://s.int">s.int</a>});    <br>        xdbg("resuming trasaction [$var(id_index):$var(id_label)] $tU ($var(hjoin))\n");        <br>        xlog("L_INFO","resuming trasaction [$var(id_index):$var(id_label)] $tU ($var(hjoin))\n");       <br><br><br>        t_continue("$var(id_index)", "$var(id_label)","LL");    <br>}<br><br><br>route[LL] {<br><br>        lookup("location");<br>        route(RELAY);<br><br>}<br><br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><span><font color="#888888"><div style="font-size:12.8px"><span style="font-size:12.8px"></span></div></font></span></div></div></div></div><br></div></div></div></div></div>