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: slinky.cs.nyu.edu: pechtcha owned process doing -bs Date: Wed, 1 Oct 2003 11:57:40 -0400 (EDT) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: "Hannu E K Nevalainen (garbage mail)" cc: cygwin AT cygwin DOT com Subject: RE: Postinstall hangs with bash In-Reply-To: Message-ID: References: Importance: Normal MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Content-ID: On Wed, 1 Oct 2003, Hannu E K Nevalainen (garbage mail) wrote: > > From: Igor Pechtchanski > > > On Wed, 1 Oct 2003, Hannu E K Nevalainen (garbage mail) wrote: > > > > FWIW, if you're able to reproduce the hang, I'd be very interested in > > seeing the results of the experiments outlined in the above message on > > your machine... Maybe you could glean something from the strace output as > > well. > > $ for i in myPostinstall.sh.done myPostinstall2.sh.done > myPostinstall3.sh.done; do echo -e "\n---" $i "---";cat $i;done > > --- myPostinstall.sh.done --- > #!/bin/bash -x > echo "$(cygpath -w /)" > > --- myPostinstall2.sh.done --- > #!/bin/sh -x > bash -c "echo $(cygpath -w /)" > > --- myPostinstall3.sh.done --- > #!/bin/sh -x > strace -o postinstall.strace bash -c "echo $(cygpath -w /)" > > myPostinstall.sh does the "hang". (i.e. the first of your tests). The other > two tests works just fine ;-) > I've attached /postinstall.strace (name as it actually was created) Hannu, *If* you are able to reproduce the hang... Otherwise the strace is perfectly normal, and thus a waste of bandwidth... Hmm, I just realized that you can run setup under strace! It won't show any Windows calls, obviously, but it will show calls to Cygwin programs, which is what you want, anyway. If you could reproduce the hang under strace, that output might actually be useful. You should only run the first script, obviously. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "I have since come to realize that being between your mentor and his route to the bathroom is a major career booster." -- Patrick Naughton -- 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/