From owner-freebsd-bugs Mon Feb 7 20:29:15 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by builder.freebsd.org (Postfix) with ESMTP id D1CE64059 for ; Mon, 7 Feb 2000 20:29:13 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA82688; Mon, 7 Feb 2000 20:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 7 Feb 2000 20:30:03 -0800 (PST) Message-Id: <200002080430.UAA82688@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Danny J. Zerkel" Subject: Re: bin/12191: wcol is trying to allocate a shared memory segment and failing Reply-To: "Danny J. Zerkel" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/12191; it has been noted by GNATS. From: "Danny J. Zerkel" To: freebsd-gnats-submit@FreeBSD.org, ap@bnc.net Cc: Subject: Re: bin/12191: wcol is trying to allocate a shared memory segment and failing Date: Mon, 07 Feb 2000 23:26:47 -0500 The code for shmget hasn't really changed between 3.2 and 4.0. So, I don't know what you mean by "it is working". It should be returning ENOENT if the segment doesn't exist. If it does exist, a size of 0 is ignored and the segment should be returned. PS- why not use the path of the program itself for ftok()? Executive Summary: Not a problem as far as I can see. -- Danny J. Zerkel dzerkel@columbus.rr.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message