X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com Subject: Re: /proc//exe points to void Mail-Copies-To: never Reply-To: sds AT gnu DOT org X-Attribution: Sam X-Disclaimer: You should not expect anyone to agree with me. From: Sam Steingold In-Reply-To: <20050311160956.GB2821@cygbert.vinschen.de> (Corinna Vinschen's message of "Fri, 11 Mar 2005 17:09:56 +0100") References: <20050310220045 DOT GC20798 AT cygbert DOT vinschen DOT de> <20050311160956 DOT GB2821 AT cygbert DOT vinschen DOT de> Mail-Followup-To: cygwin AT cygwin DOT com Date: Fri, 20 Jan 2006 13:50:05 -0500 Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) MIME-Version: 1.0 Content-Type: text/plain Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com > * Corinna Vinschen [2005-03-11 17:09:56 +0100]: > > On Mar 11 10:57, Sam Steingold wrote: >> > * Corinna Vinschen [2005-03-10 23:00:45 +0100]: >> > >> > On Mar 10 16:00, Sam Steingold wrote: >> >> /proc//exe points to "foo", not to "foo.exe", so it cannot be >> >> opened &c. >> > ^^^^ >> > ???? >> >> how do I find out which file is running if /proc//exe cannot be >> opened? > > access(2) or stat(2) http://www.opengroup.org/onlinepubs/009695399/functions/access.html the above spec of access appears to indicate that if access() succeeds then open() must succeed too. this is not the case in cygwin: /proc/self/exe cannot be open()ed. -- Sam Steingold (http://www.podval.org/~sds) running w2k http://www.jihadwatch.org http://www.honestreporting.com http://www.dhimmi.com http://pmw.org.il http://www.openvotingconsortium.org http://ffii.org There are two ways to write error-free programs; only the third one works. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/