<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    in a quick look at the trace and the code, the assignment with empty
    value seems to be the issue, likely to be:<br>
    <br>
    <span style="color:#1F497D">$rU = $dbr(ra=>[0,1]);</span><br>
    <br>
    I remember that a similar issue was fixed long time ago, but not
    sure before your version (3.2.x) which is very old right now. If you
    have time, you can simulate the same situation using a more recent
    version such as 4.2 or 4.3.<br>
    <br>
    Being traveling, I can't do much testing and analysis of the commit
    logs to see what and when was fixed.<br>
    <br>
    For the moment, you can try to catch the situation in the config:<br>
    <br>
    <span style="color:#1F497D">if(</span><span style="color:#1F497D"><span
        style="color:#1F497D">$dbr(ra=>[0,1])!="") </span>$rU =
      $dbr(ra=>[0,1]);</span><br>
    <br>
    <div class="moz-cite-prefix">Cheers,<br>
      Daniel<br>
      <br>
      On 03/07/15 08:38, Nick Raper wrote:<br>
    </div>
    <blockquote
cite="mid:VI1PR01MB132836A72DE96CEC724581B993960@VI1PR01MB1328.eurprd01.prod.exchangelabs.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <meta name="Generator" content="Microsoft Word 15 (filtered
        medium)">
      <!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]-->
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Webdings;
        panose-1:5 3 1 2 1 5 9 6 7 3;}
@font-face
        {font-family:"Comic Sans MS";
        panose-1:3 15 7 2 3 3 2 2 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:11.0pt;
        font-family:"Calibri",sans-serif;
        color:black;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;
        color:black;}
