This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Postinstall hangs with bash


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:
> > >
> > > <snip>
> > > > 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 <SIGH> ;-) 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@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]