[Bug 273224] After the process finishes shared memory resourced aren't released: shmget() failed: No space left on device
Date: Sat, 19 Aug 2023 15:10:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273224 Bob Bishop <rb@gid.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rb@gid.co.uk --- Comment #2 from Bob Bishop <rb@gid.co.uk> --- Unlike just about every other resource, shared memory segments are not released when a process exits; see _exit(2) and exit(3). This (possibly astonishing) behaviour is unchanged since the introduction of SysV IPC around 1983. -- You are receiving this mail because: You are the assignee for the bug.