Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.9.0 Beta3
-
da062e706 (dev), 51629eba5 (6.9), 7aec63400 (6.8), 4605347e4 (6.9.0)
Description
Device: Any Boot to Qt image
Steps to reproduce:
Install Boot to Qt 6.9.0 beta3 and setup a device
Run 'hello-world' on the device
Expected result: No warnings or errors shown in the stdout/stderr output
Actual result:
Warnings and errors shown in the stdout/stderr output:
"GST_PLUGIN_FEATURE_RANK" "v4l2h264dec:1,v4l2h264enc:1" "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/examples/applicationmanager/hello-world/hello-world" QList() [WARN | am.deployment] No --installation-dir command line parameter or applications/installationDir configuration key specified. It won't be possible to install, remove or access installable packages. [WARN | am.system] The crash handler was re-enabled, because these Unix signal handlers were set or reset: [WARN | am.system] * Floating point exception (8) [WARN | am.system] * Segmentation fault (11) [WARN | am.system] * Illegal instruction (4) [WARN | am.system] * Bus error (7) WARNING 20:59:22 [WARN | am.system] * Aborted (6) [INFO | am.dbus] NOTICE: running on private D-Bus session bus to avoid conflicts: [INFO | am.dbus] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/0/qtapplicationmanager-session/dbus-2xpBP1kims,guid=6d29502dba85e6d8338b159867be12e9 [INFO | am.graphics] WindowManager: running in Wayland mode [socket: "qtam-wayland-0"] Property QWheelEvent::QPointingDevice has unknown type const. Property QDateTimeEdit::timeZone has unknown type QTimeZone. Property QMessageBox::options has unknown type QFlags<QMessageBox::Option>. Property QInputDevice::capabilities has unknown type QFlags<QInputDevice::Capability>. Property QInputDevice::systemId has unknown type long long. Property QPointingDeviceUniqueId::numericId has unknown type long long.
Despite the warnings the application itself seems to be working fine (one can select/unselect the colored stars). The warnings are shown also without any user interaction with the application.