Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashed happen when loading module cnxcc #407

Closed
andrewvmail opened this issue Nov 22, 2015 · 3 comments
Closed

Crashed happen when loading module cnxcc #407

andrewvmail opened this issue Nov 22, 2015 · 3 comments

Comments

@andrewvmail
Copy link

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: [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! :).

@andrewvmail
Copy link
Author

Kam config module file:
http://pastebin.com/aqKp9w8t

@miconda
Copy link
Member

miconda commented Nov 23, 2015

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.

@andrewvmail
Copy link
Author

Closing, got latest Kam and its not happening anymore.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants