Closed sduthil closed 1 year ago
It would be helpful if the stack trace contains more information. You can specify these flags to build the library with debug information:
export CFLAGS += -g -O0
export LDFLAGS += -g -O0
And build the library.
I have created a patch in #3730. Please let us know if the issue still persists.
Describe the bug
When using TURN, most calls are handled correctly, then the program stops with a segmentation fault at random intervals of a few days or weeks.
Steps to reproduce
Unknown
PJSIP version
2.13.1
Context
turnaddr=some-turnserver
inrtp.conf
This is my first issue on PJSIP, apologies for missing details. I have access to the coredump of the Asterisk process running PJSIP, so I can provide additional info if needed.
Log, call stack, etc