Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.7.0 Beta3
-
None
-
-
d7f0e3402 (dev), 1437e9685 (kirkstone), e2d754aec (nanbield)
Description
Linux Ubuntu 22.04
Qt Creator 12.0.2
Device: Raspberry Pi4 64 bit
Qt ver.: 6.7.0-beta3
NOTE: The issue is reproducible on target flashed with Qt 6.7.0b3. It is not reproducible on target flashed with Qt 6.6.2.
Steps to reproduce:
- Create a simple Qt Quick application,e.g.:
import QtQuick Window { width: 640 height: 480 visible: true title: qsTr("Hello World") }
- Modify the configuration by adding "-platform wayland" as a
command line argument in run configuration
- Run the application on Boot2Qt target device with Qt version 6.7.0-beta3
Expected: The app should run as it is on target with Qt 6.6.2
Actual: The app crashes immediately after running.
Reproducibility: 100%
16:01:48: Starting /usr/bin/appcontroller /usr/bin/appuntitled7 -platform wayland on RPi4... "DBUS_SESSION_BUS_ADDRESS" "unix:path=/run/user/0/dbus_session_socket" "QTWEBENGINE_DISABLE_SANDBOX" "1" "QT_IM_MODULE" "qtvirtualkeyboard" "QT_QPA_EGLFS_FORCE888" "1" "QT_QPA_EGLFS_KMS_ATOMIC" "0" "QT_QPA_PLATFORM" "eglfs" "QT_WAYLAND_CLIENT_BUFFER_INTEGRATION" "linux-dmabuf-unstable-v1" "WAYLAND_DISPLAY" "/run/wayland-0" "XDG_RUNTIME_DIR" "/run/user/0" "/usr/bin/appuntitled7" QList("-platform", "wayland") qt.qpa.wayland: qtvirtualkeyboard currently is not supported at client-side, use QT_IM_MODULE=qtvirtualkeyboard at compositor-side. qt.qpa.wayland: Failed to load client buffer integration: "linux-dmabuf-unstable-v1" qt.qpa.wayland: Available client buffer integrations: QList("wayland-egl") QRhiGles2: Failed to create temporary context QRhiGles2: Failed to create context Failed to create RHI (backend 2) Failed to initialize graphics backend for OpenGL. quit Application crashed: /usr/bin/appuntitled7 Process stopped 16:01:48: /usr/bin/appcontroller on RPi4 exited with code 0
Attachments
Issue Links
- relates to
-
QTQAINFRA-6104 Qt Test Attack - Q1, 2024
- Open
For Gerrit Dashboard: QTBUG-122670 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
543433,2 | rpi: use different environment variable for wayland | dev | yocto/meta-boot2qt | Status: MERGED | +2 | 0 |
543561,2 | rpi: use different environment variable for wayland | nanbield | yocto/meta-boot2qt | Status: MERGED | +2 | 0 |
543562,2 | rpi: use different environment variable for wayland | kirkstone | yocto/meta-boot2qt | Status: MERGED | +2 | 0 |