[Bug 273224] After the process finishes shared memory resourced aren't released: shmget() failed: No space left on device

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 19 Aug 2023 15:04:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273224

Konstantin Belousov <kib@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kib@FreeBSD.org

--- Comment #1 from Konstantin Belousov <kib@FreeBSD.org> ---
Why do you think that this has something to do with the kernel?

If process does not clean up its SysV IPC shared memory segments, then they
would lay around, by the API design.  Use ipcs(8) to discover them, and
ipcrm(8)
to remove unwanted segments.

-- 
You are receiving this mail because:
You are the assignee for the bug.