hi daniel,<div><br></div><div>i&#39;m not using git version. so maybe i&#39;m missing some patches. can you confirm if what i am</div><div>experiencing is the same problem and the fix is indeed available from the git version? thanks</div>
<div><br></div><div>here is the backtrace:</div><div><br></div><div><div>#0  0x00002ab61b62779a in update_dialog_dbinfo (cell=0x2ab61c9100f8) at dlg_db_handler.c:501</div><div>#1  0x00002ab61b628ea8 in dlg_onreply (t=0x7d5228, type=&lt;value optimized out&gt;, param=&lt;value optimized out&gt;) at dlg_handlers.c:361</div>
<div>#2  0x00002ab617965505 in run_trans_callbacks_internal (cb_lst=0x2ab61c938830, type=128, trans=0x2ab61c9387c0, </div><div>    params=0x7fffec157970) at t_hooks.c:261</div><div>#3  0x00002ab61796575e in run_trans_callbacks (type=1, trans=0x88c580, req=0x0, rpl=0x0, code=477060464) at t_hooks.c:288</div>
<div>#4  0x00002ab61798ebd1 in relay_reply (t=0x2ab61c9387c0, p_msg=&lt;value optimized out&gt;, branch=0, msg_status=200, </div><div>    cancel_bitmap=0x7fffec157dd4, do_put_on_wait=1) at t_reply.c:1705</div><div>#5  0x00002ab617990884 in reply_received (p_msg=0x8f48a8) at t_reply.c:2126</div>
<div>#6  0x000000000044760e in forward_reply (msg=0x8f48a8) at forward.c:689</div><div>#7  0x000000000047fd22 in receive_msg (</div><div>    buf=0x869ec0 &quot;SIP/2.0 200 OK\r\nVia: SIP/2.0/UDP 10.17.0.202;branch=z9hG4bK75b5.e2a38a16.0\r\nVia: SIP/2.0/UDP 10.17.0.200:5060;branch=z9hG4bK730bcb55;rport=5060\r\nRecord-Route: &lt;sip:10.17.0.202;lr=on;did=c85.6d9b66b3&gt;\r&quot;..., len=&lt;value optimized out&gt;, </div>
<div>    rcv_info=0x7fffec158020) at receive.c:257</div><div>#8  0x0000000000505e2b in udp_rcv_loop () at udp_server.c:520</div><div>#9  0x0000000000455adf in main_loop () at main.c:1447</div><div>#10 0x0000000000456be2 in main (argc=&lt;value optimized out&gt;, argv=0x7fffec1582e8) at main.c:2251</div>
</div><div><br></div><div><br clear="all">Kelvin Chua<br>
<br><br><div class="gmail_quote">On Wed, Apr 21, 2010 at 6:04 PM, Daniel-Constantin Mierla <span dir="ltr">&lt;<a href="mailto:miconda@gmail.com">miconda@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">



  
  

<div bgcolor="#ffffff" text="#000000">
Hello,<br>
<br>
are you using the latest git version of branch kamailio_3.0? It was a
fix to dialog after the 3.0.0 release, adding some sanity checks for
broken messages:<br>
<a href="http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=787fabb1e0085355aa1eeb77d5f17e7940f4ed3c" target="_blank">http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=787fabb1e0085355aa1eeb77d5f17e7940f4ed3c</a><br>

<br>
On the other hand, I see you got a core dump file:<br>
<font face="arial, sans-serif"><span style="border-collapse:collapse"><font face="arial, sans-serif"><span style="border-collapse:collapse"><span style="font-size:13px"><div class="im">Apr
21 10:19:57 kamvm-1 /usr/local/sbin/kamailio[28507]: ALERT:
&lt;core&gt; [main.c:722]: child process 28511 exited by a signal 11<br>
Apr 21 10:19:57 kamvm-1 /usr/local/sbin/kamailio[28507]: ALERT:
&lt;core&gt; [main.c:725]: core was generated<br>
<br></div>
Locate the core file and sent the backtrace. The core is either in root
&#39;/&#39; folder or in working directory (if you provided by -w parameter).<br>
<br>
Use the gdb:<br>
<br>
gdb /path/to/kamailio core_file<br>
<br>
then do bt and send here.<br>
<br>
Thanks,<br>
Daniel<br>
</span></span></font></span></font><div><div></div><div class="h5"><br>
On 4/21/10 11:38 AM, Kelvin Chua wrote:
</div></div><blockquote type="cite"><div><div></div><div class="h5">ok, i&#39;ll enable debug for now.
  <div>but if it&#39;s indeed a buggy UA, the dialog module should not
have crashed </div>
  <div>but instead dropped the dialog/session and moved on, something i
think</div>
  <div>we need to address to be more resilient.</div>
  <div><br>
  </div>
  <div>i hope i catch the culprit when this happens again.<br>
  <div><br>
  <div>Kelvin Chua<br>
  <br>
  <br>
  <div class="gmail_quote">On Wed, Apr 21, 2010 at 5:33 PM, Iñaki Baz
Castillo <span dir="ltr">&lt;<a href="mailto:ibc@aliax.net" target="_blank">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>2010/4/21 Kelvin Chua &lt;<a href="mailto:kelchy@gmail.com" target="_blank">kelchy@gmail.com</a>&gt;:<br>
    </div>
&gt; i wonder if anybody from list is also experiencing this?<br>
    <br>
Perhaps in your case you have a buggy UA setting an invalid Contact<br>
header and it causes Kamailio to crash, maybe the reason others have<br>
not detected same issue.<br>
    <br>
Could you get some SIP traces until the problem occurs again?<br>
or perhaps could you enable the debug?<br>
    <font color="#888888"><br>
--<br>
    </font>
    <div>
    <div>Iñaki Baz Castillo<br>
&lt;<a href="mailto:ibc@aliax.net" target="_blank">ibc@aliax.net</a>&gt;<br>
    </div>
    </div>
  </blockquote>
  </div>
  <br>
  </div>
  </div>
  </div>
  </div></div><pre><fieldset></fieldset>
_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
<div class="im"><a href="mailto:sr-users@lists.sip-router.org" target="_blank">sr-users@lists.sip-router.org</a>
<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a>
  </div></pre>
</blockquote>
<br>
<div>-- <br>
Daniel-Constantin Mierla
* <a href="http://www.asipto.com/" target="_blank">http://www.asipto.com/</a> * <a href="http://twitter.com/miconda" target="_blank">http://twitter.com/miconda</a>
* <a href="http://www.linkedin.com/in/danielconstantinmierla" target="_blank">http://www.linkedin.com/in/danielconstantinmierla</a>
</div>
</div>

</blockquote></div><br></div>