We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c211ce commit 08473c2Copy full SHA for 08473c2
.github/ISSUE_TEMPLATE/bug_report.md
@@ -7,6 +7,13 @@ assignees: ''
7
8
---
9
10
+> [!IMPORTANT]
11
+> If you are reporting a **crash on Linux**, please check if `webkit` is mentioned in the crash file.
12
+> If yes, please try to set `WEBKIT_DISABLE_COMPOSITING_MODE=1` and/or `WEBKIT_DISABLE_DMABUF_RENDERER=1` environment variables.
13
+> If they prevent crashes, don't report the bug please, it is already known as https://github.com/eclipse-platform/eclipse.platform.swt/issues/843
14
+>
15
+
16
17
**Describe the bug**
18
A clear and concise description of what the bug is.
19
0 commit comments