span.EmailStyle19
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.EmailStyle20
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
span.EmailStyle21
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
span.EmailStyle22
        {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:72.0pt 72.0pt 72.0pt 72.0pt;}
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 style="color:#1F497D">This is our
            call forward route:<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">route[CALLFWD]<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">{<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">       
            if(!is_method("INVITE"))<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">               
            return -1;<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">       
            if($avp(DST_CARRIER) != CARRIER_US)<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">               
            return -1;<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">       
            sql_result_free("ra");<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">       
            sql_query("ca",<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">               
            "SELECT forward, fwdnumber FROM subscriber WHERE
            username='$rU'",<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">               
            "ra");<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">       
            if($dbr(ra=>rows)<=0) {<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">               
            return -1;<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">        }<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">       
            if($dbr(ra=>[0,0])==1) {<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">               
            $rU = $dbr(ra=>[0,1]);<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">     
                      $avp(ACC_FWDNUMBER)=$rU;<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">               
            return 1;<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">        }<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">        return
            -1;<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">}<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">Cheers,<o:p></o:p></span></p>
        <div>
          <table class="MsoNormalTable"
            style="width:487.35pt;border-collapse:collapse" border="0"
            cellpadding="0" cellspacing="0" width="650">
            <tbody>
              <tr style="height:73.7pt">
                <td style="width:94.8pt;padding:0cm 5.4pt 0cm
                  5.4pt;height:73.7pt" valign="top" width="126">
                  <p class="MsoNormal" style="line-height:115%"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:navy;mso-fareast-language:EN-ZA"><img
                        id="_x0000_i1028"
                        src="cid:part1.08030904.05020302@gmail.com"
                        alt="cid:image001.jpg@01CFEF9D.A1F537A0"
                        width="110" height="118"><o:p></o:p></span></p>
                </td>
                <td style="width:392.55pt;padding:0cm 5.4pt 0cm
                  5.4pt;height:73.7pt" valign="top" width="523">
                  <p class="MsoNormal" style="line-height:115%"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA"><o:p> </o:p></span></p>
                  <p class="MsoNormal" style="line-height:115%"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA">                      
                      <o:p></o:p></span></p>
                  <p class="MsoNormal" style="line-height:115%"><b><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA">Nick
                        Raper<o:p></o:p></span></b></p>
                  <p class="MsoNormal" style="line-height:115%"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA">Infrastructure
                      Engineer<b><o:p></o:p></b></span></p>
                  <p class="MsoNormal" style="line-height:115%"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA">4<sup>th</sup>
                      Dimension Technology | South Africa
                      <o:p></o:p></span></p>
                  <p class="MsoNormal" style="line-height:115%"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA">Office:
                      +27 21 506 6260 | 24 hour helpline: +27 21 506
                      6260 | Fax: +27 86 610 5792<o:p></o:p></span></p>
                  <p class="MsoNormal" style="line-height:115%"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA">Email:
                    </span><span
                      style="color:#1F497D;mso-fareast-language:EN-ZA"><a
                        moz-do-not-send="true"
                        href="mailto:nick@4dt.co.za"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:blue">nick@4dt.co.za</span></a></span><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA">
                      | Web: </span><span
                      style="color:#1F497D;mso-fareast-language:EN-ZA"><a
                        moz-do-not-send="true"
                        href="http://www.4dt.co.za/"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:blue">www.4dt.co.za</span></a><o:p></o:p></span></p>
                  <p class="MsoNormal" style="line-height:115%"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA"><o:p> </o:p></span></p>
                </td>
              </tr>
            </tbody>
          </table>
          <p class="MsoNormal"><i><span
                style="color:green;mso-fareast-language:EN-ZA"
                lang="EN-GB"> </span></i><i><span
                style="font-family:Webdings;color:green;mso-fareast-language:EN-ZA"
                lang="EN-GB">P</span></i><i><span
style="font-family:"Arial",sans-serif;color:green;mso-fareast-language:EN-ZA"
                lang="EN-GB">
              </span></i><span style="font-family:"Comic Sans
              MS";color:green;mso-fareast-language:EN-ZA">Please
              consider the environment before printing this email</span><span
              style="font-family:"Comic Sans
              MS";color:green;mso-fareast-language:EN-ZA"><o:p></o:p></span></p>
        </div>
        <p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
        <div>
          <div style="border:none;border-top:solid #E1E1E1
            1.0pt;padding:3.0pt 0cm 0cm 0cm">
            <p class="MsoNormal"><b><span
                  style="color:windowtext;mso-fareast-language:EN-ZA"
                  lang="EN-US">From:</span></b><span
                style="color:windowtext;mso-fareast-language:EN-ZA"
                lang="EN-US"> Daniel-Constantin Mierla
                [<a class="moz-txt-link-freetext" href="mailto:miconda@gmail.com">mailto:miconda@gmail.com</a>]
                <br>
                <b>Sent:</b> 02 July 2015 06:11 PM<br>
                <b>To:</b> Nick Raper; Kamailio (SER) - Users Mailing
                List<br>
                <b>Subject:</b> Re: [SR-Users] Segment fault<o:p></o:p></span></p>
          </div>
        </div>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal" style="margin-bottom:12.0pt">How do you
          load the value of fwdnumber and then how you use it to update
          the request uri?<br>
          <br>
          The backtrace points to an assignment, but I need to know
          exactly the operations you do to track it down.<br>
          <br>
          Cheers,<br>
          Daniel<span
            style="font-size:12.0pt;mso-fareast-language:EN-ZA"><o:p></o:p></span></p>
        <div>
          <p class="MsoNormal">On 02/07/15 11:42, Nick Raper wrote:<o:p></o:p></p>
        </div>
        <blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
          <p class="MsoNormal"><span style="color:#1F497D">I see now
              that we had an entry in the ‘subscriber’ table with
              forwarding enabled but the ‘fwdnumber’ field was blank.</span><o:p></o:p></p>
          <p class="MsoNormal"><span style="color:#1F497D"> </span><o:p></o:p></p>
          <p class="MsoNormal"><span style="color:#1F497D">Could this be
              the cause?</span><o:p></o:p></p>
          <p class="MsoNormal"><span style="color:#1F497D"> </span><o:p></o:p></p>
          <div>
            <table class="MsoNormalTable"
              style="width:487.35pt;border-collapse:collapse" border="0"
              cellpadding="0" cellspacing="0" width="650">
              <tbody>
                <tr style="height:73.7pt">
                  <td style="width:94.8pt;padding:0cm 5.4pt 0cm
                    5.4pt;height:73.7pt" valign="top" width="126">
                    <p class="MsoNormal" style="line-height:115%"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:navy;mso-fareast-language:EN-ZA"><img
                          id="_x0000_i1025"
                          src="cid:part1.08030904.05020302@gmail.com"
                          alt="cid:image001.jpg@01CFEF9D.A1F537A0"
                          border="0" width="110" height="118"></span><o:p></o:p></p>
                  </td>
                  <td style="width:392.55pt;padding:0cm 5.4pt 0cm
                    5.4pt;height:73.7pt" valign="top" width="523">
                    <p class="MsoNormal" style="line-height:115%"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA"> </span><o:p></o:p></p>
                    <p class="MsoNormal" style="line-height:115%"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA">                      
                      </span><o:p></o:p></p>
                    <p class="MsoNormal" style="line-height:115%"><b><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA">Nick
                          Raper</span></b><o:p></o:p></p>
                    <p class="MsoNormal" style="line-height:115%"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA">Infrastructure
                        Engineer</span><o:p></o:p></p>
                    <p class="MsoNormal" style="line-height:115%"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA">4<sup>th</sup>
                        Dimension Technology | South Africa
                      </span><o:p></o:p></p>
                    <p class="MsoNormal" style="line-height:115%"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA">Office:
                        +27 21 506 6260 | 24 hour helpline: +27 21 506
                        6260 | Fax: +27 86 610 5792</span><o:p></o:p></p>
                    <p class="MsoNormal" style="line-height:115%"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA">Email:
                      </span><span
                        style="color:#1F497D;mso-fareast-language:EN-ZA"><a
                          moz-do-not-send="true"
                          href="mailto:nick@4dt.co.za"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:blue">nick@4dt.co.za</span></a></span><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA">
                        | Web: </span><span
                        style="color:#1F497D;mso-fareast-language:EN-ZA"><a
                          moz-do-not-send="true"
                          href="http://www.4dt.co.za/"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:blue">www.4dt.co.za</span></a></span><o:p></o:p></p>
                    <p class="MsoNormal" style="line-height:115%"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA"> </span><o:p></o:p></p>
                  </td>
                </tr>
              </tbody>
            </table>
            <p class="MsoNormal"><i><span
                  style="color:green;mso-fareast-language:EN-ZA"
                  lang="EN-GB"> </span></i><i><span
                  style="font-family:Webdings;color:green;mso-fareast-language:EN-ZA"
                  lang="EN-GB">P</span></i><i><span
style="font-family:"Arial",sans-serif;color:green;mso-fareast-language:EN-ZA"
                  lang="EN-GB">
                </span></i>Please consider the environment before
              printing this email<o:p></o:p></p>
          </div>
          <p class="MsoNormal"><span style="color:#1F497D"> </span><o:p></o:p></p>
          <div>
            <div style="border:none;border-top:solid #E1E1E1
              1.0pt;padding:3.0pt 0cm 0cm 0cm">
              <p class="MsoNormal"><b><span
                    style="color:windowtext;mso-fareast-language:EN-ZA"
                    lang="EN-US">From:</span></b><span
                  style="color:windowtext;mso-fareast-language:EN-ZA"
                  lang="EN-US"> sr-users [<a moz-do-not-send="true"
                    href="mailto:sr-users-bounces@lists.sip-router.org">mailto:sr-users-bounces@lists.sip-router.org</a>]
                  <b>On Behalf Of </b>Nick Raper<br>
                  <b>Sent:</b> 02 July 2015 09:43 AM<br>
                  <b>To:</b> <a moz-do-not-send="true"
                    href="mailto:miconda@gmail.com">miconda@gmail.com</a>;
                  Kamailio (SER) - Users Mailing List<br>
                  <b>Subject:</b> Re: [SR-Users] Segment fault</span><o:p></o:p></p>
            </div>
          </div>
          <p class="MsoNormal"> <o:p></o:p></p>
          <p class="MsoNormal"><span style="color:#1F497D">Sorry I
              forgot to mention the vesion 3.2.1</span><o:p></o:p></p>
          <p class="MsoNormal"><span style="color:#1F497D"> </span><o:p></o:p></p>
          <div>
            <table class="MsoNormalTable"
              style="width:487.35pt;border-collapse:collapse" border="0"
              cellpadding="0" cellspacing="0" width="650">
              <tbody>
                <tr style="height:73.7pt">
                  <td style="width:94.8pt;padding:0cm 5.4pt 0cm
                    5.4pt;height:73.7pt" valign="top" width="126">
                    <p class="MsoNormal" style="line-height:115%"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:navy;mso-fareast-language:EN-ZA"><img
                          id="_x0000_i1026"
                          src="cid:part1.08030904.05020302@gmail.com"
                          alt="cid:image001.jpg@01CFEF9D.A1F537A0"
                          border="0" width="110" height="118"></span><o:p></o:p></p>
                  </td>
                  <td style="width:392.55pt;padding:0cm 5.4pt 0cm
                    5.4pt;height:73.7pt" valign="top" width="523">
                    <p class="MsoNormal" style="line-height:115%"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA"> </span><o:p></o:p></p>
                    <p class="MsoNormal" style="line-height:115%"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA">                      
                      </span><o:p></o:p></p>
                    <p class="MsoNormal" style="line-height:115%"><b><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA">Nick
                          Raper</span></b><o:p></o:p></p>
                    <p class="MsoNormal" style="line-height:115%"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA">Infrastructure
                        Engineer</span><o:p></o:p></p>
                    <p class="MsoNormal" style="line-height:115%"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA">4<sup>th</sup>
                        Dimension Technology | South Africa
                      </span><o:p></o:p></p>
                    <p class="MsoNormal" style="line-height:115%"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA">Office:
                        +27 21 506 6260 | 24 hour helpline: +27 21 506
                        6260 | Fax: +27 86 610 5792</span><o:p></o:p></p>
                    <p class="MsoNormal" style="line-height:115%"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA">Email:
                      </span><span
                        style="color:#1F497D;mso-fareast-language:EN-ZA"><a
                          moz-do-not-send="true"
                          href="mailto:nick@4dt.co.za"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:blue">nick@4dt.co.za</span></a></span><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA">
                        | Web: </span><span
                        style="color:#1F497D;mso-fareast-language:EN-ZA"><a
                          moz-do-not-send="true"
                          href="http://www.4dt.co.za/"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:blue">www.4dt.co.za</span></a></span><o:p></o:p></p>
                    <p class="MsoNormal" style="line-height:115%"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA"> </span><o:p></o:p></p>
                  </td>
                </tr>
              </tbody>
            </table>
            <p class="MsoNormal"><i><span
                  style="color:green;mso-fareast-language:EN-ZA"
                  lang="EN-GB"> </span></i><i><span
                  style="font-family:Webdings;color:green;mso-fareast-language:EN-ZA"
                  lang="EN-GB">P</span></i><i><span
style="font-family:"Arial",sans-serif;color:green;mso-fareast-language:EN-ZA"
                  lang="EN-GB">
                </span></i>Please consider the environment before
              printing this email<o:p></o:p></p>
          </div>
          <p class="MsoNormal"><span style="color:#1F497D"> </span><o:p></o:p></p>
          <div>
            <div style="border:none;border-top:solid #E1E1E1
              1.0pt;padding:3.0pt 0cm 0cm 0cm">
              <p class="MsoNormal"><b><span
                    style="color:windowtext;mso-fareast-language:EN-ZA"
                    lang="EN-US">From:</span></b><span
                  style="color:windowtext;mso-fareast-language:EN-ZA"
                  lang="EN-US"> sr-users [<a moz-do-not-send="true"
                    href="mailto:sr-users-bounces@lists.sip-router.org">mailto:sr-users-bounces@lists.sip-router.org</a>]
                  <b>On Behalf Of </b>Daniel-Constantin Mierla<br>
                  <b>Sent:</b> 02 July 2015 08:37 AM<br>
                  <b>To:</b> Kamailio (SER) - Users Mailing List<br>
                  <b>Subject:</b> Re: [SR-Users] Segment fault</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>
            according to the log, you got a coredump:<o:p></o:p></p>
          <pre>Jul  1 14:44:52 sipa /usr/local/sbin/kamailio[2837]: ALERT: <core> [main.c:754]: core was generated<o:p></o:p></pre>
          <p class="MsoNormal" style="margin-bottom:12.0pt"><br>
            Send the output of 'bt full' taken with gdb from the core
            file -- the core file is either in / or in the working dir
            of kamailio.<br>
            <br>
            Also, mention the version of kamailio that you are using
            (kamailio -V).<br>
            <br>
            Cheers,<br>
            Daniel<o:p></o:p></p>
          <div>
            <p class="MsoNormal">On 01/07/15 21:20, Nick Raper wrote:<o:p></o:p></p>
          </div>
          <blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
            <p class="MsoNormal" style="text-autospace:none"><span
                style="font-family:"Courier New"">Hi,</span><o:p></o:p></p>
            <p class="MsoNormal" style="text-autospace:none"><span
                style="font-family:"Courier New""> </span><o:p></o:p></p>
            <p class="MsoNormal" style="text-autospace:none"><span
                style="font-family:"Courier New"">Can anyone
                help with a segment fault we had today please?</span><o:p></o:p></p>
            <p class="MsoNormal" style="text-autospace:none"><span
                style="font-family:"Courier New""> </span><o:p></o:p></p>
            <p class="MsoNormal" style="text-autospace:none"><span
                style="font-family:"Courier New"">Our Kamailio
                has been running for months with no problem but today we
                received this error 3 times and Kamailio stopped.</span><o:p></o:p></p>
            <p class="MsoNormal" style="text-autospace:none"><span
                style="font-family:"Courier New""> </span><o:p></o:p></p>
            <p class="MsoNormal" style="text-autospace:none"><span
                style="font-family:"Courier New"">Jul  1
                12:48:43 sipa kernel: kamailio[2853]: segfault at
                7f516819f6fc ip 00007f516a51c4a6 sp 00007fffd0fbe420
                error 7 in pv.so[7f516a510000+36000]</span><o:p></o:p></p>
            <p class="MsoNormal"> <o:p></o:p></p>
            <p class="MsoNormal">The full log files are attached for the
              three seg faults.<o:p></o:p></p>
            <p class="MsoNormal"> <o:p></o:p></p>
            <p class="MsoNormal">Regards,<o:p></o:p></p>
            <p class="MsoNormal"> <o:p></o:p></p>
            <table class="MsoNormalTable"
              style="width:487.35pt;border-collapse:collapse" border="0"
              cellpadding="0" cellspacing="0" width="650">
              <tbody>
                <tr style="height:73.7pt">
                  <td style="width:94.8pt;padding:0cm 5.4pt 0cm
                    5.4pt;height:73.7pt" valign="top" width="126">
                    <p class="MsoNormal" style="line-height:115%"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:navy;mso-fareast-language:EN-ZA"><img
                          id="Picture_x0020_1"
                          src="cid:part1.08030904.05020302@gmail.com"
                          alt="cid:image001.jpg@01CFEF9D.A1F537A0"
                          border="0" width="110" height="118"></span><o:p></o:p></p>
                  </td>
                  <td style="width:392.55pt;padding:0cm 5.4pt 0cm
                    5.4pt;height:73.7pt" valign="top" width="523">
                    <p class="MsoNormal" style="line-height:115%"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA"> </span><o:p></o:p></p>
                    <p class="MsoNormal" style="line-height:115%"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA">                      
                      </span><o:p></o:p></p>
                    <p class="MsoNormal" style="line-height:115%"><b><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA">Nick
                          Raper</span></b><o:p></o:p></p>
                    <p class="MsoNormal" style="line-height:115%"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA">Infrastructure
                        Engineer</span><o:p></o:p></p>
                    <p class="MsoNormal" style="line-height:115%"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA">4<sup>th</sup>
                        Dimension Technology | South Africa
                      </span><o:p></o:p></p>
                    <p class="MsoNormal" style="line-height:115%"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA">Office:
                        +27 21 506 6260 | 24 hour helpline: +27 21 506
                        6260 | Fax: +27 86 610 5792</span><o:p></o:p></p>
                    <p class="MsoNormal" style="line-height:115%"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA">Email:
                      </span><span style="mso-fareast-language:EN-ZA"><a
                          moz-do-not-send="true"
                          href="mailto:nick@4dt.co.za"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:blue">nick@4dt.co.za</span></a></span><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA">
                        | Web: </span><span
                        style="mso-fareast-language:EN-ZA"><a
                          moz-do-not-send="true"
                          href="http://www.4dt.co.za/"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:blue">www.4dt.co.za</span></a></span><o:p></o:p></p>
                    <p class="MsoNormal" style="line-height:115%"><span
style="font-size:10.0pt;line-height:115%;font-family:"Arial",sans-serif;color:#666699;mso-fareast-language:EN-ZA"> </span><o:p></o:p></p>
                  </td>
                </tr>
              </tbody>
            </table>
            <p class="MsoNormal"><i><span
                  style="color:green;mso-fareast-language:EN-ZA"
                  lang="EN-GB"> </span></i><i><span
                  style="font-family:Webdings;color:green;mso-fareast-language:EN-ZA"
                  lang="EN-GB">P</span></i><i><span
style="font-family:"Arial",sans-serif;color:green;mso-fareast-language:EN-ZA"
                  lang="EN-GB">
                </span></i>Please consider the environment before
              printing this email<o:p></o:p></p>
            <p class="MsoNormal"> <o:p></o:p></p>
            <p class="MsoNormal" style="margin-bottom:12.0pt"><span
                style="font-size:12.0pt"><br>
                <br>
                <br>
              </span><o:p></o:p></p>
            <pre>_______________________________________________<o:p></o:p></pre>
            <pre>SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list<o:p></o:p></pre>
            <pre><a moz-do-not-send="true" href="mailto:sr-users@lists.sip-router.org">sr-users@lists.sip-router.org</a><o:p></o:p></pre>
            <pre><a moz-do-not-send="true" href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a><o:p></o:p></pre>
          </blockquote>
          <p class="MsoNormal" style="margin-bottom:12.0pt"><span
              style="font-size:12.0pt"> </span><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>
          <pre>Book: SIP Routing With Kamailio - <a moz-do-not-send="true" href="http://www.asipto.com">http://www.asipto.com</a><o:p></o:p></pre>
        </blockquote>
        <p class="MsoNormal"><span
            style="font-size:12.0pt;font-family:"Times New
            Roman",serif;mso-fareast-language:EN-ZA"><br>
            <br>
            <o:p></o:p></span></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>
        <pre>Book: SIP Routing With Kamailio - <a moz-do-not-send="true" href="http://www.asipto.com">http://www.asipto.com</a><o:p></o:p></pre>
      </div>
    </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>
Book: SIP Routing With Kamailio - <a class="moz-txt-link-freetext" href="http://www.asipto.com">http://www.asipto.com</a></pre>
  </body>
</html>