-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SIPp giving segmentation fault. #610
Comments
Those scenarios are not included in this repo. Maybe you can attach them or add them as |
sure. I am using scenarios from this git repo. https://github.com/pbertera/SIPp-by-example |
That's not attaching. If someone decided to look at this in a month, that repo might be looking differently. Please make it easy on those trying to help. |
Hello. These are the scenario files. I have added them as .txt files as git wasn't allowing .xml format. So please rename to .xml whenever used. |
I also got a segmentation fault when using r=100, I used valgrind and GDB to track the problem here is the trace
using gdb i can see pkt_index is null. it looks like thread sync issue.
|
might be a duplicate of #576 |
reproduce
used the xml from here |
Hello. I am trying to do the load balancer test using SIPp. I am using the following commands for UAC and UAS :
run UAS :
sipp -sf Active-Media/uas-active.xml -i 192.168.1.10 -p 5064 -rtp_echo -m 500
run UAC :
sipp -sf Active-Media/uac-active.xml -i 192.168.1.10 192.168.1.10:5064 -rtp_echo -m 500 -r 100
It works fine until -r flag has value < 50. above this, it shows segmentation fault. Also tI don't face this problem with basic scenarios... only when I use RTP. could it be because of RTP port allocation or something ??
Any idea why this could be happening ??
Thanks in advance for help.
Regards Sahil
The text was updated successfully, but these errors were encountered: