I'm on Kamailio version: kamailio 4.3.3 (x86_64/linux) 22e455
When booting up Kamailio I get a Nov 21 20:36:52 sipr kamailio[24460]: 0(24476) DEBUG: <core> [main.c:747]: handle_sigs(): terminating due to SIGCHLD
Kamailio log: http://pastebin.com/7bHHyHqD Redis log: http://pastebin.com/jWyYnbRB
Any ideas is greatly appreciated thanks! :).
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/407
Kam config module file: http://pastebin.com/aqKp9w8t
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/407#issuecomment-158699357
To see where it crashes, do:
``` ulimit -c unlimited ````
Eventually run also kamailio as root in order to get the core file.
If you didn't configure one core file per process, do:
``` echo "1" > /proc/sys/kernel/core_uses_pid ```
With the above commands run, start again kamailio and sent the 'bt full' from gdb for each core file.
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/407#issuecomment-158943696
Closed #407.
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/407#event-548147545
Closing, got latest Kam and its not happening anymore. Thanks
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/407#issuecomment-183189699