<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I looked at the last gdb trace you sent and the crash is inside
    syslog() function, which prints a message with static text, if I
    matched it with the right version of the sources.<br>
    <br>
    Is the trace from running kamailio 4.1? What is the output of:<br>
    <br>
    kamailio -v<br>
    <br>
    Cheers,<br>
    Daniel<br>
    <br>
    <div class="moz-cite-prefix">On 04/12/14 17:23, Daniel-Constantin
      Mierla wrote:<br>
    </div>
    <blockquote cite="mid:54808A6E.9080007@gmail.com" type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      Btw, you need to install dbg symbols package, in case you
      installed from some deb/rpm.<br>
      <br>
      Daniel<br>
      <br>
      <div class="moz-cite-prefix">On 04/12/14 17:22, Daniel-Constantin
        Mierla wrote:<br>
      </div>
      <blockquote cite="mid:54808A29.80309@gmail.com" type="cite">
        <meta content="text/html; charset=windows-1252"
          http-equiv="Content-Type">
        Hello,<br>
        <br>
        I need the output of the 'bt full' -- I guess it will require a
        few 'more' paginations, because it is printing the values for
        local variables which are important to troubleshoot.<br>
        <br>
        Cheers,<br>
        daniel<br>
        <br>
        <div class="moz-cite-prefix">On 04/12/14 17:13, Timo Klecker
          wrote:<br>
        </div>
        <blockquote cite="mid:042101d00fdd$4b9a0b00$e2ce2100$@decoit.de"
          type="cite">
          <meta http-equiv="Content-Type" content="text/html;
            charset=windows-1252">
          <meta name="Generator" content="Microsoft Word 14 (filtered
            medium)">
          <style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Vorformatiert Zchn";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Sprechblasentext Zchn";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";
        color:black;}
span.HTMLVorformatiertZchn
        {mso-style-name:"HTML Vorformatiert Zchn";
        mso-style-priority:99;
        mso-style-link:"HTML Vorformatiert";
        font-family:Consolas;
        color:black;}
span.SprechblasentextZchn
        {mso-style-name:"Sprechblasentext Zchn";
        mso-style-priority:99;
        mso-style-link:Sprechblasentext;
        font-family:"Tahoma","sans-serif";
        color:black;}
span.E-MailFormatvorlage21
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.E-MailFormatvorlage22
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.E-MailFormatvorlage23
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.E-MailFormatvorlage24
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
          <div class="WordSection1">
            <p class="MsoNormal"><span lang="EN-US">Hi Daniel,<o:p></o:p></span></p>
            <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
            <p class="MsoNormal"><span lang="EN-US">gdb
                /path/to/kamailio /path/to/corefile <o:p></o:p></span></p>
            <p class="MsoNormal"><span lang="EN-US">sent me into
                interactive mode. </span>Typing <o:p></o:p></p>
            <p class="MsoNormal">bt full <o:p></o:p></p>
            <p class="MsoNormal"><span lang="EN-US">now sent me into
                something like “more” so I had to copy everything by
                hand, like 46k lines. <o:p></o:p></span></p>
            <p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
            <p class="MsoNormal"><span lang="EN-US">So I searched the
                web for a non interactive method and came up with this.
                If it is not ok, please tell me how to get the “bt full”
                string out of this interactive gdb shell. <o:p></o:p></span></p>
            <p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
            <p class="MsoNormal"><span lang="EN-US">I will provide you
                with the output of gdb itself, I missed that in the last
                mail.<o:p></o:p></span></p>
            <p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
            <p class="MsoNormal">Greetings <o:p></o:p></p>
            <p class="MsoNormal">Timo<br>
              <br>
              <o:p></o:p></p>
            <p class="MsoNormal"><o:p> </o:p></p>
            <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
            <div>
              <div style="border:none;border-top:solid #B5C4DF
                1.0pt;padding:3.0pt 0cm 0cm 0cm">
                <p class="MsoNormal"><b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext">Von:</span></b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext">
                    Daniel-Constantin Mierla [<a moz-do-not-send="true"
                      class="moz-txt-link-freetext"
                      href="mailto:miconda@gmail.com">mailto:miconda@gmail.com</a>]
                    <br>
                    <b>Gesendet:</b> Donnerstag, 4. Dezember 2014 16:47<br>
                    <b>An:</b> Timo Klecker; 'Kamail</span><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext"
                    lang="EN-US">io (SER) - Users Mailing List'<br>
                    <b>Betreff:</b> Re: AW: AW: AW: [SR-Users] Kamailio
                    Crash when modifying username of Request </span><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext">Uri<o:p></o:p></span></p>
              </div>
            </div>
            <p class="MsoNormal"><o:p> </o:p></p>
            <p class="MsoNormal">Hello,<br>
              <br>
              wondering why not simply sending what I asked for,
              respectively output for:<br>
              <br>
              gdb /path/to/kamailio /path/to/corefile<br>
              bt full<br>
              <br>
              I guess I wanted to get some useful information out of
              those commands...<br>
              <br>
              Cheers,<br>
              Daniel<o:p></o:p></p>
            <div>
              <p class="MsoNormal"><br>
                On 04/12/14 16:41, Timo Klecker wrote:<o:p></o:p></p>
            </div>
            <blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
              <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"
                  lang="EN-US">Hi Daniel,</span><o:p></o:p></p>
              <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"
                  lang="EN-US"> </span><o:p></o:p></p>
              <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"
                  lang="EN-US">sorry for sending the core files, I now
                  sent the output of:</span><o:p></o:p></p>
              <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"
                  lang="EN-US"> </span><o:p></o:p></p>
              <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"
                  lang="EN-US">gdb --batch --quiet -ex "thread apply all
                  bt full" -ex "quit" /sbin/kamailio /core.8933 </span><o:p></o:p></p>
              <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"
                  lang="EN-US"> </span><o:p></o:p></p>
              <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Hope


                  this is what you are looking for. </span><o:p></o:p></p>
              <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"> </span><o:p></o:p></p>
              <div>
                <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Kind


                    regards, </span><o:p></o:p></p>
                <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Timo</span><o:p></o:p></p>
                <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><br>
                    <br>
                    <br>
                  </span><o:p></o:p></p>
              </div>
              <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"> </span><o:p></o:p></p>
              <div>
                <div style="border:none;border-top:solid #B5C4DF
                  1.0pt;padding:3.0pt 0cm 0cm 0cm">
                  <p class="MsoNormal"><b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext">Von:</span></b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext">
                      Daniel-Constantin Mierla [<a
                        moz-do-not-send="true"
                        href="mailto:miconda@gmail.com">mailto:miconda@gmail.com</a>]
                      <br>
                      <b>Gesendet:</b> Donnerstag, 4. Dezember 2014
                      16:16<br>
                      <b>An:</b> Timo Klecker; 'Kamailio (SER) - Users
                      Mailing List'<br>
                      <b>Betreff:</b> Re: AW: AW: [SR-Users] Kamailio
                      Crash when modifying username of Request Uri</span><o:p></o:p></p>
                </div>
              </div>
              <p class="MsoNormal"> <o:p></o:p></p>
              <p class="MsoNormal" style="margin-bottom:12.0pt">Hello,<br>
                <br>
                corefiles themselves are useless. I need the backtrace
                from them, respectively the output of:<br>
                <br>
                gdb /path/to/kamailio /path/to/corefile<br>
                bt full<br>
                <br>
                Cheers,<br>
                Daniel<o:p></o:p></p>
              <div>
                <p class="MsoNormal">On 04/12/14 15:56, Timo Klecker
                  wrote:<o:p></o:p></p>
              </div>
              <blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
                <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Hello


                    Daniel,</span><o:p></o:p></p>
                <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"> </span><o:p></o:p></p>
                <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"
                    lang="EN-US">yes, with the production config I still
                    get a core, not with the testing config, though. The
                    last line in log with testing config is:</span><o:p></o:p></p>
                <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"
                    lang="EN-US"> </span><o:p></o:p></p>
                <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"
                    lang="EN-US">Dec  4 13:28:06 lvm-centos-kamailio1
                    /sbin/kamailio[8045]: ERROR: <core>
                    [action.c:1572]: run_actions(): WARNING: too many
                    recursive routing table lookups (101) giving up!</span><o:p></o:p></p>
                <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"
                    lang="EN-US">Dec  4 13:28:06 lvm-centos-kamailio1
                    /sbin/kamailio[8045]: WARNING: <core>
                    [receive.c:214]: receive_msg(): WARNING:
                    receive_msg: error while trying script</span><o:p></o:p></p>
                <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"
                    lang="EN-US"> </span><o:p></o:p></p>
                <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"
                    lang="EN-US">But I have 2 cores, each 52M in size
                    from production config. I will bzip them and send
                    them via email. </span><o:p></o:p></p>
                <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"
                    lang="EN-US"> </span><o:p></o:p></p>
                <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"
                    lang="EN-US"> </span><o:p></o:p></p>
                <div>
                  <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Kind


                      regards,<br>
                      <br>
                      Timo Klecker </span><o:p></o:p></p>
                </div>
              </blockquote>
              <p class="MsoNormal"><br>
                <br>
                <br>
                <o:p></o:p></p>
              <pre>-- <o:p></o:p></pre>
              <pre>Daniel-Constantin Mierla<o:p></o:p></pre>
              <pre><a moz-do-not-send="true" href="http://twitter.com/#%21/miconda">http://twitter.com/#!/miconda</a> - <a moz-do-not-send="true" href="http://www.linkedin.com/in/miconda">http://www.linkedin.com/in/miconda</a><o:p></o:p></pre>
            </blockquote>
            <p class="MsoNormal"><br>
              <br>
              <o:p></o:p></p>
            <pre>-- <o:p></o:p></pre>
            <pre>Daniel-Constantin Mierla<o:p></o:p></pre>
            <pre><a moz-do-not-send="true" href="http://twitter.com/#%21/miconda">http://twitter.com/#!/miconda</a> - <a moz-do-not-send="true" href="http://www.linkedin.com/in/miconda">http://www.linkedin.com/in/miconda</a><o:p></o:p></pre>
          </div>
        </blockquote>
        <br>
        <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://twitter.com/#%21/miconda">http://twitter.com/#!/miconda</a> - <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.linkedin.com/in/miconda">http://www.linkedin.com/in/miconda</a></pre>
      </blockquote>
      <br>
      <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://twitter.com/#%21/miconda">http://twitter.com/#!/miconda</a> - <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.linkedin.com/in/miconda">http://www.linkedin.com/in/miconda</a></pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla
<a class="moz-txt-link-freetext" href="http://twitter.com/#!/miconda">http://twitter.com/#!/miconda</a> - <a class="moz-txt-link-freetext" href="http://www.linkedin.com/in/miconda">http://www.linkedin.com/in/miconda</a></pre>
  </body>
</html>