Hi
Asterisk segfault after some trying register to another server. If I disable this register then work fine.
what to do ?
thx
Hi
Asterisk segfault after some trying register to another server. If I disable this register then work fine.
what to do ?
thx
Hi
do you have a core dump of the asterisk service when you get the segment fault. If yes please put here the output of the core dump.
use the following syntax to generate a backtrack of the core dump :
gdb -se “asterisk” -ex “bt full” -ex “thread apply all bt” --batch -c core.file.generate > backtrace-corefilegenrate-date.txt.
The core in genneraly are stocked on /tmp path of the Linux OS.
If your are unable to find the file try the following:
Best Regards
George Sand