Issue template: Link docs to obtain stack traces

This commit is contained in:
Brenden Matthews
2024-04-15 13:16:07 -04:00
parent c2dfa29f33
commit d56c0372f5

View File

@@ -1,7 +1,7 @@
name: 🐞 Bug Report name: 🐞 Bug Report
description: "File a bug report: crashes, unexpected behaviour, and other errors go here." description: 'File a bug report: crashes, unexpected behaviour, and other errors go here.'
title: "[Bug]: " title: '[Bug]: '
labels: ["bug", "triage"] labels: ['bug', 'triage']
body: body:
- type: markdown - type: markdown
attributes: attributes:
@@ -68,6 +68,14 @@ body:
# ... stack trace output here ... # ... stack trace output here ...
``` ```
Here are some additional resources on obtaining stack traces:
- [Arch Linux Wiki](https://wiki.archlinux.org/index.php/Debug_-_Getting_Traces)
- [Ubuntu Wiki](https://wiki.ubuntu.com/DebuggingProgramCrash)
- [AskUbuntu - Where do I find core dump files, and how do I view and analyze the backtrace (stack trace) in one?](https://askubuntu.com/a/1349048)
- [Julia Evans - How to get a core dump for a segfault on Linux](https://jvns.ca/blog/2018/04/28/debugging-a-segfault-on-linux/)
- [GDB Documentation](https://sourceware.org/gdb/current/onlinedocs/gdb/)
- [lldb Documentation](https://lldb.llvm.org/use/tutorial.html)
- type: textarea - type: textarea
id: stacktrace id: stacktrace
attributes: attributes: