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

[Unix] make sure shared memory is created if it doesn't exist #5

Open
zsawyer opened this issue Jan 21, 2016 · 1 comment
Open

[Unix] make sure shared memory is created if it doesn't exist #5

zsawyer opened this issue Jan 21, 2016 · 1 comment
Labels
Milestone

Comments

@zsawyer
Copy link
Owner

zsawyer commented Jan 21, 2016

asiekierka commented 20 days ago

Only O_RDWR is set, but MumbleLink.[uid] does not exist, causing shm_open to fail terribly since it's >not told to create the shm if not present.

ToDo:

make sure it is fixed with adding | O_CREAT in the new mumble-LinkAPI.

@LinkAPI.c#L73

@zsawyer
Copy link
Owner Author

zsawyer commented Apr 22, 2020

more details in zsawyer/MumbleLink#9

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

No branches or pull requests

1 participant