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 Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authentication-Warning: eos.vss.fsi.com: ford owned process doing -bs Date: Wed, 15 Oct 2003 14:19:04 -0500 (CDT) From: Brian Ford X-X-Sender: ford AT eos To: cygwin AT cygwin DOT com Subject: RE: setup hangs during postinstall In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 15 Oct 2003, Igor Pechtchanski wrote: > You could try testing the following things: > > $(cygpath d:/) # don't capture the output but execute cygpath in a subshell > Just a subshell works ie. (cyghan.exe). Both $(cyghan.exe) and `cyghan.exe` without assignment to a variable hang. > sh -c "cygpath d:/" # force the subshell to be "sh" > You mean as stated, or `sh -c "cygpath d:/"`? As stated, I don't see why it wouldn't work. With back ticks, still hangs. > $(cat /dev/null | cygpath d:/) # see if pipes work the same as input redirect > Yes, they do. > $(cygpath d:/ > /tmp/cygpath.out) # see if redirecting output also affects it > My cyghan.exe has no output, but still hangs. > I'll let you know if I think of other things to try. > Please do. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- 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/