RE: setup hangs during postinstall

2003-10-16 Thread Hannu E K Nevalainen \(garbage mail\)
> From: Christopher Faylor > Sent: Wednesday, October 15, 2003 11:53 PM > On Wed, Oct 15, 2003 at 04:40:43PM -0500, Brian Ford wrote: > >On Wed, 15 Oct 2003, Hannu E K Nevalainen wrote: > >>Now, I've seen no mail from CGF in a while, I wonder what he's up to... > >>might he be working on some idea

RE: setup hangs during postinstall

2003-10-16 Thread Steve Fairbairn
> > >$ ls -l shlwapi.dll msvcrt.dll > >-rwxrwxr-x+ 1 Administ SYSTEM 300816 Oct 20 2000 shlwapi.dll > >-rwxrwxr-x+ 1 Administ SYSTEM 290869 Oct 30 2001 msvcrt.dll > > > >The properties dialogs show the following versions: > > > >File version: 5.50.4522.1800 > >Description: Shell Ligh

Re: setup hangs during postinstall

2003-10-15 Thread Cliff Stanford
I have no idea if this is useful to those debugging this. If no, I apologise for the post. On windows, my user name is 'Cliff Stanford' with the space. I was seeing these hangs until I put in a symlink for my home directory and added a line to /etc/passwd with a user of "cliff" rather than "C

Re: setup hangs during postinstall

2003-10-15 Thread Christopher Faylor
On Wed, Oct 15, 2003 at 04:40:43PM -0500, Brian Ford wrote: >On Wed, 15 Oct 2003, Hannu E K Nevalainen wrote: >>Now, I've seen no mail from CGF in a while, I wonder what he's up to... >>might he be working on some idea? > >Um... You missed it. > >http://www.cygwin.com/ml/cygwin/2003-10/msg00977.ht

RE: setup hangs during postinstall

2003-10-15 Thread Hannu E K Nevalainen
> From: Brian Ford > On Wed, 15 Oct 2003, Hannu E K Nevalainen wrote: > > > Now, I've seen no mail from CGF in a while, I wonder what he's up to... > > might he be working on some idea? > > > > Um... You missed it. > > http://www.cygwin.com/ml/cygwin/2003-10/msg00977.html > Ahh... THAT was inter

RE: setup hangs during postinstall

2003-10-15 Thread Hannu E K Nevalainen
> From: Brian Ford > Sent: Wednesday, October 15, 2003 9:32 PM > On Wed, 15 Oct 2003, Christopher Faylor wrote: > > > On Wed, Oct 15, 2003 at 03:10:36PM -0400, Igor Pechtchanski wrote: > > >Speaking of which, what's the version of SHLWAPI that hangs? On my > > >machine (which doesn't exhibit the

Re: setup hangs during postinstall

2003-10-15 Thread Markus Schönhaber
Brian Ford wrote: Another weird thing I noticed in the msvcrt.dll properties: Created: Tuesday, May 13 2003 3:34:33 PM Modified: Saturday, July 15 2000 Huh? Quite a normal thing, when a file is copied. The creation date/time of the copy is set to the date/time the copy is performed, while th

RE: setup hangs during postinstall

2003-10-15 Thread Brian Ford
On Wed, 15 Oct 2003, Hannu E K Nevalainen wrote: > Now, I've seen no mail from CGF in a while, I wonder what he's up to... > might he be working on some idea? > Um... You missed it. http://www.cygwin.com/ml/cygwin/2003-10/msg00977.html -- Brian Ford Senior Realtime Software Engineer VITAL - V

RE: setup hangs during postinstall

2003-10-15 Thread Hannu E K Nevalainen
> From: Brian Ford > Sent: Wednesday, October 15, 2003 7:49 PM > On Wed, 15 Oct 2003, Steve Fairbairn wrote: > > Is it possible to put a nice big sleep into the bash script > before the it > > gets to the cygpath. > > Attach gdb to bash during this sleep > > Add a break point to the exec or whate

