Hung Nguyen Quoc wrote:
>
> Hi all,
>
> I ran SIPp with 2 scenarios, originate and terminate. I got the 
> “Floating point exception” error when running SIPp with terminate 
> scenario. Terminate just responded with 5 or 6 INVITE messages from 
> originate, then it was stopped by “Floating point exception”.
>
> Attached are the logs when running. Please help me to understand what 
> this error is and how to fix it.
>
> Thanks in advance.
>
> Regards,
>
> Hung Nguyen
>
> ------------------------------------------------------------------------
>
> [EMAIL PROTECTED] sipp]# ./sipp uac 100.20.81.227 -rsa 100.20.81.227:5060 -sf 
> ../scripts/sipp_term.xml -inf ../scripts/1sipp_term.csv -i 100.20.87.233 -p 
> 5060 -ip_field 2 -t ui -l 30 -m 30 -trace_err -trace_msg -r 3 -rp 1000
>
>
> ------------------------------ Scenario Screen -------- [1-5]: Change Screen 
> --
>   Port   Total-time  Total-calls  Transport
>   5060       4.00 s            5  UDP
>
>   3 new calls during 1.000 s period      4 ms scheduler resolution
>   5 concurrent calls                     Peak was 5 calls, after 3 s
>   2 open sockets
>
>                                  Messages  Retrans   Timeout   Unexpected-Msg
>   ----------> INFO               0         0                   0
>   ----------> INVITE             5         0                   0
>   <---------- 200                0         0
>   ----------> ACK                0         0                   0
>   <---------- 100                5         0
>   <---------- 180                5         0
>   [  1000ms/  3000ms] Pause      5                             0
>   <---------- 200                0         0
>   ----------> 413                0         0                   0
>   ----------> ACK                0         0                   0
>   [  5000ms/  5000ms] Pause      0                             0
>   <---------- BYE                0         0
>   ----------> 480                0         0                   0
>   ----------> 200                0         0                   0
> ------------------------------ Sipp Server Mode 
> -------------------------------
>
> Floating point exception
>
> [EMAIL PROTECTED] sipp]# 
>   
> ------------------------------------------------------------------------
>
> [EMAIL PROTECTED] sipp]# ./sipp uac 100.20.81.227 -rsa 100.20.81.227:5060 -sf 
> ../scripts/sipp_orig.xml -inf ../scripts/1sipp_orig.csv -i 100.20.87.234 
> -ip_field 4 -t ui -p 5060 -trace_err -l 30 -m 30 -trace_msg -r 3 -rp 1000
>
> Resolving remote sending address 100.20.81.227...
> ------------------------------ Scenario Screen -------- [1-5]: Change Screen 
> --
>   Call-rate(length)     Port   Total-time  Total-calls  Remote-host
>    3.0(0 ms)/1.000s   5060       6.64 s           19  100.20.81.227:5060(UDP)
>
>   1 new calls during 0.639 s period      4 ms scheduler resolution
>   19 concurrent calls (limit 30)         Peak was 19 calls, after 6 s
>   0 out-of-call msg (discarded)
>   2 open sockets
>
>                                  Messages  Retrans   Timeout   Unexpected-Msg
>       INVITE ---------->         19        0
>          480 <----------         0         0                   0
>          486 <----------         0         0                   0
>          487 <----------         0         0                   0
>          100 <----------         19        0                   0
>          180 <----------         7         0                   0
>          200 <----------         1         0                   0
>          ACK ---------->         1         0
>         INFO <----------         0         0                   0
>          BYE <----------         0         0                   0
>          200 ---------->         0         0
>        Pause [  2000ms/  5000ms] 0                             0
> ------------------------------ Test Terminated 
> --------------------------------
>
>
> ----------------------------- Statistics Screen ------- [1-5]: Change Screen 
> --
>   Start Time             | 2006-11-09 10:47:45
>   Last Reset Time        | 2006-11-09 10:47:51
>   Current Time           | 2006-11-09 10:47:51
> -------------------------+---------------------------+--------------------------
>   Counter Name           | Periodic value            | Cumulative value
> -------------------------+---------------------------+--------------------------
>   Elapsed Time           | 00:00:00:650              | 00:00:06:657
>   Call Rate              |    1.538 cps              |    2.854 cps
> -------------------------+---------------------------+--------------------------
>   Incoming call created  |        0                  |        0
>   OutGoing call created  |        1                  |       19
>   Total Call created     |                           |       19
>   Current Call           |       19                  |
> -------------------------+---------------------------+--------------------------
>   Successful call        |        0                  |        0
>   Failed call            |        0                  |        0
> -------------------------+---------------------------+--------------------------
>   Response Time          | 00:00:00:000              | 00:00:00:000
>   Call Length            | 00:00:00:000              | 00:00:00:000
> ------------------------------ Test Terminated 
> --------------------------------
>
>
> [EMAIL PROTECTED] sipp]#
>   

You should have a core dump. Could you:
gdb sipp core
 > bt

and provide the result.

Thanks!

-- 
Olivier
HP OpenCall Software
http://www.hp.com/go/opencall/


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to