signalwire / freeswitch

FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device.
https://freeswitch.com/#getting-started
Other
3.35k stars 1.38k forks source link

Freeswitch crashes regularly #1359

Open LLLLimbo opened 2 years ago

LLLLimbo commented 2 years ago

Freeswitch version: v1.10.3

From 5:50 to 6:50, the number of tcp connections was stable at 6400, with partial disconnection starting at 6:50. Memory usage remains basically stable from 3:00 to 7:00, memory usage continues to rise from 7:00. This happens almost every day, and I haven't found the cause yet.

Here is the server CPU ,TCP connections , and log of Freeswitch from 9.28 22:00 to 9.29 9:00:

cpu tcp

freeswitch.zip

andywolk commented 2 years ago

Please show the output of apt-cache policy libsofia-sip-ua0 and update to the latest sofia-sip

LLLLimbo commented 2 years ago

Please show the output of apt-cache policy libsofia-sip-ua0 and update to the latest sofia-sip

System version: CentOS Linux release 7.2.1511 (Core)

[root@iZ23k6lfeg5Z ~]# yum --cacheonly list libsofia-sip-ua0
Loaded plugins: langpacks
Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast
Error: No matching Packages to list
dragos-oancea commented 2 years ago

We can't address crashes without at least a FS log and gdb backtrace.

LLLLimbo commented 2 years ago

We can't address crashes without at least a FS log and gdb backtrace.

FS log has been uploaded above. As for GDB backtrace, I may need to spend some time learning how to use it. Anyway, thanks for your reply !