Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QML: Protect against EAGAIN when calling madvise on linux
Apparently it can fail with EAGAIN. We rely on madvise to zero out the memory. Therefore loop until it succeeds like we do on other OS. Fixes: QTBUG-100431 Change-Id: I9819f8d82a251e222b0b500991584d40e641b672 Reviewed-by: Andrei Golubev <andrei.golubev@qt.io> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> (cherry picked from commit 6aef29a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
- Loading branch information