<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div text="#000000" bgcolor="#ffffff"><div class="im"><blockquote type="cite"><div class="gmail_quote">

<blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex"><div text="#000000" bgcolor="#ffffff">Hi Marius,</div></blockquote>
  <div><br>
  </div>
  <div>
  <div>I hope this is what your after!</div>
  </div>
  <div><br>
  </div>
  <div>
  <div>(gdb) add-symbol-file /lib/kamailio/modules/topoh.so
0xb7004000+0x00001d30</div>
  <div>add symbol table from file &quot;/lib/kamailio/modules/topoh.so&quot; at</div>
  <div><span style="white-space:pre-wrap"> </span>.text_addr
= 0xb7005d30</div>
  <div>(y or n) y</div>
  <div>Reading symbols from /lib/kamailio/modules/topoh.so...done.</div>
  <div>(gdb) x/s 0xb70070d9</div>
  <div>0xb70070d9 &lt;th_skip_msg+9&gt;:<span style="white-space:pre-wrap"> </span> &lt;Address 0xb70070d9 out of
bounds&gt;</div>
  <div>(gdb) info registers <br>
  </div>
  </div>
  <div><br>
  </div>
  <div> </div>
  </div>
</blockquote>
<br></div>
Yes I think it is<br>
<br>
Looking at the debug messages I see the CSeq is wrong. <br>
<br>
But :<br>
<br>
int th_skip_msg(sip_msg_t *msg)<br>
{<br>
       
if((get_cseq(msg)-&gt;method_id)&amp;(METHOD_REGISTER|METHOD_PUBLISH))<br>
                return 1;<br>
<br>
        return 0;<br>
}<br>
<br>
As the cseq is wrong the get_cseq macro probably returns a NULL Pointer
who gets dereferenced (BANG the crash). Any other Ideas ?! <br>
<br>
The patch is trivial ( if(!get_cseq(msg))) parse_cseq(....) ) something
in this line. Daniel, What do you think ?<br>
<br>
Marius<br>
<br></div></blockquote><div><br></div><div><br></div><div>Thanks Marius.</div><div><br></div><div>Glad that we were able to find the issue.</div><div><br></div><div>Regards</div><div>Brian </div></div><br>