Skip to content

Do not crash if madvise() fails on MADV_WILLNEED

MADV_WILLNEED is only advisory. The kernel may ignore it anyway. Any subsequent access to the pages in question will trigger them to be re-populated.

Pick-to: 6.4 6.2 5.15 Fixes: QTBUG-107774 Change-Id: I8d70003502fdeb3e53c169b28ea6826801d47c74 Reviewed-by: Qt CI Bot qt_ci_bot@qt-project.org Reviewed-by: Fabian Kosmale fabian.kosmale@qt.io (cherry picked from commit 2034e10c)

Merge request reports