Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <38B1314C.919DC9CD@pgs.nl> Date: Mon, 21 Feb 2000 13:36:28 +0100 From: Frank Tuijnman X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Bug: fhandler_base::dup: (W2K, php, 1.3.9 dll) + work around Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Bug report + work around. When calling a bash shell script interactively, it works fine. When starting it through php (with 'exec') it gives this error: fhandler_base::dup: dup(unknown disk file) failed, handle 2F8, Win32 error 6 The problem has been reported earlier (and diagnosed) in the context of gcc and make. The problem arises because the main shell script (activated from php with 'exec') calls other shell scripts, without assigning standard input. After calling the other scripts with a dummy standard input ( < /etc/profile), it works fine. Not pretty, but workable. Frank Tuijnman -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/