Re: setup hangs during postinstall

2003-10-15 Thread Brian Ford
On Wed, 15 Oct 2003, Christopher Faylor wrote: > On Wed, Oct 15, 2003 at 02:31:51PM -0500, Brian Ford wrote: > >On Wed, 15 Oct 2003, Christopher Faylor wrote: > >> -rwxrwxr-x+ 1 Administ SYSTEM 395264 Jul 13 16:05 shlwapi.dll > >> Version 6.00.2800.1226 > >> > >> -rwxrwxr-x+ 1 Administ SYST

Re: setup hangs during postinstall

2003-10-15 Thread Christopher Faylor
On Wed, Oct 15, 2003 at 02:31:51PM -0500, Brian Ford wrote: >On Wed, 15 Oct 2003, Christopher Faylor wrote: > >> On Wed, Oct 15, 2003 at 03:10:36PM -0400, Igor Pechtchanski wrote: >> >Speaking of which, what's the version of SHLWAPI that hangs? On my >> >machine (which doesn't exhibit the hang) I

Re: setup hangs during postinstall

2003-10-15 Thread Brian Ford
On Wed, 15 Oct 2003, Christopher Faylor wrote: > On Wed, Oct 15, 2003 at 03:10:36PM -0400, Igor Pechtchanski wrote: > >Speaking of which, what's the version of SHLWAPI that hangs? On my > >machine (which doesn't exhibit the hang) I have > > > >$ ls -l shlwapi.dll msvcrt.dll > >-rwxrwxr-x+ 1 Adm

Re: setup hangs during postinstall

2003-10-15 Thread Christopher Faylor
On Wed, Oct 15, 2003 at 03:10:36PM -0400, Igor Pechtchanski wrote: >On Wed, 15 Oct 2003, Brian Ford wrote: > >> On Wed, 15 Oct 2003, Christopher Faylor wrote: >> >> > On Wed, Oct 15, 2003 at 07:24:53PM +0100, Steve Fairbairn wrote: >> > >As Brian has noted, Executing the binary with '< /dev/null' s

RE: setup hangs during postinstall

2003-10-15 Thread Brian Ford
On Wed, 15 Oct 2003, Igor Pechtchanski wrote: > You could try testing the following things: > > $(cygpath d:/) # don't capture the output but execute cygpath in a subshell > Just a subshell works ie. (cyghan.exe). Both $(cyghan.exe) and `cyghan.exe` without assignment to a variable hang. > sh -c

Re: setup hangs during postinstall

2003-10-15 Thread Igor Pechtchanski
On Wed, 15 Oct 2003, Brian Ford wrote: > On Wed, 15 Oct 2003, Christopher Faylor wrote: > > > On Wed, Oct 15, 2003 at 07:24:53PM +0100, Steve Fairbairn wrote: > > >As Brian has noted, Executing the binary with '< /dev/null' stops the > > >hanging, but also executing it without capturing the output

Re: setup hangs during postinstall

2003-10-15 Thread Brian Ford
On Wed, 15 Oct 2003, Christopher Faylor wrote: > On Wed, Oct 15, 2003 at 07:24:53PM +0100, Steve Fairbairn wrote: > >As Brian has noted, Executing the binary with '< /dev/null' stops the > >hanging, but also executing it without capturing the output to a variable > >also stops the hanging. > > I w

RE: setup hangs during postinstall

2003-10-15 Thread Igor Pechtchanski
On Wed, 15 Oct 2003, Steve Fairbairn wrote: > Again, probably going over old ground but I can't find anywhere that it > has actually been stated for those that can't duplicate the problem, > that > TOPFOLDER="$(cygpath d:/)/Cygwin-XFree86" > hangs, but > cygpath d:/ > doesn't hang?

Re: setup hangs during postinstall

2003-10-15 Thread Christopher Faylor
On Wed, Oct 15, 2003 at 07:24:53PM +0100, Steve Fairbairn wrote: > >Again, probably going over old ground but I can't find anywhere that it has >actually been stated for those that can't duplicate the problem, that > > TOPFOLDER="$(cygpath d:/)/Cygwin-XFree86" > >hangs, but > > cygpath

