From 7d990fef886d1134fd75979f17f89b9b0d9f808e Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Mon, 26 Nov 2018 15:46:04 +0000 Subject: [PATCH] Update issue template --- .github/issue_template.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 680a80f..652e4ad 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -32,6 +32,12 @@ ### Current Behavior +### Stack trace +// If compton crashes, please make sure your compton is built with debug info, and provide a stack trace of compton when it crashed. +// Note, when compton crashes in a debugger, your screen might look frozen. But gdb will still handle your input if it is focused. +// Usually you can use 'bt' and press enter to get the stack trace, then 'q', enter, 'y', enter to quit gdb. + +// Or, you can enable core dump, and upload the core file and the compton executable here. + ### Other details // If your problem is visual, you are encouraged to record a short video when the problem occurs and link to it here. -