From: Chris Rienzo Date: Thu, 6 Aug 2020 13:54:42 +0000 (-0400) Subject: Update issue templates X-Git-Tag: v1.10.5^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2009f44942330e6355a798f21caedeb0f1c544c3;p=thirdparty%2Ffreeswitch.git Update issue templates --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..da3c7038aa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,44 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Using this example configuration... +2. Dial into conference using verto +3. Play my_problem_file.mp4 into conference +4. FreeSWITCH crashes + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Package version or git hash** + - Version [e.g. 1.10.4] + +**Trace logs** +Provide freeswitch logs w/ DEBUG and UUID logging enabled + +**backtrace from core file** +If applicable, provide the full backtrace from the core file. +``` +(gdb) set pagination off +(gdb) set logging file /tmp/backtrace.log +(gdb) set logging on +Copying output to /tmp/backtrace.log. +(gdb) bt +(gdb) bt full +(gdb) info threads +(gdb) thread apply all bt +(gdb) thread apply all bt full +(gdb) set logging off +Done logging to /tmp/backtrace.log. +(gdb) quit +```