summaryrefslogtreecommitdiff
path: root/.gitlab/issue_templates/Crash.md
blob: 518ca1c987e4ec0ebc8a2a3d85ab1b039fd608bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!--
  Please, read the CONTRIBUTING.md guide on how to file a new issue.

  https://gitlab.gnome.org/GNOME/gtk/-/blob/main/CONTRIBUTING.md
-->

## Steps to reproduce
<!--
  Please, explain the sequence of actions necessary to reproduce the
  crash
-->

 1. ...
 2. ...
 3. ...

<!--
  You should try and reproduce with the demos applications available
  under the `demos` directory, or the test programs in the `tests` directory.
  Alternatively, please attach a *small and self-contained* example that
  exhibits the issue.
-->

## Version information
<!--
 - Which version of GTK you are using
 - What operating system and version
  - for Linux, which distribution
 - If you built GTK yourself, the list of options used to configure the build
-->

## Warnings
<!--
 - If the application generates warning messages before crashing please
   report them here
-->

## Backtrace
<!--
 - Attaching a stack trace obtained using GDB is appreciated; follow the
   instructions on the wiki:

   https://wiki.gnome.org/Community/GettingInTouch/Bugzilla/GettingTraces
-->