You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pal init: Move InitializeFlushProcessWriteBuffers() after VIRTUALInitialize() (#107114)
A fixup of commit 27ee590 that's broken on platforms which don't
support membarrier() syscall: GetVirtualPageSize() is called in the
fallback path of InitializeFlushProcessWriteBuffers() and attempts to
mmap() zero bytes.
Move InitializeFlushProcessWriteBuffers() after VIRTUALInitialize() but
before the first thread is created.
Fixes#106892Fixes#106722
Co-authored-by: Haris Okanovic <[email protected]>
0 commit comments