setup hangs during postinstall

Igor Pechtchanski pechtcha@cs.nyu.edu
Thu Oct 9 23:45:00 GMT 2003


On Thu, 9 Oct 2003, Brian Ford wrote:

> [snip]
> >So, if I can believe this trace, it looks like cygwin is hanging waiting
> >for a lock while exiting.  I don't see how it's possible to be waiting
> >for a lock unless cygpath was a multi-threaded app or if the signal
> >thread grabbed the lock and didn't give it up, neither of which should be
> >the case.
> >
> >So, color me puzzled.
>
> Me too :), but it gets stranger...  This hangs:
> #!/bin/bash
>
> FOO=`cypath -S`
>
> but using #!/bin/sh doesn't.  likewise, strace hangs here:
> #!/bin/bash
>
> FOO=`strace -o /tmp/cygpath.strace cypath -S`
>
> but not using #!/bin/sh.
>
> Neither hang if setup is launched from bash instead of explorer.

Brian,

strace will, of course, hang, but if Cygwin is looping somewhere
internally, the strace file will be appended.  Can you look at it and see
what it's doing (towards the end)?  Does it show repeated information
(someone reported "WaitForMultipleObjects timed out" messages, see
<http://cygwin.com/ml/cygwin/2003-10/msg00455.html>)?
	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/



More information about the Cygwin mailing list