Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.8, 6.9
-
None
-
-
085626775 (dev), 3664d45cb (6.9), 4ed9ff1df (6.8), 3396be04e (dev), d33bbf28f (6.9), 09462e24a (6.8)
Description
When PARAM_RTP_MEM_FILL=FALSE then VxWorks is not filling memory allocations with 0s, which cause the QML Engine crash.
5.15 had the following change:
#if OS(VXWORKS)
// page allocator expects mmap'ed memory to be zero'ed
memset(result, 0, bytes);
#endif
in reserveAndCommit()
Attachments
Issue Links
- mentioned in
-
Page Loading...