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

Call IPC_RMID on the shm segment on FreeBSD as well as Linux #124

Closed
wants to merge 1 commit into from
Closed

Call IPC_RMID on the shm segment on FreeBSD as well as Linux #124

wants to merge 1 commit into from

Conversation

dnelson-1901
Copy link

FreeBSD changed its default to allow attaching to removed segments 5 years ago; see
https://reviews.freebsd.org/D3603 . This prevents orphaned segments from
being left around in case of a crash.

FreeBSD has supported attaching to removed segments for 5 years; see
https://reviews.freebsd.org/D3603 .  This prevents orphaned segments from
being left around in case of a crash.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants