You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have no clue why my FreeSWITCH server is keep on restarted without prior notice!! FreeSWITCH server runs on Centos7.
I can see this error in my /var/log/message.......,
kernel: freeswitch[85076]: segfault at 2b ip 00007f820750dea1 sp 00007f81c00352d8 error 4 in libc-2.17.so[7f82073aa000+1b7000]
localhost abrt-hook-ccpp: Process 83957 (freeswitch) of user 993 killed by SIGSEGV - dumping core
localhost abrt-hook-ccpp: Failed to create core_backtrace: waitpid failed: No child processes
localhost systemd: freeswitch.service: main process exited, code=killed, status=11/SEGV
localhost systemd: Unit freeswitch.service entered failed state.
localhost systemd: freeswitch.service failed.
localhost abrt-server: Executable '/usr/local/freeswitch/bin/freeswitch' doesn't belong to any package and ProcessUnpackaged is set to 'no'
localhost abrt-server: 'post-create' on '/var/spool/abrt/ccpp-2017-08-22-18:31:32-83957' exited with 1
localhost abrt-server: Deleting problem directory '/var/spool/abrt/ccpp-2017-08-22-18:31:32-83957'
localhost systemd: freeswitch.service holdoff time over, scheduling restart.
localhost systemd: Starting freeswitch...
In freeswitch.log i can find these...........,
switch_loadable_module.c:1110 Deleting API Function 'uuid_write_png'
2017-08-22 17:49:25.722106 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'png'
2017-08-22 17:49:25.722106 [NOTICE] switch_event.c:458 Subclass reservation deleted for mod_xml_rpc.c:websocket::stophook
2017-08-22 17:49:25.722106 [NOTICE] mod_xml_rpc.c:1277 stopping all websockets ...
2017-08-22 17:49:25.722106 [NOTICE] mod_xml_rpc.c:563 got websocket::stophook, closing
2017-08-22 17:49:25.722106 [NOTICE] mod_xml_rpc.c:563 got websocket::stophook, closing
2017-08-22 17:49:25.722106 [NOTICE] mod_xml_rpc.c:563 got websocket::stophook, closing
2017-08-22 17:49:26.182113 [ERR] mod_xml_rpc.c:696 wsh->down = 1, node_count = 5
2017-08-22 17:49:26.182113 [NOTICE] switch_event.c:2141 Event Binding deleted for websocket:CHANNEL_CALLSTATE
2017-08-22 17:49:26.182113 [NOTICE] switch_event.c:2141 Event Binding deleted for websocket:CHANNEL_HANGUP_COMPLETE
2017-08-22 17:49:26.182113 [NOTICE] switch_event.c:2141 Event Binding deleted for websocket:CHANNEL_BRIDGE
2017-08-22 17:49:26.182113 [NOTICE] switch_event.c:2141 Event Binding deleted for websocket:CHANNEL_CREATE
2017-08-22 17:49:26.182113 [NOTICE] switch_event.c:2141 Event Binding deleted for websocket:CUSTOM
2017-08-22 17:49:27.262114 [ERR] mod_xml_rpc.c:696 wsh->down = 1, node_count = 5
2017-08-22 17:49:27.262114 [NOTICE] switch_event.c:2141 Event Binding deleted for websocket:CHANNEL_CALLSTATE
2017-08-22 17:49:27.262114 [NOTICE] switch_event.c:2141 Event Binding deleted for websocket:CHANNEL_HANGUP_COMPLETE
2017-08-22 17:49:27.262114 [NOTICE] switch_event.c:2141 Event Binding deleted for websocket:CHANNEL_BRIDGE
2017-08-22 17:49:27.262114 [NOTICE] switch_event.c:2141 Event Binding deleted for websocket:CHANNEL_CREATE
2017-08-22 17:49:27.262114 [NOTICE] switch_event.c:2141 Event Binding deleted for websocket:CUSTOM
2017-08-22 17:49:27.442113 [ERR] mod_xml_rpc.c:696 wsh->down = 1, node_count = 5
2017-08-22 17:49:27.442113 [NOTICE] switch_event.c:2141 Event Binding deleted for websocket:CHANNEL_CALLSTATE
2017-08-22 17:49:27.442113 [NOTICE] switch_event.c:2141 Event Binding deleted for websocket:CHANNEL_HANGUP_COMPLETE
2017-08-22 17:49:27.442113 [NOTICE] switch_event.c:2141 Event Binding deleted for websocket:CHANNEL_BRIDGE
2017-08-22 17:49:27.442113 [NOTICE] switch_event.c:2141 Event Binding deleted for websocket:CHANNEL_CREATE
2017-08-22 17:49:27.442113 [NOTICE] switch_event.c:2141 Event Binding deleted for websocket:CUSTOM
2017-08-22 17:49:28.722111 [NOTICE] switch_loadable_module.c:115 Thread ended for mod_xml_rpc
I cant find any solution thread related to this issue in Freeswitch support [FS_2168].!! Can someone look into this.!
Thanks in advance
purpleWinged
The text was updated successfully, but these errors were encountered:
I have no clue why my FreeSWITCH server is keep on restarted without prior notice!! FreeSWITCH server runs on Centos7.
I can see this error in my /var/log/message.......,
kernel: freeswitch[85076]: segfault at 2b ip 00007f820750dea1 sp 00007f81c00352d8 error 4 in libc-2.17.so[7f82073aa000+1b7000]
localhost abrt-hook-ccpp: Process 83957 (freeswitch) of user 993 killed by SIGSEGV - dumping core
localhost abrt-hook-ccpp: Failed to create core_backtrace: waitpid failed: No child processes
localhost systemd: freeswitch.service: main process exited, code=killed, status=11/SEGV
localhost systemd: Unit freeswitch.service entered failed state.
localhost systemd: freeswitch.service failed.
localhost abrt-server: Executable '/usr/local/freeswitch/bin/freeswitch' doesn't belong to any package and ProcessUnpackaged is set to 'no'
localhost abrt-server: 'post-create' on '/var/spool/abrt/ccpp-2017-08-22-18:31:32-83957' exited with 1
localhost abrt-server: Deleting problem directory '/var/spool/abrt/ccpp-2017-08-22-18:31:32-83957'
localhost systemd: freeswitch.service holdoff time over, scheduling restart.
localhost systemd: Starting freeswitch...
In freeswitch.log i can find these...........,
switch_loadable_module.c:1110 Deleting API Function 'uuid_write_png'
2017-08-22 17:49:25.722106 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'png'
2017-08-22 17:49:25.722106 [NOTICE] switch_event.c:458 Subclass reservation deleted for mod_xml_rpc.c:websocket::stophook
2017-08-22 17:49:25.722106 [NOTICE] mod_xml_rpc.c:1277 stopping all websockets ...
2017-08-22 17:49:25.722106 [NOTICE] mod_xml_rpc.c:563 got websocket::stophook, closing
2017-08-22 17:49:25.722106 [NOTICE] mod_xml_rpc.c:563 got websocket::stophook, closing
2017-08-22 17:49:25.722106 [NOTICE] mod_xml_rpc.c:563 got websocket::stophook, closing
2017-08-22 17:49:26.182113 [ERR] mod_xml_rpc.c:696 wsh->down = 1, node_count = 5
2017-08-22 17:49:26.182113 [NOTICE] switch_event.c:2141 Event Binding deleted for websocket:CHANNEL_CALLSTATE
2017-08-22 17:49:26.182113 [NOTICE] switch_event.c:2141 Event Binding deleted for websocket:CHANNEL_HANGUP_COMPLETE
2017-08-22 17:49:26.182113 [NOTICE] switch_event.c:2141 Event Binding deleted for websocket:CHANNEL_BRIDGE
2017-08-22 17:49:26.182113 [NOTICE] switch_event.c:2141 Event Binding deleted for websocket:CHANNEL_CREATE
2017-08-22 17:49:26.182113 [NOTICE] switch_event.c:2141 Event Binding deleted for websocket:CUSTOM
2017-08-22 17:49:27.262114 [ERR] mod_xml_rpc.c:696 wsh->down = 1, node_count = 5
2017-08-22 17:49:27.262114 [NOTICE] switch_event.c:2141 Event Binding deleted for websocket:CHANNEL_CALLSTATE
2017-08-22 17:49:27.262114 [NOTICE] switch_event.c:2141 Event Binding deleted for websocket:CHANNEL_HANGUP_COMPLETE
2017-08-22 17:49:27.262114 [NOTICE] switch_event.c:2141 Event Binding deleted for websocket:CHANNEL_BRIDGE
2017-08-22 17:49:27.262114 [NOTICE] switch_event.c:2141 Event Binding deleted for websocket:CHANNEL_CREATE
2017-08-22 17:49:27.262114 [NOTICE] switch_event.c:2141 Event Binding deleted for websocket:CUSTOM
2017-08-22 17:49:27.442113 [ERR] mod_xml_rpc.c:696 wsh->down = 1, node_count = 5
2017-08-22 17:49:27.442113 [NOTICE] switch_event.c:2141 Event Binding deleted for websocket:CHANNEL_CALLSTATE
2017-08-22 17:49:27.442113 [NOTICE] switch_event.c:2141 Event Binding deleted for websocket:CHANNEL_HANGUP_COMPLETE
2017-08-22 17:49:27.442113 [NOTICE] switch_event.c:2141 Event Binding deleted for websocket:CHANNEL_BRIDGE
2017-08-22 17:49:27.442113 [NOTICE] switch_event.c:2141 Event Binding deleted for websocket:CHANNEL_CREATE
2017-08-22 17:49:27.442113 [NOTICE] switch_event.c:2141 Event Binding deleted for websocket:CUSTOM
2017-08-22 17:49:28.722111 [NOTICE] switch_loadable_module.c:115 Thread ended for mod_xml_rpc
I cant find any solution thread related to this issue in Freeswitch support [FS_2168].!! Can someone look into this.!
Thanks in advance
purpleWinged
The text was updated successfully, but these errors were encountered: