Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document platform specific limitations with shared memory #186

Open
Dalzhim opened this issue Nov 11, 2022 · 0 comments
Open

Document platform specific limitations with shared memory #186

Dalzhim opened this issue Nov 11, 2022 · 0 comments

Comments

@Dalzhim
Copy link

Dalzhim commented Nov 11, 2022

It can be very hard to figure out why shared memory cannot be created on macos when getting errno=1 ("Operation not permitted") as the only information. It turns out that sandboxed applications have extra hoops to go through to use shared memory. Here are the relevant documents :

I believe the interprocess library's documentation could point people to Apple's documentation in order to make it easier to use!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant