File: ISSUES

package info (click to toggle)
kamailio 5.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 63,604 kB
  • sloc: ansic: 666,678; xml: 177,688; cpp: 14,250; sh: 8,506; makefile: 7,910; sql: 7,758; yacc: 3,582; perl: 2,954; python: 1,763; java: 449; php: 258; cs: 40; awk: 27
file content (34 lines) | stat: -rw-r--r-- 1,008 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Reporting Issues
================

Current set of issues is to be found at our Github Project page:

  * https://github.com/kamailio/kamailio/issues

Issue Report Details
--------------------

When reporting an issue, gather as much details as possible and include them
on the bug report. Useful details are:

  * kamailio version (output of kamailio -v)
  * operating system where server is running
  * CPU architecture of the system
  * error log messages from syslog
  * if there is a coredump file, use gdb to extract the following:
    - full backtrace (gdb: bt full)
    - local variables (gdb: info locals)
    - list of the source code around the issue (gdb: list)
  * information about when it happens:
    - at startup
    - at shutdown
    - at runtime:
      ~ randomly (no way to reproduce it has been discovered)
      ~ periodically (an way to reproduce it has been discovered)

Contact
-------

If you have further questions about reporting an issue, email to:

  * sr-dev@lists.kamailio.org