-
Notifications
You must be signed in to change notification settings - Fork 600
How to File a Bug Report
Liviu Chircu edited this page Oct 16, 2017
·
13 revisions
Short guide on what you should include in an OpenSIPS bug report on GitHub
- output of
opensips -V
. We constantly push fixes to all supported branches - knowing the version helps us isolate the problem faster.
- a full gdb backtrace. If you cannot generate a corefile, go here. Otherwise:
- open the corefile with
gdb opensips path/to/corefile
bt full
- open the corefile with
- relevant OpenSIPS logs. The higher logging level, the better (ideally
log_level = 4
, which is the DEBUG level). - your specific way of using the OpenSIPS scripting language, or relevant parts of it. A good portion of bugs come from unorthodox script codes.
- a way of replicating the issue (if possible)
If privacy is a concern, you may email any sensible details to [email protected], [email protected] or [email protected].