From 397175e673c4334962f446d9470e3bceefc88fb0 Mon Sep 17 00:00:00 2001 From: Brian Date: Sun, 26 May 2024 21:55:21 +1000 Subject: [PATCH] github: add mention of strace and ftrace (#449) --- .github/ISSUE_TEMPLATE/01-bug-low.yml | 2 ++ .github/ISSUE_TEMPLATE/02-bug-medium.yml | 2 ++ .github/ISSUE_TEMPLATE/03-bug-high.yml | 2 ++ .github/ISSUE_TEMPLATE/04-bug-critical.yml | 2 ++ 4 files changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/01-bug-low.yml b/.github/ISSUE_TEMPLATE/01-bug-low.yml index e3a6d02d82..bc9fb29783 100644 --- a/.github/ISSUE_TEMPLATE/01-bug-low.yml +++ b/.github/ISSUE_TEMPLATE/01-bug-low.yml @@ -10,6 +10,8 @@ body: Please include information about your system, the steps to reproduce the bug, and the version of llamafiles that you are using. If possible, please provide a minimal code example that reproduces the bug. + You may also consider using function call tracing `--ftrace` or the lighter system call tracing `--strace` + for additional technical logging that may allow us to narrow down where the fault occurred. - type: input id: contact attributes: diff --git a/.github/ISSUE_TEMPLATE/02-bug-medium.yml b/.github/ISSUE_TEMPLATE/02-bug-medium.yml index bcb3031247..2b8241de9f 100644 --- a/.github/ISSUE_TEMPLATE/02-bug-medium.yml +++ b/.github/ISSUE_TEMPLATE/02-bug-medium.yml @@ -10,6 +10,8 @@ body: Please include information about your system, the steps to reproduce the bug, and the version of llamafiles that you are using. If possible, please provide a minimal code example that reproduces the bug. + You may also consider using function call tracing `--ftrace` or the lighter system call tracing `--strace` + for additional technical logging that may allow us to narrow down where the fault occurred. - type: input id: contact attributes: diff --git a/.github/ISSUE_TEMPLATE/03-bug-high.yml b/.github/ISSUE_TEMPLATE/03-bug-high.yml index 5e07bccba3..49abc44595 100644 --- a/.github/ISSUE_TEMPLATE/03-bug-high.yml +++ b/.github/ISSUE_TEMPLATE/03-bug-high.yml @@ -10,6 +10,8 @@ body: Please include information about your system, the steps to reproduce the bug, and the version of llamafiles that you are using. If possible, please provide a minimal code example that reproduces the bug. + You may also consider using function call tracing `--ftrace` or the lighter system call tracing `--strace` + for additional technical logging that may allow us to narrow down where the fault occurred. - type: input id: contact attributes: diff --git a/.github/ISSUE_TEMPLATE/04-bug-critical.yml b/.github/ISSUE_TEMPLATE/04-bug-critical.yml index 5dafe68900..9a96d4a9d6 100644 --- a/.github/ISSUE_TEMPLATE/04-bug-critical.yml +++ b/.github/ISSUE_TEMPLATE/04-bug-critical.yml @@ -10,6 +10,8 @@ body: Please include information about your system, the steps to reproduce the bug, and the version of llamafiles that you are using. If possible, please provide a minimal code example that reproduces the bug. + You may also consider using function call tracing `--ftrace` or the lighter system call tracing `--strace` + for additional technical logging that may allow us to narrow down where the fault occurred. - type: input id: contact attributes: