Details
-
Bug
-
Resolution: Unresolved
-
P1: Critical
-
None
-
6.8.1
Description
When running 'principledmaterial' on RaspberryPi5 the device gets stuck and needs to be rebooted. Output:
"LD_LIBRARY_PATH" "/data/user/qt/squish/lib" "QTWEBENGINE_DISABLE_SANDBOX" "1" "QT_IM_MODULE" "qtvirtualkeyboard" "QT_PLUGIN_PATH" "/data/user/qt/squish/plugins" "QT_QPA_EGLFS_FORCE888" "1" "QT_QPA_EGLFS_KMS_ATOMIC" "0" "QT_QPA_EGLFS_KMS_CONFIG" "/etc/kms.conf" "QT_QPA_GENERIC_PLUGINS" "squish:10100" "QT_QPA_PLATFORM" "eglfs" "QT_WAYLAND_HARDWARE_INTEGRATION" "linux-dmabuf-unstable-v1" "SQUISH_PREFIX" "/data/user/qt/squish" "WAYLAND_DISPLAY" "/run/wayland-0" "/usr/bin/principledmaterial" QList() qt.scenegraph.general: threaded render loop qt.scenegraph.general: Using sg animation driver qt.scenegraph.general: Animation Driver: using vsync: 16.67 ms qt.scenegraph.general: Using sg animation driver qt.scenegraph.general: Animation Driver: using vsync: 16.67 ms qt.scenegraph.general: Creating QRhi with backend OpenGL for window 0x55b25be520 (wflags 0x1) Graphics API debug/validation layers: 0 Debug markers: 0 Timestamps: 0 Prefer software device: 0 Shader/pipeline cache collection: 1 qt.rhi.general: Created OpenGL context QSurfaceFormat(version 3.1, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize 24, redBufferSize 8, greenBufferSize 8, blueBufferSize 8, alphaBufferSize 0, stencilBufferSize 8, samples 0, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QColorSpace(), profile QSurfaceFormat::NoProfile) qt.rhi.general: OpenGL VENDOR: Broadcom RENDERER: V3D 7.1.7 VERSION: OpenGL ES 3.1 Mesa 24.0.7 qt.scenegraph.general: Created QRhi 0x7f70001d40 for window 0x55b25be520 qt.scenegraph.general: MSAA sample count for the swapchain is 1. Alpha channel requested = no. qt.scenegraph.general: rhi texture atlas dimensions: 4096x4096
The output from 6.8.0 was:
"QTWEBENGINE_DISABLE_SANDBOX" "1" "QT_IM_MODULE" "qtvirtualkeyboard" "QT_QPA_EGLFS_FORCE888" "1" "QT_QPA_EGLFS_KMS_ATOMIC" "0" "QT_QPA_EGLFS_KMS_CONFIG" "/etc/kms.conf" "QT_QPA_PLATFORM" "eglfs" "QT_WAYLAND_HARDWARE_INTEGRATION" "linux-dmabuf-unstable-v1" "WAYLAND_DISPLAY" "/run/wayland-0" "/usr/bin/principledmaterial" QList() qt.scenegraph.general: threaded render loop qt.scenegraph.general: Using sg animation driver qt.scenegraph.general: Animation Driver: using vsync: 16.67 ms qt.scenegraph.general: Using sg animation driver qt.scenegraph.general: Animation Driver: using vsync: 16.67 ms qt.scenegraph.general: Creating QRhi with backend OpenGL for window 0x559b6fd080 (wflags 0x1) Graphics API debug/validation layers: 0 Debug markers: 0 Timestamps: 0 Prefer software device: 0 Shader/pipeline cache collection: 1 qt.rhi.general: Created OpenGL context QSurfaceFormat(version 3.1, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize 24, redBufferSize 8, greenBufferSize 8, blueBufferSize 8, alphaBufferSize 0, stencilBufferSize 8, samples 0, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QColorSpace(), profile QSurfaceFormat::NoProfile) qt.rhi.general: OpenGL VENDOR: Broadcom RENDERER: V3D 7.1.7 VERSION: OpenGL ES 3.1 Mesa 24.0.5 qt.scenegraph.general: Created QRhi 0x7f88001d40 for window 0x559b6fd080 qt.scenegraph.general: MSAA sample count for the swapchain is 1. Alpha channel requested = no. qt.scenegraph.general: rhi texture atlas dimensions: 4096x4096
But the application did not jam the device and Squish screenshots show that the application is running on the device.