From f727caf3f30d80ad005c153bc0a5e6427e73858a Mon Sep 17 00:00:00 2001 From: Andrey Loskutov Date: Tue, 21 May 2024 10:06:39 +0200 Subject: [PATCH] Update bug_report.md for Linux users Added note for Linux users about crash reporting/webkit See https://github.com/eclipse-platform/eclipse.platform.swt/issues/843 --- .github/ISSUE_TEMPLATE/bug_report.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4a236871b21..fb0896ab330 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,6 +7,13 @@ assignees: '' --- +> [!IMPORTANT] +> If you are reporting a **crash on Linux**, please check if `webkit` is mentioned in the crash file. +> If yes, please try to set `WEBKIT_DISABLE_COMPOSITING_MODE=1` and/or `WEBKIT_DISABLE_DMABUF_RENDERER=1` environment variables. +> 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 +> + + **Describe the bug** A clear and concise description of what the bug is.