-
Notifications
You must be signed in to change notification settings - Fork 384
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
Bind port issue on linux & macos #661
Comments
[15/09 04:01:53] root@aqa01-i01-gcr04 /home/evm-mock-server/eax # ulimit -a when sipp call reach to 100, also can not bind rtp any more |
From: ;tag=[call_number]
Call-ID: [call_id]
CSeq: 1 INVITE
Max-Forwards: 70
Contact:
Content-Type: application/sdp
Content-Length: [len]
|
------------------------------ Scenario Screen -------- [1-9]: Change Screen -- command wants to run 60000 calls, but only run 1700 then stopped |
Looks like this would be the fix #635 |
Please check the latest master branch and report if PR #635 indeed fixed this issue |
I got the same issue on macos Sonoma 14.1. bind(rtpsocket, (sockaddr)&address, sizeof(address)) ` gives "Invalid argument" when using IP4 address bind(rtpsocket, (sockaddr)&address, sizeof(struct sockaddr_in)) works with IP4. I guess a test should be added to adapt size argument before the binding call. |
➜
sipp -sf sipp_invite_multiple_5m.xml -i 10.74.0.204 10.74.144.102:5070 -t un -inf multiple-m1.csv -r 5 -l 100 -m 60000 -nd -min_rtp_port 30000 -max_rtp_port 60000 -timeout 5000s -timeout_error -trace_err
eax git:(main) ✗ cat sipp_invite_multiple_5m_24223_errors.log
The following events occurred:
2023-09-15 02:55:00.223956 1694746500.223956: Could not bind port for RTP streaming after 100 tries2023-09-15 02:55:00.422672 1694746500.422672: Could not bind port for RTP streaming after 100 tries2023-09-15 02:55:00.622694 1694746500.622694: Could not bind port for RTP streaming after 100 tries2023-09-15 02:55:00.823400 1694746500.823400: Could not bind port for RTP streaming after 100 tries2023-09-15 02:55:01.023053 1694746501.023053: Could not bind port for RTP streaming after 100 tries2023-09-15 02:55:01.224201 1694746501.224201: Could not bind port for RTP streaming after 100 tries2023-09-15 02:55:10.020990 1694746510.020990: Could not bind port for RTP streaming after 100 tries2023-09-15 02:55:10.220246 1694746510.220246: Could not bind port for RTP streaming after 100 tries2023-09-15 02:55:10.422598 1694746510.422598: Could not bind port for RTP streaming after 100 tries2023-09-15 02:55:10.620187 1694746510.620187: Could not bind port for RTP streaming after 100 tries2023-09-15 02:56:22.725517 1694746582.725517: Overload warning: the minor watchdog timer 500ms has been tripped (1338), 119 trips remaining.2023-09-15 02:56:26.922995 1694746586.922995: Overload warning: the major watchdog timer 3000ms has been tripped (4197), 9 trips remaining.2023-09-15 02:58:02.937452 1694746682.937452: Overload warning: the minor watchdog timer 500ms has been tripped (1232), 118 trips remaining.2023-09-15 02:58:04.945039 1694746684.945039: Overload warning: the minor watchdog timer 500ms has been tripped (2006), 117 trips remaining.2023-09-15 03:00:09.622228 1694746809.622228: Could not bind port for RTP streaming after 100 tries2023-09-15 03:00:09.824602 1694746809.824602: Could not bind port for RTP streaming after 100 tries2023-09-15 03:00:10.025379 1694746810.025379: Could not bind port for RTP streaming after 100 tries2023-09-15 03:00:10.622841 1694746810.622841: Could not bind port for RTP streaming after 100 tries2023-09-15 03:00:10.821864 1694746810.821864: Could not bind port for RTP streaming after 100 tries2023-09-15 03:00:11.023506 1694746811.023506: Could not bind port for RTP streaming after 100 tries2023-09-15 03:00:11.222847 1694746811.222847: Could not bind port for RTP streaming after 100 tries2023-09-15 03:00:11.420912 1694746811.420912: Could not bind port for RTP streaming after 100 tries2023-09-15 03:00:11.622589 1694746811.622589: Could not bind port for RTP streaming after 100 tries2023-09-15 03:00:11.821999 1694746811.821999: Could not bind port for RTP streaming after 100 tries
how to fix?
The text was updated successfully, but these errors were encountered: