Re: csh script hangs only on cygwin

2006-01-31 Thread Corinna Vinschen
On Jan 30 13:17, Stewart Midwinter wrote: > Corinna Vinschen wrote: > >WFM. I tried it for > 3 hours with no hang. > > Corinna, what OS and type of box are you running that on? My problem > arose ONLY when running on a Xeon and with Windows Server 2003. On > other boxes, and other operating sys

Re: csh script hangs only on cygwin

2006-01-30 Thread Stewart Midwinter
* Subject: Re: csh script hangs only on cygwin * References: <[EMAIL PROTECTED]> * Reply-to: cygwin at cygwin dot com Corinna Vinschen wrote: >WFM. I tried it for > 3 hours with no hang. Corinna, what OS and type of box are you running that on? My problem arose ONLY

Re: csh script hangs only on cygwin

2006-01-28 Thread Peter Rehley
On Jan 27, 2006, at 10:55 AM, Stewart Midwinter wrote: I've been able to isolate a problem with csh on cygwin running on Windows Server 2003 on a Xeon. The following script hangs after a certain period of time ranging from a few minutes to a few hours. --- #!/bin/csh while (1)

Re: csh script hangs only on cygwin

2006-01-28 Thread Corinna Vinschen
On Jan 27 11:55, Stewart Midwinter wrote: > I've been able to isolate a problem with csh on cygwin running on > Windows Server 2003 on a Xeon. The following script hangs after a > certain period of time ranging from a few minutes to a few hours. > > --- > #!/bin/csh > > while (1) >

csh script hangs only on cygwin

2006-01-27 Thread Stewart Midwinter
I've been able to isolate a problem with csh on cygwin running on Windows Server 2003 on a Xeon. The following script hangs after a certain period of time ranging from a few minutes to a few hours. --- #!/bin/csh while (1) set year = `date +%y` set month = `date +%m`