Re: setup hangs during postinstall

2003-10-15 Thread Christopher Faylor
On Wed, Oct 15, 2003 at 12:49:18PM -0500, Brian Ford wrote: >I don't know how this communication works when bash is starting a >non-Cygwin process, though. The cygwin stub stays around until the non-cygwin process exits in this case. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscrib

RE: setup hangs during postinstall

2003-10-15 Thread Steve Fairbairn
Again, probably going over old ground but I can't find anywhere that it has actually been stated for those that can't duplicate the problem, that TOPFOLDER="$(cygpath d:/)/Cygwin-XFree86" hangs, but cygpath d:/ doesn't hang? As Brian has noted, Executing the binary with '< /d

RE: setup hangs during postinstall

2003-10-15 Thread Brian Ford
On Wed, 15 Oct 2003, Steve Fairbairn wrote: > OK, so I tried a lot of things already tried, and at least one thing that > hadn't been tried ;). I must admit I haven't followed everything said in > the threads so didn't realise we already knew cygpath wasn't actually > starting. > No problem here.

RE: setup hangs during postinstall

2003-10-15 Thread Steve Fairbairn
All, OK, so I tried a lot of things already tried, and at least one thing that hadn't been tried ;). I must admit I haven't followed everything said in the threads so didn't realise we already knew cygpath wasn't actually starting. So, getting this straight in my own head. Setup runs normally.

RE: setup hangs during postinstall

2003-10-15 Thread Brian Ford
I think you're in a time warp Steve. Most of this has already been discovered/presented. On Wed, 15 Oct 2003, Steve Fairbairn wrote: > OK, again with simple tests... I've added a printf to the very start of > main in cygpath.cc... [snip] > Which implies main isn't even being reached. > We alrea

RE: setup hangs during postinstall

2003-10-15 Thread Steve Fairbairn
to the process once it has hung, but there is no output until the process recieves a signal from kill and then the output just seems to be the signal handling/termination (attached anyway). > -Original Message- > From: Christopher Faylor > Sent: 10 October 2003 01:28 > Subject:

RE: setup hangs during postinstall

2003-10-14 Thread Hannu E K Nevalainen
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Christopher Faylor > Sent: Tuesday, October 14, 2003 10:20 PM > To: [EMAIL PROTECTED] > Subject: Re: setup hangs during postinstall > > > On Tue, Oct 14, 2003 at 02:13:44PM -0500, Brian Ford wrote: > &

Re: Multiple versions of MSVCRT.DLL (RE: setup hangs during postinstall)

2003-10-14 Thread Brian Ford
On Tue, 14 Oct 2003, Hannu E K Nevalainen wrote: > > From: Christopher Faylor > > Sent: Tuesday, October 14, 2003 8:43 PM > > > Igor's theory about DLLs might also be the culprit here. I wonder if > > the PATH is different when run via the desktop and a different version > > of MSVCRT.DLL is bein

Multiple versions of MSVCRT.DLL (RE: setup hangs during postinstall)

2003-10-14 Thread Hannu E K Nevalainen
> From: Christopher Faylor > Sent: Tuesday, October 14, 2003 8:43 PM > Igor's theory about DLLs might also be the culprit here. I wonder if > the PATH is different when run via the desktop and a different version > of MSVCRT.DLL is being pulled in or something. *SHUDDER* - I wasn't aware of this

Re: setup hangs during postinstall

2003-10-14 Thread Brian Ford
On Tue, 14 Oct 2003, Christopher Faylor wrote: > On Tue, Oct 14, 2003 at 02:13:44PM -0500, Brian Ford wrote: > >FOO=`cygpath -S < /dev/null` > >does not hang. > > I forget have you tried making this: > > FOO=`strace -owhereever cygpath -S` > > I seem to recall that this worked ok but I can't find

Re: setup hangs during postinstall

2003-10-14 Thread Christopher Faylor
On Tue, Oct 14, 2003 at 02:13:44PM -0500, Brian Ford wrote: >FOO=`cygpath -S < /dev/null` >does not hang. I forget have you tried making this: FOO=`strace -owhereever cygpath -S` I seem to recall that this worked ok but I can't find this usage anywhere in this neverending thread. cgf -- Unsubs

Re: setup hangs during postinstall

2003-10-14 Thread Brian Ford
On Tue, 14 Oct 2003, Christopher Faylor wrote: > On Tue, Oct 14, 2003 at 02:13:44PM -0500, Brian Ford wrote: > >BTW, when viewing cygpath's handles, I see two WinStation ones. Just > >wondering if that means anything given the recent xemacs issues. I think > >I have your patch for that in my Cyg

Re: setup hangs during postinstall

2003-10-14 Thread Brian Ford
On Tue, 14 Oct 2003, Lee D. Rothstein wrote: > 'setup.exe' hangs during the posinstall phase, > regardless of whether 'setup.exe' is invoked from, any of the > following: > > 1. Double clicking the 'setup.exe' icon/item in Explorer folder > containing it > 2. Internet Explorer http://Cygw

Re: setup hangs during postinstall

2003-10-14 Thread Christopher Faylor
On Tue, Oct 14, 2003 at 02:13:44PM -0500, Brian Ford wrote: >BTW, when viewing cygpath's handles, I see two WinStation ones. Just >wondering if that means anything given the recent xemacs issues. I think >I have your patch for that in my Cygwin DLL, though. I wouldn't expect you to see two winst

Re: setup hangs during postinstall

2003-10-14 Thread Lee D. Rothstein
In various posts over the last several days it has been implied that the Cygwin 'setup.exe' post-install hang only occurs when Cygwin 'setup.exe' is invoked from Explorer. I have now shown, on my two systems, running respectively Windows 2000 on an AMD Athlon, 1 GHz, and Windows XP on an Pentium 4

RE: setup hangs during postinstall

2003-10-14 Thread Brian Ford
On Tue, 14 Oct 2003, Robb, Sam wrote: > Hope this helps some... > > $ gdb --pid=1224 > At least the stack trace part doesn't. You attached to the bash exec stub of cygpath, not cygpath itself. There are already several of these back traces in the archives. The actual cygpath is here: > Process

RE: setup hangs during postinstall

2003-10-14 Thread Robb, Sam
> I know this is acting a lot but would you be willing to use the > SysInternals "Process Explorer" process to see if you can see anything > funny about the DLLs that are loaded in the hung cygpath? > > http://sysinternals.com/ntw2k/freeware/procexp.shtml > > Or, actually anyone who's experienci

Re: setup hangs during postinstall

2003-10-14 Thread Brian Ford
On Tue, 14 Oct 2003, Christopher Faylor wrote: > Ok, so it is hanging in process initialization. Since it is single > threaded it can't be attached to. I've run into this from time to time. > It is really hard to debug. Maybe adding a small_printf in init.cc will > show what's going on. > Will

Re: setup hangs during postinstall

2003-10-14 Thread Christopher Faylor
On Tue, Oct 14, 2003 at 01:13:33PM -0500, Brian Ford wrote: >On Tue, 14 Oct 2003, Christopher Faylor wrote: >>4) exec (stub) waits for execed program to say "I'm here". >> >I'm sure this is where it hangs. > >>So, for a brief time there are two processes attached to the same >>pinfo. The task mana

Re: setup hangs during postinstall

2003-10-14 Thread Brian Ford
On Tue, 14 Oct 2003, Christopher Faylor wrote: > 4) exec (stub) waits for execed program to say "I'm here". > I'm sure this is where it hangs. > So, for a brief time there are two processes attached to the same pinfo. > The task manager (and maybe ps -W) will tell you the "real" windows > process

Re: setup hangs during postinstall

2003-10-14 Thread Brian Ford
On Tue, 14 Oct 2003, Christopher Faylor wrote: > So it must not really be cygpath that is hanging, then. The stack trace that > you provided was more likely for an execed bash stub. You could try setting > CYGWIN_DEBUG=bash to test that theory. > Considering these things (cygpath, strace, etc.)

Re: setup hangs during postinstall

2003-10-14 Thread Christopher Faylor
On Tue, Oct 14, 2003 at 05:28:41PM +0100, Steve Fairbairn wrote: >Just trying to either re-enforce or counter Brian's debug info, I have done >the same thing Chris requested of him with my hung cygpath process. > >(gdb) info threads > 3 thread 164.0xd88 0x77f75a59 in ntdll!DbgUiConnectToDbg () >

Re: setup hangs during postinstall

2003-10-14 Thread Christopher Faylor
On Tue, Oct 14, 2003 at 10:27:45AM -0500, Brian Ford wrote: >On Mon, 13 Oct 2003, Christopher Faylor wrote: > >> On Mon, Oct 13, 2003 at 12:22:12PM -0500, Brian Ford wrote: >> >Since setup must be launched from explorer to hang, I set >> >CYGWIN_DEBUG=cygpath in my system environment variables and

RE: setup hangs during postinstall

2003-10-14 Thread Steve Fairbairn
All, Just trying to either re-enforce or counter Brian's debug info, I have done the same thing Chris requested of him with my hung cygpath process. (gdb) info threads 3 thread 164.0xd88 0x77f75a59 in ntdll!DbgUiConnectToDbg () from /cygdrive/c/WINDOWS/System32/ntdll.dll 2 thread 164.0x1

RE: setup hangs during postinstall

2003-10-14 Thread Steve Fairbairn
All, Using the script below, provided by Hannu E K Nevalainen. -- $ cat /etc/postinstall/t3.sh #!/bin/bash -x # CYGWIN_DEBUG=/bin/cygpath # set CYGWIN_SLEEP=2 echo -e "CYGWIN_DEBUG=${CYGWIN_DEBUG}\tCYGWIN_SLEEP=${CYGWIN_SLEEP}" TOPFOLDER="$(cygpath -A -P)/Cygwin-XFree86" echo $TOPFOLDER -

Re: setup hangs during postinstall

2003-10-14 Thread Brian Ford
On Mon, 13 Oct 2003, Christopher Faylor wrote: > On Mon, Oct 13, 2003 at 12:22:12PM -0500, Brian Ford wrote: > >Since setup must be launched from explorer to hang, I set > >CYGWIN_DEBUG=cygpath in my system environment variables and rebooted. To > >make sure it worked, I launched a bash under rxv

Re: setup hangs during postinstall

2003-10-13 Thread Christopher Faylor
On Mon, Oct 13, 2003 at 12:22:12PM -0500, Brian Ford wrote: >Since setup must be launched from explorer to hang, I set >CYGWIN_DEBUG=cygpath in my system environment variables and rebooted. To >make sure it worked, I launched a bash under rxvt and did a "cygpath -S". >Up popped the gdb cmd shell.

Re: setup hangs during postinstall

2003-10-13 Thread Brian Ford
Christopher Faylor wrote: >On Thu, Oct 09, 2003 at 06:17:08PM -0500, Brian Ford wrote: >>#!/bin/bash >> >>FOO=`cygpath -S` >> >>but using #!/bin/sh doesn't. likewise, strace hangs here: >>#!/bin/bash >> >>FOO=`strace -o /tmp/cygpath.strace cygpath -S` >> >>but not using #!/bin/sh. >> >>Neither han

Re: setup hangs during postinstall

2003-10-10 Thread Brian Ford
On Fri, 10 Oct 2003, Christopher Faylor wrote: >On Fri, Oct 10, 2003 at 05:47:26PM +0100, Dr.D.J.Picton wrote: >>On Fri, 10 Oct 2003, Christopher Faylor wrote: >>>On Thu, Oct 09, 2003 at 06:17:08PM -0500, Brian Ford wrote: Neither hang if setup is launched from bash instead of explorer. >>>Hmm.

Re: setup hangs during postinstall

2003-10-10 Thread Christopher Faylor
On Fri, Oct 10, 2003 at 05:47:26PM +0100, Dr.D.J.Picton wrote: >>On Thu, Oct 09, 2003 at 06:17:08PM -0500, Brian Ford wrote: >>>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 yo

RE: setup hangs during postinstall

2003-10-10 Thread Hannu E K Nevalainen
> From: Christopher Faylor > Sent: Friday, October 10, 2003 2:28 AM > On Thu, Oct 09, 2003 at 06:17:08PM -0500, Brian Ford wrote: > >#!/bin/bash > > > >FOO=`cypath -S` ^^ Brian, I hope that you *mean* cygpath and nothing else... > > > >but using #!/bin/sh doesn't. likewise, strace

Re: setup hangs during postinstall

2003-10-10 Thread Dr.D.J.Picton
>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

Re: setup hangs during postinstall

2003-10-09 Thread Christopher Faylor
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

Re: setup hangs during postinstall

2003-10-09 Thread Christopher Faylor
On Thu, Oct 09, 2003 at 06:45:25PM -0500, Brian Ford wrote: >On Thu, 9 Oct 2003, Brian Ford wrote: >>Sorry, I guess I wasn't clear enough. There is no strace output file >>produced in the hang case. >> >ie. cygpath isn't in the ps of the hang either. I'm not sure if it >completed and strace just

Re: setup hangs during postinstall

2003-10-09 Thread Brian Ford
On Thu, 9 Oct 2003, Brian Ford wrote: > Sorry, I guess I wasn't clear enough. There is no strace output file > produced in the hang case. > ie. cygpath isn't in the ps of the hang either. I'm not sure if it completed and strace just hasn't flushed the file, or if cygpath never got spawned. It's

Re: setup hangs during postinstall

2003-10-09 Thread Brian Ford
On Thu, 9 Oct 2003, Igor Pechtchanski wrote: > On Thu, 9 Oct 2003, Brian Ford wrote: > > 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 b

Re: setup hangs during postinstall

2003-10-09 Thread Igor Pechtchanski
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

Re: setup hangs during postinstall

2003-10-09 Thread Brian Ford
On Thu, 9 Oct 2003, Brian Ford wrote: > 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. I should have said with an almost identical backtrace. -- Brian Ford Senior Realtime Software Engineer

Re: setup hangs during postinstall

2003-10-09 Thread Brian Ford
Some replies. Then, new info at the tail. Christopher Faylor wrote: >On Wed, Oct 08, 2003 at 02:12:34PM -0500, Brian Ford wrote: >>The hand decoded trace (The same one as before. I still had gdb up.) >>is below. >Wow, that was a lot of work. Thanks for doing this. You're more than welcome. I

Re: setup hangs during postinstall

2003-10-08 Thread Norbert Schulze
Christopher Faylor wrote: > 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, neit

Re: setup hangs during postinstall

2003-10-08 Thread Christopher Faylor
On Wed, Oct 08, 2003 at 02:12:34PM -0500, Brian Ford wrote: >The hand decoded trace (The same one as before. I still had gdb up.) >is below. Wow, that was a lot of work. Thanks for doing this. >>That's the only way I know of to deal with this. If gcc produced dwarf2 >>output, we could use the

Re: setup hangs during postinstall

2003-10-08 Thread Christopher Faylor
On Wed, Oct 08, 2003 at 03:26:29PM -0500, Brian Ford wrote: >Igor Pechtchanski wrote: >> Can you attach to a hanging cygpath process with strace and post the >> output? >> >I would, but: > >http://www.cygwin.com/ml/cygwin/2003-10/msg00114.html > >I had limited success debugging this with an older C

Re: setup hangs during postinstall

2003-10-08 Thread Robert Collins
On Thu, 2003-10-09 at 02:57, Igor Pechtchanski wrote: > FWIW, so do I. > Igor Ditto. Rob -- GPG key available at: . signature.asc Description: This is a digitally signed message part

RE: setup hangs during postinstall

2003-10-08 Thread Brian Ford
Igor Pechtchanski wrote: > Can you attach to a hanging cygpath process with strace and post the > output? > I would, but: http://www.cygwin.com/ml/cygwin/2003-10/msg00114.html I had limited success debugging this with an older Cygwin CVS built DLL (probably around 1.5.3). It showed an error acce

RE: setup hangs during postinstall

2003-10-08 Thread Hannu E K Nevalainen
> From: Igor Pechtchanski > Sent: Wednesday, October 08, 2003 8:51 PM > On Wed, 8 Oct 2003, Hannu E K Nevalainen wrote: > > This is how it looks for me, when I try to follow the > description above... > > HTH (not really expecting it to) :-I > > > > This is W2K adv server, SP4+ as I've told befo

RE: setup hangs during postinstall

2003-10-08 Thread Hannu E K Nevalainen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Don Koch > Sent: Wednesday, October 08, 2003 9:16 PM > To: [EMAIL PROTECTED] > Subject: Re: setup hangs during postinstall > > > > > Have we ever gotten a 'ps -ef&#

RE: setup hangs during postinstall

2003-10-08 Thread Hannu E K Nevalainen
> From: Christopher Faylor > Sent: Wednesday, October 08, 2003 9:00 PM > On Wed, Oct 08, 2003 at 08:47:05PM +0200, Hannu E K Nevalainen wrote: > >(gdb) l *0x610885a3 > >No source file for address 0x610885a3. > > In other words, you are not running with a debugging version of > cygwin1.dll so ther

Re: setup hangs during postinstall

2003-10-08 Thread Don Koch
> > Have we ever gotten a 'ps -ef' when setup.exe is hung? It would be nice > > to know if it is sh or bash that is having problems or cygpath itself. > > > > I can't find one of these in the archives but I could easily have missed > > it. > > > > cgf > > Hmm... what is that supposed to tell? >

Re: setup hangs during postinstall

2003-10-08 Thread Brian Ford
Christopher Faylor wrote: >Brian Ford wrote: >>It looks to me like the stack is corrupted, but I'm probably just being >>naive. > >This is unfortunately a standard stack for a frame-pointerless function >(probably *WaitForMultipleWindowsEx). The laborious way to find the >caller is to do something

Re: setup hangs during postinstall

2003-10-08 Thread Christopher Faylor
On Wed, Oct 08, 2003 at 08:47:05PM +0200, Hannu E K Nevalainen wrote: >(gdb) l *0x610885a3 >No source file for address 0x610885a3. In other words, you are not running with a debugging version of cygwin1.dll so there are no debugging symbols available. cgf -- Unsubscribe info: http://cygwin.

RE: setup hangs during postinstall

2003-10-08 Thread Igor Pechtchanski
On Wed, 8 Oct 2003, Hannu E K Nevalainen wrote: > > From: Christopher Faylor > > > On Wed, Oct 08, 2003 at 12:27:22PM -0500, Brian Ford wrote: > > >Christopher Faylor wrote: > > >>On Wed, Oct 08, 2003 at 12:49:44PM -0400, Igor Pechtchanski wrote: > > >>>This is a known bug (as a search of the rece

RE: setup hangs during postinstall

2003-10-08 Thread Hannu E K Nevalainen
> From: Christopher Faylor > On Wed, Oct 08, 2003 at 12:27:22PM -0500, Brian Ford wrote: > >Christopher Faylor wrote: > >>On Wed, Oct 08, 2003 at 12:49:44PM -0400, Igor Pechtchanski wrote: > >>>This is a known bug (as a search of the recent archives would have > >>>shown). People are investigatin

Re: setup hangs during postinstall

2003-10-08 Thread Christopher Faylor
On Wed, Oct 08, 2003 at 12:27:22PM -0500, Brian Ford wrote: >Christopher Faylor wrote: >>On Wed, Oct 08, 2003 at 12:49:44PM -0400, Igor Pechtchanski wrote: >>>This is a known bug (as a search of the recent archives would have >>>shown). People are investigating. As a short term workaround, you ca

RE: setup hangs during postinstall

2003-10-08 Thread Hannu E K Nevalainen
> From: Christopher Faylor > Sent: Wednesday, October 08, 2003 7:57 PM > To: [EMAIL PROTECTED] > Subject: Re: setup hangs during postinstall > > > On Wed, Oct 08, 2003 at 12:57:11PM -0400, Igor Pechtchanski wrote: > >On Wed, 8 Oct 2003, Christopher Faylor wrote: > &

Re: setup hangs during postinstall

2003-10-08 Thread Igor Pechtchanski
On Wed, 8 Oct 2003, Christopher Faylor wrote: > On Wed, Oct 08, 2003 at 12:57:11PM -0400, Igor Pechtchanski wrote: > >On Wed, 8 Oct 2003, Christopher Faylor wrote: > >>On Wed, Oct 08, 2003 at 12:49:44PM -0400, Igor Pechtchanski wrote: > >>>This is a known bug (as a search of the recent archives wo

Re: setup hangs during postinstall

2003-10-08 Thread Brian Ford
Christopher Faylor wrote: >Have we ever gotten a 'ps -ef' when setup.exe is hung? It would be nice >to know if it is sh or bash that is having problems or cygpath itself. > >I can't find one of these in the archives but I could easily have missed >it. > I don't understand how that will tell you w

Re: setup hangs during postinstall

2003-10-08 Thread Christopher Faylor
On Wed, Oct 08, 2003 at 12:57:11PM -0400, Igor Pechtchanski wrote: >On Wed, 8 Oct 2003, Christopher Faylor wrote: >>On Wed, Oct 08, 2003 at 12:49:44PM -0400, Igor Pechtchanski wrote: >>>This is a known bug (as a search of the recent archives would have >>>shown). People are investigating. As a sh

Re: setup hangs during postinstall

2003-10-08 Thread Brian Ford
Christopher Faylor wrote: >On Wed, Oct 08, 2003 at 12:49:44PM -0400, Igor Pechtchanski wrote: >>This is a known bug (as a search of the recent archives would have >>shown). People are investigating. As a short term workaround, you can >>"mv /etc/postinstal/XFree86-bin-icons.sh{,.done}" and rerun

Re: setup hangs during postinstall

2003-10-08 Thread Igor Pechtchanski
On Wed, 8 Oct 2003, Christopher Faylor wrote: > On Wed, Oct 08, 2003 at 12:49:44PM -0400, Igor Pechtchanski wrote: > >This is a known bug (as a search of the recent archives would have > >shown). People are investigating. As a short term workaround, you can > >"mv /etc/postinstal/XFree86-bin-ico

Re: setup hangs during postinstall

2003-10-08 Thread Christopher Faylor
On Wed, Oct 08, 2003 at 12:49:44PM -0400, Igor Pechtchanski wrote: >This is a known bug (as a search of the recent archives would have >shown). People are investigating. As a short term workaround, you can >"mv /etc/postinstal/XFree86-bin-icons.sh{,.done}" and rerun setup. I sure wish I could du

Re: setup hangs during postinstall

2003-10-08 Thread Igor Pechtchanski
On Wed, 8 Oct 2003, Steve Kelem wrote: > I'm trying to update to the latest cygwin (1.5.5-1). Setup install a lot > of things, said I had to reboot, and then proceeded with the postinstall > step. > Setup is stuck, with the window saying: > Progress > This page displays the progress of the downl

setup hangs during postinstall

2003-10-08 Thread Steve Kelem
I'm trying to update to the latest cygwin (1.5.5-1). Setup install a lot of things, said I had to reboot, and then proceeded with the postinstall step. Setup is stuck, with the window saying: Progress This page displays the progress of the download or installation. RUnning... No package /etc/pos