@@ -12,12 +12,23 @@ these instructions:
12
12
- ** Version:**
13
13
- Run this command: ` wayvnc -V `
14
14
15
- - Try to reproduce while capturing a ** trace log:**
16
- - ` wayvnc -Ltrace | tee wayvnc-crash.log `
15
+ - Provide context, including but not limited to
16
+ - Command line arguments
17
+ - Special environment variables, if any
18
+ - jhich wayland compositor are you using? Which version?
19
+ - What VNC client are you using?
20
+ - Did you configure your VNC client in a specific manner?
21
+ - Linux distro/operating system
22
+ - Kernel version
23
+ - Graphics drivers
17
24
18
- - Get the ** stack trace** :
19
- - If have ` coredumpctl ` , you can gather the stack trace after a crash using
20
- ` coredumpctl gdb wayvnc ` and then run ` bt full ` to obtain the stack trace.
25
+ - Try to reproduce the problem while capturing a ** trace log:**
26
+ - ` wayvnc -Ltrace | tee wayvnc-bug.log `
27
+
28
+ - Get the ** stack trace** , in case of a crash:
29
+ - If you have ` coredumpctl ` , you can gather the stack trace after a crash
30
+ using ` coredumpctl gdb wayvnc ` and then run ` bt full ` to obtain the stack
31
+ trace.
21
32
- Otherwise, you can either locate the core file and load it into gdb or run
22
33
wayvnc in gdb like so:
23
34
- ` gdb --args wayvnc -Ltrace `
@@ -26,3 +37,6 @@ these instructions:
26
37
again.
27
38
28
39
- Describe how to ** reproduce** the problem
40
+
41
+ - Try to think about your problem beyond these instructions and include
42
+ whatever information that you believe will help to resolve the issue
0 commit comments