ISSUES 1008 B

12345678910111213141516171819202122232425262728293031323334
  1. Reporting Issues
  2. ================
  3. Current set of issues is to be found at our Github Project page:
  4. * https://github.com/kamailio/kamailio/issues
  5. Issue Report Details
  6. --------------------
  7. When reporting an issue, gather as much details as possible and include them
  8. on the bug report. Useful details are:
  9. * kamailio version (output of kamailio -v)
  10. * operating system where server is running
  11. * CPU architecture of the system
  12. * error log messages from syslog
  13. * if there is a coredump file, use gdb to extract the following:
  14. - full backtrace (gdb: bt full)
  15. - local variables (gdb: info locals)
  16. - list of the source code around the issue (gdb: list)
  17. * information about when it happens:
  18. - at startup
  19. - at shutdown
  20. - at runtime:
  21. ~ randomly (no way to reproduce it has been discovered)
  22. ~ periodically (an way to reproduce it has been discovered)
  23. Contact
  24. -------
  25. If you have further questions about reporting an issue, email to:
  26. * [email protected]