Closed gao114882 closed 1 month ago
Can you still reproduce with latest master? If it still reproduces, please attach also the wav file, a sample csv file, and if possible, a script that mocks the other end.
sorry, reply so late, still core dump. my situation is that : uac -----> opensips----->uas。 register and invite。
git log
commit d677f54fe11ba7810fdb7fece7dd317facd4067f (HEAD -> master, origin/master, origin/HEAD)
Author: Jean-Christophe Grondin <jcgrondin@genetec.com>
Date: Wed Sep 11 13:58:03 2024 -0400
Include the SNI for SSL client
commit fdc0c97e1d8acbe4de0d89cf26dfe74bf9b413ed
Author: Orgad Shaneh <orgad.shaneh@audiocodes.com>
Date: Wed Sep 11 20:55:06 2024 +0300
Fix 32-bit compilation
build as this:
git submodule update --init
docker build -t sipp -f docker/Dockerfile.full --output=. --target=bin .
here is my uac run cmd:
./sipp -r 200 -i 172.16.4.113 -p 5667 -sf register.xml -inf $register.csv 172.16.4.111:5161 -l 400 -m 1000 -aa -trace_err -error_file ./reg_error.log
my uas run cmd:
./sipp -i 172.16.4.114 -p 5660 -sf branchs.xml -trace_err -error_file ./recvError.log -min_rtp_port 10000 -max_rtp_port 14000 -aa
the xml and core file in the zip files
Thank you for the reproducer. Can you check it #755 solves it for you? Works here.
it's userful, thanks
here is my scenarios register.txt
run cmd: ./sipp -r 10 -i 172.16.4.113 -p 5667 -sf register.xml -inf $csvfile 172.16.4.111:5161 -l 50 -m 200 -aa -trace_err -error_file ./reg_error.log
sipp is build by master branch, x86_64, Centos 7.9 system. gdb bt: