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: setup hangs during postinstall


On Thu, Oct 09, 2003 at 06:17:08PM -0500, Brian Ford wrote:
>#!/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.

Hmm.  Maybe I missed this point before.  I never run setup from
explorer.

In any event, can you set the CYGWIN_DEBUG=cygpath and maybe do some
search and destroy debugging to see precisely where it is hanging?

cgf

--
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]