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 14:58:58 -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 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: > > > > > > 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... > > 8-/ I must have been totally "off". > > > 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 > > $ mv myPostinstall.sh.done myPostinstall.sh > $ rm /postinstall.strace > $ strace -o /postinstall.strace /install/setup.exe > > Hrm... The hang doesn't occur. > > Checking: > $ mv /postinstall.strace /postinstall.strace-nohang > $ mv myPostinstall.sh.done myPostinstall.sh > $ /install/setup.exe > > No hang. 8-I > > Tried strace on postinstall/Xfree-bin-icons.sh - which have been doing the > hang. > -> No hang. > > Thinking about file/dir rights settings: With PI/Xfree...sh in mind; > [snip] > > $ mv XFree86-bin-icons.sh.done XFree86-bin-icons.sh > Testing this one again... > > It hangs. cygpath and one instance of bash is left behind if one hits > cancel. Killing cygpath makes them disappear. > > Any ideas? > /Hannu E K Nevalainen Hannu, Can you reproduce the hang under strace? If so, try to make a copy of the hanging script (and the one it calls) and pare them down to one or two commands (they should still reproduce the hang, though). Once you have that, please attach the strace output from the simple script. 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/