Date: Mon, 7 Feb 2000 20:30:03 -0800 (PST) From: "Danny J. Zerkel" <dzerkel@columbus.rr.com> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/12191: wcol is trying to allocate a shared memory segment and failing Message-ID: <200002080430.UAA82688@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/12191; it has been noted by GNATS. From: "Danny J. Zerkel" <dzerkel@columbus.rr.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002080430.UAA82688>