Skip to content

Use qWarning and _exit() instead of qFatal for wayland error

Xuetian Weng requested to merge xuetianweng/qtwayland:quit-fix into kde/5.15

Upstream review: https://codereview.qt-project.org/c/qt/qtwayland/+/338188

This type of error is likely to happen upon system logout. qFatal would trigger sigabrt and leave unnecessary coredump on the system. Using qWarning here would make it consistent with xcb's io error.

Pick-to: 5.15 6.0 6.1 Change-Id: I571ba007bf2453486b81837cccdbefa5f181b63d Reviewed-by: David Edmundson davidedmundson@kde.org

Merge request reports