https://github.com/JuliaLang/julia
Revision f4a0c7cb4ea317d81f9509420d2f9bc954147be8 authored by Elliot Saba on 31 December 2021, 00:42:26 UTC, committed by Kristoffer on 05 January 2022, 15:15:23 UTC
Beacuse `shm_open()` is a variadic function, if we don't declare it as
such, the kernel receives trash as the `permissions` value, which
occasionally results in errors when creating shared memory segments.
This did not happen on `x86_64` because the calling convention doesn't
change so much between variadic and non-vadiadic functions.

(cherry picked from commit ffed6b8628ea8e5d50da1a0a29f2b99b0c9b7c81)
1 parent 118d245
History
Tip revision: f4a0c7cb4ea317d81f9509420d2f9bc954147be8 authored by Elliot Saba on 31 December 2021, 00:42:26 UTC
Change `shm_open()` calling ABI on aarch64 Darwin (#43516)
Tip revision: f4a0c7c
File Mode Size
.buildkite
.devcontainer
.github
base
cli
contrib
deps
doc
etc
src
stdlib
test
.clang-format -rw-r--r-- 3.3 KB
.codecov.yml -rw-r--r-- 52 bytes
.gitattributes -rw-r--r-- 65 bytes
.gitignore -rw-r--r-- 425 bytes
.mailmap -rw-r--r-- 11.0 KB
CITATION.bib -rw-r--r-- 513 bytes
CONTRIBUTING.md -rw-r--r-- 19.3 KB
HISTORY.md -rw-r--r-- 313.4 KB
LICENSE.md -rw-r--r-- 1.3 KB
Make.inc -rw-r--r-- 49.2 KB
Makefile -rw-r--r-- 25.8 KB
NEWS.md -rw-r--r-- 20.5 KB
README.md -rw-r--r-- 7.5 KB
THIRDPARTY.md -rw-r--r-- 3.7 KB
VERSION -rw-r--r-- 10 bytes
sysimage.mk -rw-r--r-- 4.0 KB

README.md

back to top