<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hi,</p>
<p><br>
</p>
<p>Also just had the following crash:</p>
<p><br>
</p>
<blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;">
<p></p>
<div>[Thread debugging using libthread_db enabled]</div>
<p></p>
<p></p>
<div>Using host libthread_db library "/lib64/libthread_db.so.1".</div>
<p></p>
<p></p>
<div>Core was generated by `/usr/sbin/asterisk -f -vvvg -c'.</div>
<p></p>
<p></p>
<div>Program terminated with signal SIGSEGV, Segmentation fault.</div>
<p></p>
<p></p>
<div>#0  0x00007f4e7c16fb29 in pj_atomic_dec_and_get () from /lib64/libpj.so.2</div>
<p></p>
<p></p>
<div>[Current thread is 1 (Thread 0x7f4e6d9fc700 (LWP 10799))]</div>
<p></p>
<p></p>
<div>#0  0x00007f4e7c16fb29 in pj_atomic_dec_and_get () at /lib64/libpj.so.2</div>
<p></p>
<p></p>
<div>#1  0x00007f4e7dcbab30 in pjsip_tx_data_dec_ref () at /lib64/libpjsip.so.2</div>
<p></p>
<p></p>
<div>#2  0x00007f4e7dcc5f07 in tsx_shutdown () at /lib64/libpjsip.so.2</div>
<p></p>
<p></p>
<div>#3  0x00007f4e7dcc6141 in tsx_set_state () at /lib64/libpjsip.so.2</div>
<p></p>
<p></p>
<div>#4  0x00007f4e7dcc61ca in tsx_on_state_terminated () at /lib64/libpjsip.so.2</div>
<p></p>
<p></p>
<div>#5  0x00007f4e7dcc6227 in tsx_timer_callback () at /lib64/libpjsip.so.2</div>
<p></p>
<p></p>
<div>#6  0x00007f4e7c17e3b7 in pj_timer_heap_poll () at /lib64/libpj.so.2</div>
<p></p>
<p></p>
<div>#7  0x00007f4e7dcb5c3b in pjsip_endpt_handle_events2 () at /lib64/libpjsip.so.2</div>
<p></p>
<p></p>
<div>#8  0x00007f4e6fbac508 in monitor_thread_exec (endpt=<optimized out>) at res_pjsip.c:3863</div>
<p></p>
<p></p>
<div>        delay = {sec = 0, msec = 10}</div>
<p></p>
<p></p>
<div>#9  0x00007f4e7c16fa56 in thread_main () at /lib64/libpj.so.2</div>
<p></p>
<p></p>
<div>#10 0x00007f4ec5ce261a in start_thread () at /lib64/libpthread.so.0</div>
<p></p>
<p></p>
<div>#11 0x00007f4ec501e59d in clone () at /lib64/libc.so.6</div>
<p></p>
</blockquote>
<p></p>
<div></div>
<br>
<p></p>
<p>Should this be raised as a bug?</p>
<p><br>
</p>
<p>Regards,</p>
<p><br>
</p>
<p>Ross</p>
<br>
<br>
<div style="color: rgb(0, 0, 0);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> asterisk-dev-bounces@lists.digium.com <asterisk-dev-bounces@lists.digium.com> on behalf of Ross Beer <ross.beer@outlook.com><br>
<b>Sent:</b> 24 June 2016 12:05<br>
<b>To:</b> Asterisk Developers Mailing List<br>
<b>Subject:</b> Re: [asterisk-dev] Serious Asterisk 13.10.0 issue</font>
<div> </div>
</div>
<div>
<div id="divtagdefaultwrapper" style="font-size:12pt; color:#000000; background-color:#FFFFFF; font-family:Calibri,Arial,Helvetica,sans-serif">
<p>Hi Joshua,</p>
<p><br>
</p>
<p>I believe the issue to be related to the option 'rtp_timeout', on an Asterisk setup that does not use this option there is no such issue.</p>
<p><br>
</p>
<p>I assume that tasks are created to check that RTP is being sent and these are getting backed up and hitting the 'high water' mark.</p>
<p><br>
</p>
<p>I am happy to test any patches as soon as they become available.</p>
<p><br>
</p>
<p>Regards,</p>
<p><br>
</p>
<p>Ross</p>
<br>
<br>
<div style="color:rgb(0,0,0)">
<div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> asterisk-dev-bounces@lists.digium.com <asterisk-dev-bounces@lists.digium.com> on behalf of Joshua Colp <jcolp@digium.com><br>
<b>Sent:</b> 24 June 2016 11:59<br>
<b>To:</b> Asterisk Developers Mailing List<br>
<b>Subject:</b> Re: [asterisk-dev] Serious Asterisk 13.10.0 issue</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt">
<div class="PlainText">Ross Beer wrote:<br>
> Hi,<br>
><br>
><br>
> The latest release of asterisk is suffering a bug where it reaches too<br>
> many tasks and stops processing all SIP packets when using PJSIP.<br>
><br>
><br>
> I have raised a fault here:<br>
><br>
><br>
> <a href="https://issues.asterisk.org/jira/browse/ASTERISK-26145" id="LPlnk183039">
https://issues.asterisk.org/jira/browse/ASTERISK-26145</a><br>
><br>
><br>
> This is a show stopper for the next version of asterisk, can we try to<br>
> resolve this issue as a matter of urgency.<br>
<br>
We'll look at the issue and determine the proper steps forward, <br>
including whether it should block things or not.<br>
<br>
-- <br>
Joshua Colp<br>
Digium, Inc. | Senior Software Developer<br>
445 Jan Davis Drive NW - Huntsville, AL 35806 - US<br>
Check us out at: <a href="http://www.digium.com">www.digium.com</a> & <a href="http://www.asterisk.org">
www.asterisk.org</a><br>
<br>
<br>
-- <br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" title="http://www.api-digital.com
Ctrl+Click or tap to follow the link">
http://www.api-digital.com</a> --<br>
<br>
asterisk-dev mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev">http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br>
</div>
</span></font></div>
</div>
</div>
</div>
</div>
</body>
</html>