mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-02 06:45:58 +01:00
added coredump instructions to da issue template
This commit is contained in:
parent
595b186477
commit
18f5dd31bf
1 changed files with 13 additions and 0 deletions
13
.github/ISSUE_TEMPLATE/report-a-bug.md
vendored
13
.github/ISSUE_TEMPLATE/report-a-bug.md
vendored
|
@ -23,3 +23,16 @@ If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
**Log:**
|
**Log:**
|
||||||
Please attach a log. (paste it into pastebin and paste here the url) The log can be found in a temp file located in /tmp/hypr/hypr.log.
|
Please attach a log. (paste it into pastebin and paste here the url) The log can be found in a temp file located in /tmp/hypr/hypr.log.
|
||||||
|
|
||||||
|
**Coredump:**
|
||||||
|
If Hypr crashed, please attach a coredump. (paste into pastebind and paste here the url)
|
||||||
|
|
||||||
|
How to?
|
||||||
|
|
||||||
|
Systemd instructions:
|
||||||
|
`coredumpctl`
|
||||||
|
find the last ocurrence of Hypr and note the PID.
|
||||||
|
`coredumpctl info <PID>`
|
||||||
|
will print the coredump.
|
||||||
|
`coredumpctl info <PID> | xclip -sel clip`
|
||||||
|
will copy it to the clipboard.
|
||||||
|
|
Loading…
Reference in a new issue