Open sefram opened 2 months ago
is there more information you can dig e.g. are there any crash reported or some sort of backtrace ? we did have issue with rpi4 where it would assume hw crypto which was not part of ISA implemented on the SOC and it would cause illegal instruction traps on qt6 but perhaps might happen on qt5 as well, depends on what version of chromium is used
is there more information you can dig e.g. are there any crash reported or some sort of backtrace ? we did have issue with rpi4 where it would assume hw crypto which was not part of ISA implemented on the SOC and it would cause illegal instruction traps on qt6 but perhaps might happen on qt5 as well, depends on what version of chromium is used
Hello, This error occurs during execution of the example (not during the build). How i can add trace to give you more details for the webengine plugin ?
Hello to all,
It's working on Ubuntu 24.04.1 from rpi imager...
Hi. Qt5 seems incompatible with a 16kB page size.
recipes-kernel/linux/linux-raspberrypi.inc
will currently generate a 16kB page size kernel by default because of
KBUILD_DEFCONFIG:raspberrypi5 ?= "bcm2712_defconfig"
The error does not occur with a 4kB page size kernel (ie kernel8.img in Raspberry Pi OS terms).
Thanks a lot matthew for your help.
Description Hello, We try using RPI5 with Yocto and Qt5 with QtWebengine, QtWebview. Building the Yocto image is ok, same for the SDK. But once we launch a Qt example like "https://doc.qt.io/qt-5/qtwebengine-webengine-recipebrowser-example.html", we always get an errors when displaying Web: FATAL:page_allocator_internals_posix.h(169) Check failed: . : Invalid argument (22) FATAL:page_allocator_internals_posix.h(169) Check failed: . : Invalid argument (22) FATAL:page_allocator_internals_posix.h(169) Check failed: . : Invalid argument (22)
Steps to reproduce the issue:
Additional details (revisions used, host distro, etc.):
Thanks in advance for your help.