Browse Source
Merge pull request #1007 from trapexit/trapexit-patch-1
Update bug_report.md
pull/1008/head
trapexit
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/ISSUE_TEMPLATE/bug_report.md
|
@ -35,7 +35,7 @@ A clear and concise description of the expected behavior. |
|
|
- mergerfs settings |
|
|
- mergerfs settings |
|
|
- List of drives, filesystems, & sizes: |
|
|
- List of drives, filesystems, & sizes: |
|
|
- `df -h` |
|
|
- `df -h` |
|
|
- `lsblk` |
|
|
|
|
|
|
|
|
- `lsblk -f` |
|
|
- A strace of the application having a problem: |
|
|
- A strace of the application having a problem: |
|
|
- `strace -fvTtt -s 256 -o /tmp/app.strace.txt <cmd>` |
|
|
- `strace -fvTtt -s 256 -o /tmp/app.strace.txt <cmd>` |
|
|
- `strace -fvTtt -s 256 -o /tmp/app.strace.txt -p <appPID>` |
|
|
- `strace -fvTtt -s 256 -o /tmp/app.strace.txt -p <appPID>` |
|
|