-
Notifications
You must be signed in to change notification settings - Fork 189
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
How to debug kamailio_pcscf using gdb #347
Comments
You can use the below diff
|
Hi @lglhust, If your plan is to open a Ticket in Kamailio repo, then you need to do this in the Container terminal : docker exec -it kamailio_container /bin/bash ulimit -c unlimited the coredump will be in the root / make sure that gdb tool is installed after that you need to read teh coredump on the conainer, sending teh coredump to someone will not help, it must be done on the same machine with the same problematic code that need to be debugged: gdb Best regards |
Thanks a lot. |
Hi herlesupreeth:
I use "kamailio -f /etc/kamailio_pcscf/kamailio_pcscf.cfg -P /kamailio_pcscf.pid -DD -E -e" to load kamailio_pcscf .
I don't how to debug kamailio_pcscf with gdb.
The text was updated successfully, but these errors were encountered: