Ok, got the bt now, looks like something to do with nat handling, whenever<br>i make a call and nat handling is invoked opensips crashes when after the bye. <br><br>core was generated by `opensips -Edddddddddddddddddddddddd&#39;.<br>
Program terminated with signal 11, Segmentation fault.<br>#0&nbsp; 0xb78e11d4 in extract_body (msg=0x81e0200, body=0xbf9f803c)<br>&nbsp;&nbsp;&nbsp; at nhelpr_funcs.c:172<br>172&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; body-&gt;len = get_content_length(msg);<br>(gdb) #<br>
(gdb) bt<br>#0&nbsp; 0xb78e11d4 in extract_body (msg=0x81e0200, body=0xbf9f803c)<br>&nbsp;&nbsp;&nbsp; at nhelpr_funcs.c:172<br>#1&nbsp; 0xb78d9a69 in fix_nated_sdp_f (msg=0x81e0200,<br>&nbsp;&nbsp;&nbsp; str1=0x3 &lt;Address 0x3 out of bounds&gt;, str2=0x0) at nathelper.c:1547<br>
#2&nbsp; 0x08056e69 in do_action (a=0x81d1ea0, msg=0x81e0200) at action.c:830<br>#3&nbsp; 0x080592f0 in run_action_list (a=0x81d1ea0, msg=0x81e0200) at action.c:138<br>#4&nbsp; 0x08057ed5 in do_action (a=0x81d1f08, msg=0x81e0200) at action.c:702<br>
#5&nbsp; 0x080592f0 in run_action_list (a=0x81d1f08, msg=0x81e0200) at action.c:138<br>#6&nbsp; 0x08057ed5 in do_action (a=0x81d1f70, msg=0x81e0200) at action.c:702<br>#7&nbsp; 0x080592f0 in run_action_list (a=0x81d1688, msg=0x81e0200) at action.c:138<br>
#8&nbsp; 0x08059689 in run_top_route (a=0x81d1688, msg=0x81e0200) at action.c:118<br>#9&nbsp; 0xb793f88f in reply_received (p_msg=0x81e0200) at t_reply.c:1371<br>#10 0x08067d64 in forward_reply (msg=0x81e0200) at forward.c:507<br>#11 0x08098bc6 in receive_msg (<br>
&nbsp;&nbsp;&nbsp; buf=0x8189100 &quot;SIP/2.0 200 OK\r\nVia: SIP/2.0/UDP &lt;PUB_IP&gt;;branch=z9hG4bK31e6.03eccf57.0\r\nVia: SIP/2.0/UDP 172.16.16.226:5070;received=<a href="http://172.16.16.226">172.16.16.226</a>;rport=5070;branch=z9hG4bKfxczqccr\r\nRecord-Route: &lt;sip:<a href="http://66.8.58.56">66.8.58.56</a>;l&quot;..., len=426,<br>
&nbsp;&nbsp;&nbsp; rcv_info=0xbf9f8a98) at receive.c:203<br>#12 0x080dc067 in udp_rcv_loop () at udp_server.c:449<br>#13 0x08070edd in main (argc=2, argv=0xbf9f8c84) at main.c:776<br><br>here is a piece of cfg <br><br>onreply_route[2]<br>
{<br>&nbsp;&nbsp;&nbsp; xlog(&quot;L_INFO&quot;, &quot;NAT-Reply - S=$rs D=$rr F=$fu T=$tu IP=$si ID=$ci\n&quot;);<br>&nbsp;&nbsp;&nbsp; if(nat_uac_test(&quot;1&quot;))<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; fix_nated_contact();<br>&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; if(isbflagset(6) &amp;&amp; status=~&quot;(180)|(183)|2[0-9][0-9]&quot;) <br>
&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if(!search(&quot;^Content-Length:[ ]*0&quot;))<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; fix_nated_sdp(&quot;3&quot;);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; exit;<br>&nbsp;&nbsp;&nbsp; <br>}<br><br><br><br><div class="gmail_quote">On Fri, Nov 28, 2008 at 1:40 PM, Iñaki Baz Castillo <span dir="ltr">&lt;<a href="mailto:ibc@aliax.net">ibc@aliax.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">El Viernes, 28 de Noviembre de 2008, TCB escribió:<br>
</div><div class="Ih2E3d">&gt; No luck, i didnt use a deb, compiled on gentoo 2008.0. Are there any<br>
&gt; compile time flags i have to set.<br>
<br>
</div>I already said you:<br>
<div><div></div><div class="Wj3C7c"><br>
&gt; &gt; Anyway, check the provided init scripts. Note that the related script<br>
&gt; &gt; code in<br>
&gt; &gt; the Debian init script is:<br>
&gt; &gt;<br>
&gt; &gt; if test &quot;$DUMP_CORE&quot; = &quot;yes&quot; ; then<br>
&gt; &gt; &nbsp; &nbsp;# set proper ulimit<br>
&gt; &gt; &nbsp; &nbsp;ulimit -c unlimited<br>
&gt; &gt;<br>
&gt; &gt; &nbsp; &nbsp;# directory for the core dump files<br>
&gt; &gt; &nbsp; &nbsp;COREDIR=/var/run/opensips/corefiles<br>
&gt; &gt; &nbsp; &nbsp;[ -d $COREDIR ] || mkdir $COREDIR<br>
&gt; &gt; &nbsp; &nbsp;chmod 777 $COREDIR<br>
&gt; &gt; &nbsp; &nbsp;echo &quot;$COREDIR/core.%e.sig%s.%p&quot; &gt; /proc/sys/kernel/core_pattern<br>
&gt; &gt; fi<br>
<br>
<br>
--<br>
Iñaki Baz Castillo<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>TC<br>