<p>opensips 2.1.1<br>
git revision: <a href="https://github.com/OpenSIPS/opensips/commit/139415b4fea95ffc8ca827f5b0728dc6cec9b630" class="commit-link"><tt>139415b</tt></a></p>

<pre><code>Program terminated with signal 11, Segmentation fault.
#0  0x00007f3f5e0c93bd in check_and_split_time_list (uticks=1221356900000, set=&lt;value optimized out&gt;) at timer.c:809
809             while( tl!=end &amp;&amp; tl-&gt;time_out &lt;= time)
(gdb) print tl
$1 = (struct timer_link *) 0x0
(gdb) print timer_list
$2 = (struct timer *) 0x7f3f5812b828
(gdb) print *timer_list
$3 = {first_tl = {next_tl = 0x7f3f590e7d50, prev_tl = 0x0, ld_tl = 0x0, time_out = 0, timer_list = 0x0, deleted = 0, set = 0}, last_tl = {next_tl = 0x0,
    prev_tl = 0x7f3f590e7d50, ld_tl = 0x0, time_out = 18446744073709551615, timer_list = 0x0, deleted = 0, set = 0}, mutex = 0x7f3f57eab4dc, id = RT_T2}
(gdb) print timer_list-&gt;first_tl.next_tl
$4 = (struct timer_link *) 0x7f3f590e7d50
(gdb) print (timer_list-&gt;first_tl.next_tl)-&gt;ld_tl-&gt;next_tl
$5 = (struct timer_link *) 0x0
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href="https://github.com/OpenSIPS/opensips/issues/723">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AFOciVea0St3gPtTRH1JmL4kkErDNfcUks5pOOWIgaJpZM4Gya2j.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/OpenSIPS/opensips/issues/723"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>