-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Qt 5.7.1 and seccomp sandbox #3163
Copy link
Copy link
Closed
Labels
component: QtWebEngineIssues related to the QtWebEngine backend, based on Chromium.Issues related to the QtWebEngine backend, based on Chromium.priority: 2 - lowIssues which are currently not very important.Issues which are currently not very important.
Metadata
Metadata
Assignees
Labels
component: QtWebEngineIssues related to the QtWebEngine backend, based on Chromium.Issues related to the QtWebEngine backend, based on Chromium.priority: 2 - lowIssues which are currently not very important.Issues which are currently not very important.
With Qt 5.7.1 on Archlinux, we get a renderer process crash loop with:
This wasn't the case until some recent-ish (kernel?) update and works with Qt 5.8.
Passing
--qt-flag disable-seccomp-filter-sandboxmakes things work. If we have a method to check whether it's needed, we should probably pass it ourselves.Related Chromium docs