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.49k stars 1.4k forks source link

Freeswitch crashes on start #888

Open veraveramanolo opened 3 years ago

veraveramanolo commented 3 years ago

I installed freeswitch using the rpm on CentOS Linux release 7.8.2003

When tried to start freeswitch it crashes and coredump is generated.

The rpms installed

[root@localhost local]# rpm -qa | grep freeswitch freeswitch-format-local-stream-1.10.5.release.8-1.el7.x86_64 freeswitch-application-conference-1.10.5.release.8-1.el7.x86_64 freeswitch-application-hash-1.10.5.release.8-1.el7.x86_64 freeswitch-codec-passthru-g729-1.10.5.release.8-1.el7.x86_64 freeswitch-application-esf-1.10.5.release.8-1.el7.x86_64 freeswitch-application-expr-1.10.5.release.8-1.el7.x86_64 freeswitch-config-vanilla-1.10.5.release.8-1.el7.x86_64 freeswitch-1.10.5.release.8-1.el7.x86_64 freeswitch-application-fifo-1.10.5.release.8-1.el7.x86_64 freeswitch-application-httapi-1.10.5.release.8-1.el7.x86_64 freeswitch-application-directory-1.10.5.release.8-1.el7.x86_64 freeswitch-application-cidlookup-1.10.5.release.8-1.el7.x86_64 freeswitch-codec-siren-1.10.5.release.8-1.el7.x86_64 freeswitch-codec-passthru-amr-1.10.5.release.8-1.el7.x86_64 freeswitch-lang-es-1.10.5.release.8-1.el7.x86_64 freeswitch-database-pgsql-1.10.5.release.8-1.el7.x86_64 freeswitch-application-fsk-1.10.5.release.8-1.el7.x86_64 freeswitch-application-video_filter-1.10.5.release.8-1.el7.x86_64 freeswitch-codec-ilbc-1.10.5.release.8-1.el7.x86_64 freeswitch-application-nibblebill-1.10.5.release.8-1.el7.x86_64 freeswitch-application-voicemail-ivr-1.10.5.release.8-1.el7.x86_64 freeswitch-lang-ru-1.10.5.release.8-1.el7.x86_64 freeswitch-application-valet_parking-1.10.5.release.8-1.el7.x86_64 freeswitch-codec-passthru-g723_1-1.10.5.release.8-1.el7.x86_64 freeswitch-application-blacklist-1.10.5.release.8-1.el7.x86_64 freeswitch-application-memcache-1.10.5.release.8-1.el7.x86_64 freeswitch-application-sms-1.10.5.release.8-1.el7.x86_64 freeswitch-application-redis-1.10.5.release.8-1.el7.x86_64 freeswitch-codec-bv-1.10.5.release.8-1.el7.x86_64 freeswitch-application-signalwire-1.10.5.release.8-1.el7.x86_64 freeswitch-application-http-cache-1.10.5.release.8-1.el7.x86_64 freeswitch-application-rss-1.10.5.release.8-1.el7.x86_64 freeswitch-application-fsv-1.10.5.release.8-1.el7.x86_64 freeswitch-format-portaudio-stream-1.10.5.release.8-1.el7.x86_64 freeswitch-application-curl-1.10.5.release.8-1.el7.x86_64 freeswitch-lang-fr-1.10.5.release.8-1.el7.x86_64 freeswitch-lang-pt-1.10.5.release.8-1.el7.x86_64 freeswitch-format-tone-stream-1.10.5.release.8-1.el7.x86_64 freeswitch-application-snom-1.10.5.release.8-1.el7.x86_64 freeswitch-application-abstraction-1.10.5.release.8-1.el7.x86_64 freeswitch-application-easyroute-1.10.5.release.8-1.el7.x86_64 freeswitch-application-stress-1.10.5.release.8-1.el7.x86_64 freeswitch-lang-en-1.10.5.release.8-1.el7.x86_64 freeswitch-lang-sv-1.10.5.release.8-1.el7.x86_64 freeswitch-release-repo-0-1.noarch freeswitch-application-lcr-1.10.5.release.8-1.el7.x86_64 freeswitch-application-callcenter-1.10.5.release.8-1.el7.x86_64 freeswitch-application-enum-1.10.5.release.8-1.el7.x86_64 freeswitch-application-voicemail-1.10.5.release.8-1.el7.x86_64 freeswitch-application-snapshot-1.10.5.release.8-1.el7.x86_64 freeswitch-application-soundtouch-1.10.5.release.8-1.el7.x86_64 freeswitch-lang-de-1.10.5.release.8-1.el7.x86_64 freeswitch-application-db-1.10.5.release.8-1.el7.x86_64 freeswitch-application-limit-1.10.5.release.8-1.el7.x86_64 freeswitch-format-native-file-1.10.5.release.8-1.el7.x86_64 freeswitch-application-spy-1.10.5.release.8-1.el7.x86_64 freeswitch-application-avmd-1.10.5.release.8-1.el7.x86_64 freeswitch-codec-h26x-1.10.5.release.8-1.el7.x86_64 freeswitch-application-distributor-1.10.5.release.8-1.el7.x86_64 freeswitch-lang-he-1.10.5.release.8-1.el7.x86_64

The log generated

backtrace.log

Appreciate any help

jeremyquinn commented 3 years ago

I am getting segment fault 11 crashes on start with a freshly compiled install on macOS.

crienzo commented 3 years ago

please provide full backtrace with debug symbols