REPRODUCIBILITY: Always
OS VERSION: 4.5
HARDWARE: N/A
UI LANGUAGE: N/A
REGRESSION: not known
DESCRIPTION:
When compiling QtWebEngine 5.15.13 for aarch64 using Platform SDK (sb2/mb2), I do get all code compiled and RPMs generated. However, resulting QtWebEngine is faulty and crashes on many pages (issue filed at QtWebengine crashes on some pages · Issue #11 · sailfishos-chum/qt5 · GitHub).
As an experiment, I compiled QtWebEngine on a phone. The resulting library had no such issues and opened the pages that were failing before without crashes.
Whether it is caused by having our SDK as 32-bit (similar to SB2 fails to mmap 8GB in Aarch64) or something else is going on, is hard to say.
ADDITIONAL INFORMATION:
Is there some kind of development strategy for SDK that would allow us to compile such libraries? Some are using Arm64 servers to compile packages for aarch64 (SuSe OBS, Flathub and probably others).
Alternative would be to try to get 64-bit port for SDK. No idea what it entails, tbh.