[OpenSIPS-Users] sipP finished with exit code 139 and Segmentation fault

Saúl Ibarra Corretgé saul at ag-projects.com
Tue Jun 29 13:08:49 CEST 2010


Hi,
>
> Is that true??? I am really curious because it say that it have "segmentation
> fault", so I am suspicious that my config at server isn't right. But if it is my
> scenario problem, hope that you can help me.
>
> This is my scenario:
>
> <scenario name="register_client">
>    <send retrans="500">
>      <![CDATA[
>        REGISTER sip:[field1] SIP/2.0
>        Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
>        From:<sip:[field0]@[field1]>;tag=[call_number]
>        To:<sip:[field0]@[field1]>
>        Call-ID: [call_id]
>        CSeq: 1 REGISTER
>        Contact: sip:[field0]_[branch]@[local_ip]:[local_port]
>        Max-Forwards: 5
>        Expires: 3600
>        User-Agent: SIPp/Linux
>        Content-Length: 0
>      ]]>
>    </send>
>
> <recv response="100" optional="true">
>    </recv>
>
>    <recv response="401" auth="true">
>    </recv>
>
>    <send retrans="500">
>      <![CDATA[
>        REGISTER sip:[field1] SIP/2.0
>        Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
>        From:<sip:[field0]@[field1]>;tag=[call_number]
>        To:<sip:[field0]@[field1]>
>        Call-ID: [call_id]
>        CSeq: 2 REGISTER
>        Contact: sip:[field0]_[branch]@[local_ip]:[local_port]
>        [field2]
>        Supported: path
>        Max-Forwards: 5
>        Expires: 3600
>        User-Agent: SIPp/Linux
>        Content-Length: 0
>
>      ]]>
>    </send>
>
> <recv response="100" optional="true">
>    </recv>
>
>    <recv response="200">
>    </recv>
>
> </scenario>
>

This may happen because you system ran out of resources. Try setting the 
open files limit to unlimited before running sipp.

ulimit -n unlimited


-- 
Saúl Ibarra Corretgé
AG Projects



More information about the Users mailing list