Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Aug 2023 15:04:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 273224] After the process finishes shared memory resourced aren't released: shmget() failed: No space left on device
Message-ID:  <bug-273224-227-jPoWTmoI97@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-273224-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-273224-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273224

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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273224-227-jPoWTmoI97>