Date: Tue, 2 Jun 1998 05:38:33 -0700 (PDT) From: "Jordan K. Hubbard" <jkh@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/linux linux_ipc.c Message-ID: <199806021238.FAA17315@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkh 1998/06/02 05:38:32 PDT Modified files: sys/i386/linux linux_ipc.c Log: ".. x11amp appears to be calling shmctl(id, IPC_RMID, 0) and the emulation layer does not like the null shmid_ds buffer pointer. The emulation layer returned an error without ever calling FreeBSD's shmctl, so the segments were not being deleted when the reference count went to zero." Submitted by: Kevin Street <street@iname.com> Revision Changes Path 1.14 +13 -9 src/sys/i386/linux/linux_ipc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806021238.FAA17315>