Bug 246763 - Set HAVE_MAP_ALIGNED flag as OFF in OptionsPlayStation.cmake
Summary: Set HAVE_MAP_ALIGNED flag as OFF in OptionsPlayStation.cmake
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-19 13:30 PDT by Jasmine
Modified: 2022-10-19 13:30 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jasmine 2022-10-19 13:30:37 PDT
This is a temporary fix to work around an mmap issue involving pointer address misalignment. Failing assert: https://github.com/WebKit/WebKit/blob/main/Source/JavaScriptCore/heap/StructureAlignedMemoryAllocator.cpp#L94
Revert after the mmap issue is resolved.