public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: 1.5.7: Problem with tcsh 6.12.00-7 / sed 4.0.8-1
@ 2004-03-04 13:53 Michael Brand
  2004-03-04 17:25 ` Christopher Faylor
  0 siblings, 1 reply; 17+ messages in thread
From: Michael Brand @ 2004-03-04 13:53 UTC (permalink / raw)
  To: cygwin

Hello again,

I disabled one of the CPUs on my dual-CPU Xeon, and everything started working 
well, so I guess this is a dual-cpu problem.

Incidentally, I tried running my scripts on several dual-CPU Xeons (different 
computer models, but all of them HPs), and though the crashes are not quite as 
common elsewhere, and are therefore harder to localize into single-line 
scripts, when I leave one of my involved scripts to crunch the CPU overnight, 
it generally crashes an hour or two later, at the most.

Hope this new information helps,
Michael Brand

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: 1.5.7: Problem with tcsh 6.12.00-7 / sed 4.0.8-1
  2004-03-04 13:53 1.5.7: Problem with tcsh 6.12.00-7 / sed 4.0.8-1 Michael Brand
@ 2004-03-04 17:25 ` Christopher Faylor
  0 siblings, 0 replies; 17+ messages in thread
From: Christopher Faylor @ 2004-03-04 17:25 UTC (permalink / raw)
  To: cygwin

On Thu, Mar 04, 2004 at 10:39:09AM +0200, Michael Brand wrote:
>I disabled one of the CPUs on my dual-CPU Xeon, and everything started working 
>well, so I guess this is a dual-cpu problem.

My main development machine is a dual-CPU P3 and I have never been able
to duplicate your problems.

>Incidentally, I tried running my scripts on several dual-CPU Xeons (different 
>computer models, but all of them HPs), and though the crashes are not quite as 
>common elsewhere, and are therefore harder to localize into single-line 
>scripts, when I leave one of my involved scripts to crunch the CPU overnight, 
>it generally crashes an hour or two later, at the most.
>
>Hope this new information helps,

I think it's safe to say that bug reports of the order of "I ran it for a while
and then it crashed" are never all that helpful.

What is always helpful is actual debugging of the problem.

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/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: 1.5.7: Problem with tcsh 6.12.00-7 / sed 4.0.8-1
       [not found] ` <43F174FF.1040102@brand.scso.com>
@ 2006-02-14 17:35   ` Stewart Midwinter
  0 siblings, 0 replies; 17+ messages in thread
From: Stewart Midwinter @ 2006-02-14 17:35 UTC (permalink / raw)
  To: Michael Brand; +Cc: cygwin

fyi..

---------- Forwarded message ----------
From: Michael Brand <cygwin@brand.scso.com>
Date: Feb 13, 2006 11:13 PM
Subject: Re: 1.5.7: Problem with tcsh 6.12.00-7 / sed 4.0.8-1
To: Stewart Midwinter <stewart.midwinter@gmail.com>
Cc: cygwin@cygwin.com


 Nope, I never found a good solution, and suspect that a good solution
here requires patching some Cygwin internals, but here are three
workarounds we used back then:

 1. Disable one CPU.
 2. Use watchdog processes that will kickstart things if they get stuck.
 3. Switch to *much* older Cygwin versions, which seem to be free of
this problem.

 I am still hoping for a Cygwin version that fixes this, but I guess
that as long as there are so few people who, like me, use Cygwin as a
mass-processing infrastructure, there is little chance of this problem
getting to the top of the list of priorities.

 Cheers,
 M.


 Stewart Midwinter wrote:

 From: Michael Brand <cygwin <at> brand.scso.com>



 I disabled one of the CPUs on my dual-CPU Xeon, and everything started working

 well, so I guess this is a dual-cpu problem.



 I tried running my scripts on several dual-CPU Xeons (different
computer models, but all of them HPs), ... snip ...
it generally crashes an hour or two later, at the most.

 Joining the party a *little* late here ... :-)

I too have a dual-CPU Xeon made by HP and it too has a problem with a
tcsh script hanging when it runs for a long time (it's a polling
script). We suspect that it might have to do with forking, but are
unable to test that theory at this time.

Apart from disabling the 2nd CPU (which kind of defeats the purpose of
having such a machine!), did you ever find any other solution?

thanks
Stewart



--
Stewart Midwinter
stewart@midwinter.ca
stewart.midwinter@gmail.com
Skype, GoogleTalk, iChatAV, MSN, Yahoo: midtoad
AIM:midtoad1






--
Stewart Midwinter
stewart@midwinter.ca
stewart.midwinter@gmail.com
Skype, GoogleTalk, iChatAV, MSN, Yahoo: midtoad
AIM:midtoad1

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: 1.5.7: Problem with tcsh 6.12.00-7 / sed 4.0.8-1
  2006-02-13 22:19 Stewart Midwinter
@ 2006-02-14  1:33 ` Christopher Faylor
       [not found] ` <43F174FF.1040102@brand.scso.com>
  1 sibling, 0 replies; 17+ messages in thread
From: Christopher Faylor @ 2006-02-14  1:33 UTC (permalink / raw)
  To: cygwin

On Mon, Feb 13, 2006 at 03:15:16PM -0700, Stewart Midwinter wrote:
>From: Michael Brand <cygwin <at> brand.scso.com>
>>I disabled one of the CPUs on my dual-CPU Xeon, and everything started working
>well, so I guess this is a dual-cpu problem.
>
>> I tried running my scripts on several dual-CPU Xeons (different
>> computer models, but all of them HPs), ... snip ...
>> it generally crashes an hour or two later, at the most.
>
>Joining the party a *little* late here ... :-)
>
>I too have a dual-CPU Xeon made by HP and it too has a problem with a
>tcsh script hanging when it runs for a long time (it's a polling
>script).  We suspect that it might have to do with forking, but are
>unable to test that theory at this time.
>
>Apart from disabling the 2nd CPU (which kind of defeats the purpose of
>having such a machine!), did you ever find any other solution?

Yes.  Upgrade from Cygwin 1.5.7.

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/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* re: 1.5.7: Problem with tcsh 6.12.00-7 / sed 4.0.8-1
@ 2006-02-13 22:19 Stewart Midwinter
  2006-02-14  1:33 ` Christopher Faylor
       [not found] ` <43F174FF.1040102@brand.scso.com>
  0 siblings, 2 replies; 17+ messages in thread
From: Stewart Midwinter @ 2006-02-13 22:19 UTC (permalink / raw)
  To: cygwin; +Cc: cygwin

From: Michael Brand <cygwin <at> brand.scso.com>

>I disabled one of the CPUs on my dual-CPU Xeon, and everything started working
well, so I guess this is a dual-cpu problem.

> I tried running my scripts on several dual-CPU Xeons (different
> computer models, but all of them HPs), ... snip ...
> it generally crashes an hour or two later, at the most.

Joining the party a *little* late here ... :-)

I too have a dual-CPU Xeon made by HP and it too has a problem with a
tcsh script hanging when it runs for a long time (it's a polling
script).  We suspect that it might have to do with forking, but are
unable to test that theory at this time.

Apart from disabling the 2nd CPU (which kind of defeats the purpose of
having such a machine!), did you ever find any other solution?

thanks
Stewart



--
Stewart Midwinter
stewart@midwinter.ca
stewart.midwinter@gmail.com
Skype, GoogleTalk, iChatAV, MSN, Yahoo: midtoad
AIM:midtoad1

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: 1.5.7: Problem with tcsh 6.12.00-7 / sed 4.0.8-1
  2004-02-25 19:14 Michael Brand
@ 2004-02-25 20:57 ` Larry Hall
  0 siblings, 0 replies; 17+ messages in thread
From: Larry Hall @ 2004-02-25 20:57 UTC (permalink / raw)
  To: Michael Brand, Cygwin List

At 01:28 PM 2/25/2004, Michael Brand you wrote:
>Here's something that may help.
>
>I copied an ancient distribution of Cygwin (simple copy, no installation at 
>all) from another computer, and it seems to work fine on the dual-Xeon.
>
>I am attaching the cygcheck output on the original computer.
>
>I am a bit skeptical that this will help, because the working version is 
>downright archeological, but I'm hoping.


No, you were right to be skeptical.  Cygwin 1.3.22 is old enough that 
hearing that you don't see the problem there isn't too helpful in terms
of fixing the problem for the current version. 



--
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
838 Washington Street                   (508) 893-9889 - FAX
Holliston, MA 01746                     


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

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: 1.5.7: Problem with tcsh 6.12.00-7 / sed 4.0.8-1
@ 2004-02-25 19:14 Michael Brand
  2004-02-25 20:57 ` Larry Hall
  0 siblings, 1 reply; 17+ messages in thread
From: Michael Brand @ 2004-02-25 19:14 UTC (permalink / raw)
  To: Cygwin List

[-- Attachment #1: Type: text/plain, Size: 386 bytes --]

Here's something that may help.

I copied an ancient distribution of Cygwin (simple copy, no installation at 
all) from another computer, and it seems to work fine on the dual-Xeon.

I am attaching the cygcheck output on the original computer.

I am a bit skeptical that this will help, because the working version is 
downright archeological, but I'm hoping.

Thank you,
Michael Brand

[-- Attachment #2: cygcheck.out --]
[-- Type: text/plain, Size: 21555 bytes --]


Cygwin Win95/NT Configuration Diagnostics
Current System Time: Wed Feb 25 20:20:29 2004

Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 4

Path:	C:\cygwin\usr\local\bin
	C:\cygwin\bin
	C:\cygwin\bin
	c:\program files\imagemagick-5.4.8-q16
	c:\WINNT\system32
	c:\WINNT
	c:\WINNT\System32\Wbem
	c:\matlabr12\bin\win32
	c:\program files\viavoice\bin
	c:\Program Files\Symantec\pcAnywhere\
	c:\Program Files\Common Files\Adaptec Shared\System
	c:\development\JBuilder7\jdk1.3.1\bin
	c:\Program Files\Microsoft Visual Studio\VC98\Bin
	c:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin
	c:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE
	c:\Program Files\Common Files\Compuware\NMShared
	c:\Program Files\Common Files\Verint\Bin
	e:\programs\math\matlab6p5p1\bin\win32
	C:\cygwin\usr\X11R6\bin

C:\cygwin\bin\id.exe output (nontsec)
UID: 400(mbrand)  GID: 401(mkpasswd)
401(mkpasswd)

C:\cygwin\bin\id.exe output (ntsec)
UID: 400(mbrand)     GID: 401(mkpasswd)
544(Administrators)  545(Users)           
401(mkpasswd)

SysDir: C:\WINNT\system32
WinDir: C:\WINNT

HOME = `c:\Documents and Settings\MBrand'
MAKE_MODE = `unix'
PWD = `/cygdrive/d/prog/video'
USER = `mbrand'

ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
APPDATA = `C:\Documents and Settings\MBrand\Application Data'
COMMONPROGRAMFILES = `C:\Program Files\Common Files'
COMPUTERNAME = `VERINT_2K_1262'
COMSPEC = `C:\WINNT\system32\cmd.exe'
HOMEDRIVE = `C:'
HOMEPATH = `\Documents and Settings\MBrand'
HTTP_PROXY = `http://130.12.1.187:8080/'
INCLUDE = `C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\include\;;C:\development\JBuilder7\jdk1.3.1\include;C:\development\JBuilder7\jdk1.3.1\include\win32'
LIB = `C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Lib\'
LOGONSERVER = `\\TLVDC1'
MANPATH = `:/usr/ssl/man'
NUMBER_OF_PROCESSORS = `1'
OLDPWD = `/cygdrive/d/prog'
OS2LIBPATH = `C:\WINNT\system32\os2\dll;'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 15 Model 1 Stepping 2, GenuineIntel'
PROCESSOR_LEVEL = `15'
PROCESSOR_REVISION = `0102'
PROGRAMFILES = `C:\Program Files'
PROMPT = `$P$G'
PS1 = `\[\033]0;\w\007
\033[32m\]\u@\h \[\033[33m\w\033[0m\]
$ '
PYTHONPATH = `/cygdrive/d/prog/toolkit/python'
SHLVL = `1'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINNT'
TEMP = `c:\DOCUME~1\MBrand\LOCALS~1\Temp'
TERM = `cygwin'
TMP = `c:\DOCUME~1\MBrand\LOCALS~1\Temp'
USERDNSDOMAIN = `IL.Corp.Verintsystems.com'
USERDOMAIN = `IINFOSYS'
USERNAME = `mbrand'
USERPROFILE = `C:\Documents and Settings\MBrand'
VERINT_NUMBER = `DT-1262'
VS71COMNTOOLS = `C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\'
WINDIR = `C:\WINNT'
_ = `/usr/bin/cygcheck'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x00000020
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = `C:\cygwin'
  flags = 0x00000008
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `C:\cygwin/bin'
  flags = 0x00000008
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = `C:\cygwin/lib'
  flags = 0x00000008
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/X11R6/lib/X11/fonts
  (default) = `C:\cygwin\usr\X11R6\lib\X11\fonts'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options

a:  fd           N/A    N/A                    
c:  hd  NTFS   20002Mb  99% CP CS UN PA FC     Local Disk
d:  hd  NTFS   18151Mb 100% CP CS UN PA FC     NEW VOLUME
e:  hd  FAT32  117760Mb  94% CP    UN           
f:  cd           N/A    N/A                    

C:\cygwin                          /                         system  textmode
C:\cygwin/bin                      /usr/bin                  system  textmode
C:\cygwin/lib                      /usr/lib                  system  textmode
C:\cygwin\usr\X11R6\lib\X11\fonts  /usr/X11R6/lib/X11/fonts  system  binmode
.                                  /cygdrive                 system  textmode,cygdrive

Found: C:\cygwin\bin\awk.exe
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cp.exe
Found: C:\cygwin\bin\cpp.exe
Found: C:\cygwin\bin\find.exe
Found: C:\cygwin\bin\gcc.exe
Found: C:\cygwin\bin\gdb.exe
Found: C:\cygwin\bin\grep.exe
Found: C:\cygwin\bin\ld.exe
Found: C:\cygwin\bin\ls.exe
Found: C:\cygwin\bin\make.exe
Found: C:\cygwin\bin\mv.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Found: C:\cygwin\bin\sh.exe
Found: C:\cygwin\bin\tar.exe

 5867k 2003/01/02 C:\cygwin\usr\local\bin\cygaspell-15.dll - os=4.0 img=1.0 sys=4.0
                  "cygaspell-15.dll" v0.0 ts=2003/1/2 13:00
 2341k 2002/08/25 C:\cygwin\usr\local\bin\cygMagick++-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagick++-5.dll" v0.0 ts=2002/8/25 20:26
 2377k 2002/08/25 C:\cygwin\usr\local\bin\cygMagick-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagick-5.dll" v0.0 ts=2002/8/25 19:55
   22k 2003/01/02 C:\cygwin\usr\local\bin\cygpspell-15.dll - os=4.0 img=1.0 sys=4.0
                  "cygpspell-15.dll" v0.0 ts=2003/1/2 13:01
  848k 2003/04/11 C:\cygwin\bin\cygcrypto-0.9.7.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.7.dll" v0.0 ts=2003/4/11 13:33
  645k 2003/04/11 C:\cygwin\bin\cygcrypto.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto.dll" v0.0 ts=2003/4/11 13:37
  551k 2003/04/02 C:\cygwin\bin\cygcurl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-2.dll" v0.0 ts=2003/4/3 0:09
  380k 2002/07/24 C:\cygwin\bin\cygdb-3.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-3.1.dll" v0.0 ts=2002/7/24 19:24
  487k 2002/07/24 C:\cygwin\bin\cygdb_cxx-3.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-3.1.dll" v0.0 ts=2002/7/24 19:25
  135k 2003/04/13 C:\cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-0.dll" v0.0 ts=2003/4/14 0:24
   45k 2001/04/25 C:\cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0
                  "cygform5.dll" v0.0 ts=2001/4/25 8:28
   35k 2002/01/09 C:\cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0
                  "cygform6.dll" v0.0 ts=2002/1/9 8:03
   76k 2003/03/09 C:\cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0
                  "cygform7.dll" v0.0 ts=2003/3/9 22:51
   28k 2003/07/20 C:\cygwin\bin\cyggdbm-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-3.dll" v0.0 ts=2003/7/20 10:58
   30k 2003/08/11 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2003/8/11 5:12
   19k 2003/03/22 C:\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm.dll" v0.0 ts=2002/2/20 5:05
   15k 2003/07/20 C:\cygwin\bin\cyggdbm_compat-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-3.dll" v0.0 ts=2003/7/20 11:00
   15k 2003/08/11 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2003/8/11 5:13
   17k 2001/06/28 C:\cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory4.dll" v0.0 ts=2001/1/7 6:34
   20k 2002/10/10 C:\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory5.dll" v0.0 ts=2002/10/10 19:28
  945k 2003/06/18 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2003/6/18 6:08
   22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-1.dll" v0.0 ts=2001/12/13 11:28
   28k 2002/09/20 C:\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-2.dll" v0.0 ts=2002/9/20 6:13
   21k 2001/06/20 C:\cygwin\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl.dll" v0.0 ts=2001/6/20 20:09
  132k 2003/08/11 C:\cygwin\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-62.dll" v0.0 ts=2003/8/11 3:37
  119k 2002/02/09 C:\cygwin\bin\cygjpeg6b.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg6b.dll" v0.0 ts=2002/2/9 7:19
   32k 2003/04/16 C:\cygwin\bin\cygltdl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygltdl-3.dll" v0.0 ts=2003/4/16 4:41
   26k 2001/04/25 C:\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu5.dll" v0.0 ts=2001/4/25 8:27
   20k 2002/01/09 C:\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu6.dll" v0.0 ts=2002/1/9 8:03
   48k 2003/03/09 C:\cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu7.dll" v0.0 ts=2003/3/9 22:51
  156k 2001/04/25 C:\cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++5.dll" v0.0 ts=2001/4/25 8:29
  175k 2002/01/09 C:\cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++6.dll" v0.0 ts=2002/1/9 8:03
  226k 2001/04/25 C:\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses5.dll" v0.0 ts=2001/4/25 8:17
  202k 2002/01/09 C:\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses6.dll" v0.0 ts=2002/1/9 8:03
  284k 2003/03/09 C:\cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses7.dll" v0.0 ts=2003/3/9 22:50
   15k 2001/04/25 C:\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel5.dll" v0.0 ts=2001/4/25 8:27
   12k 2002/01/09 C:\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel6.dll" v0.0 ts=2002/1/9 8:03
   31k 2003/03/09 C:\cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel7.dll" v0.0 ts=2003/3/9 22:50
   66k 2003/07/01 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2003/7/1 19:25
   63k 2003/04/11 C:\cygwin\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre.dll" v0.0 ts=2003/4/11 11:31
   15k 2003/07/01 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix-0.dll" v0.0 ts=2003/7/1 19:25
   61k 2003/04/11 C:\cygwin\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix.dll" v0.0 ts=2003/4/11 11:31
 1100k 2003/08/29 C:\cygwin\bin\cygperl5_8_0.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_8_0.dll" v0.0 ts=2003/8/29 13:20
  168k 2003/02/23 C:\cygwin\bin\cygpng10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng10.dll" v0.0 ts=2003/2/24 1:02
  173k 2003/02/23 C:\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng12.dll" v0.0 ts=2003/2/24 0:02
   22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2002/6/9 8:45
  108k 2001/06/28 C:\cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline4.dll" v0.0 ts=2001/1/7 6:34
  127k 2002/10/10 C:\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline5.dll" v0.0 ts=2002/10/10 19:28
   66k 2001/11/20 C:\cygwin\bin\cygregex.dll - os=4.0 img=1.0 sys=4.0
                  "cygregex.dll" v0.0 ts=2001/11/20 16:44
  176k 2003/04/11 C:\cygwin\bin\cygssl-0.9.7.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.7.dll" v0.0 ts=2003/4/11 13:33
  165k 2003/04/11 C:\cygwin\bin\cygssl.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl.dll" v0.0 ts=2003/4/11 13:37
  281k 2003/02/24 C:\cygwin\bin\cygtiff3.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff3.dll" v0.0 ts=2003/2/24 6:58
  282k 2003/08/11 C:\cygwin\bin\cygtiff4.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff4.dll" v0.0 ts=2003/8/11 5:32
  883k 2002/08/29 C:\cygwin\bin\cygwinb19.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2002/7/6 9:16
   50k 2002/03/12 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2002/3/12 6:38
  948k 2003/03/18 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2003/3/18 16:20
    Cygwin DLL version info:
        DLL version: 1.3.22
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 78
        Shared data: 3
        DLL identifier: cygwin1
        Mount registry: 2
        Cygnus registry name: Cygnus Solutions
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Cygwin mount registry name: mounts v2
        Cygdrive flags: cygdrive flags
        Cygdrive prefix: cygdrive prefix
        Cygdrive default prefix: 
        Build date: Tue Mar 18 09:20:11 EST 2003
        CVS tag: dontuse-21
        Shared id: cygwin1S3

  671k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygdps-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdps-1.dll" v0.0 ts=2003/8/1 7:06
   53k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygdpstk-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdpstk-1.dll" v0.0 ts=2003/8/1 7:06
  146k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-1.dll" v0.0 ts=2003/8/1 7:06
  174k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontconfig-1.dll" v0.0 ts=2003/8/1 7:06
  340k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygfreetype-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygfreetype-9.dll" v0.0 ts=2003/8/1 7:06
  524k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGL-1.dll" v0.0 ts=2003/8/1 7:05
  592k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGLU-1.dll" v0.0 ts=2003/8/1 7:05
  109k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygICE-6.dll" v0.0 ts=2003/8/1 7:05
   25k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygoldX-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygoldX-6.dll" v0.0 ts=2003/8/1 7:04
 1510k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygOSMesa-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygOSMesa-4.dll" v0.0 ts=2003/8/1 7:05
   40k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygpsres-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpsres-1.dll" v0.0 ts=2003/8/1 7:06
   54k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygSM-6.dll" v0.0 ts=2003/8/1 7:05
 1067k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-6.dll" v0.0 ts=2003/8/1 7:04
   57k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcursor-1.dll" v0.0 ts=2003/8/1 7:06
   77k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXext-6.dll" v0.0 ts=2003/8/1 7:05
   83k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygXft-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-1.dll" v0.0 ts=2003/8/1 7:06
  105k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-2.dll" v0.0 ts=2003/8/1 7:06
   53k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXi-6.dll" v0.0 ts=2003/8/1 7:05
   29k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmuu-1.dll" v0.0 ts=2003/8/1 7:05
   58k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXp-6.dll" v0.0 ts=2003/8/1 7:05
   81k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-4.dll" v0.0 ts=2003/8/1 7:05
   29k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrandr-2.dll" v0.0 ts=2003/8/1 7:06
   49k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrender-1.dll" v0.0 ts=2003/8/1 7:06
  384k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygXTrap-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXTrap-6.dll" v0.0 ts=2003/8/1 7:06
   38k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygXtst-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXtst-6.dll" v0.0 ts=2003/8/1 7:05
   34k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygXv-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXv-1.dll" v0.0 ts=2003/8/1 7:05

Cygwin Package Information
Last downloaded files to: C:\Documents and Settings\MBrand\My Documents\install\cygwin\temp
Last downloaded files from: ftp://ftp.nas.nasa.gov/mirrors/cygwin.com/pub/cygwin

Package                 Version
_update-info-dir        00200-1
ash                     20020731-1
autoconf                2.54-1
autoconf-devel          2.57-2
autoconf-stable         2.13-5
automake                1.7.1-1
automake-devel          1.7.6-2
automake-stable         1.4p5-6
base-files              2.2-1
base-passwd             1.1-1
bash                    2.05b-9
bc                      1.06-1
binutils                20030307-1
cgoban                  1.9.12-1
crypt                   1.0-2
ctags                   5.5-4
curl                    7.10.4-1
curl-devel              7.10.4-1
cvs                     1.11.5-1
cygutils                1.1.4-2
cygwin                  1.3.22-1
cygwin-doc              1.3-5
diff                    1.0-1
diffutils               2.8.1-1
emacs                   21.2-12
emacs-X11               21.2-12
expat                   1.95.6-1
file                    4.02-1
fileutils               4.1-1
findutils               4.1.7-4
fortune                 1.8-2
fvwm                    2.4.7-2
gawk                    3.1.3-1
gcc                     3.2-3
gcc-mingw               20020817-5
gcc2                    2.95.3-10
gdb                     20030303-1
gdbm                    1.8.3-3
gettext                 0.11.5-1
ghostscript             7.05-2
ghostscript-base        7.05-2
ghostscript-x11         7.05-2
gnugo                   3.4-1
grep                    2.5-1
groff                   1.18.1-2
gzip                    1.3.3-4
jpeg                    6b-8
less                    378-1
lesstif                 0.93.41-1
libdb3.1                3.1.17-2
libgdbm                 1.8.0-5
libgdbm-devel           1.8.3-3
libgdbm3                1.8.3-3
libgdbm4                1.8.3-7
libiconv2               1.8-3
libintl                 0.10.38-3
libintl1                0.10.40-1
libintl2                0.11.5-1
libjpeg62               6b-11
libjpeg6b               6b-8
libltdl3                1.5-1
libncurses5             5.2-1
libncurses6             5.2-8
libncurses7             5.3-1
libpcre                 4.1-1
libpcre0                4.3-2
libpng                  1.2.5-1
libpng10                1.0.15-1
libpng12                1.2.5-1
libpopt0                1.6.4-4
libreadline4            4.1-2
libreadline5            4.3-2
libtiff-devel           3.6.0-2
libtiff3                3.6.0-2
libtiff4                3.6.0-5
libtool                 20020705-1
libtool-devel           1.5-1
libtool-stable          1.4.3-1
links                   0.96-1
login                   1.9-5
lynx                    2.8.4-5
m4                      1.4-1
make                    3.80-1
man                     1.5j-2
mc                      4.6.0-4
mingw-runtime           3.0-1
mktemp                  1.4-1
more                    2.11o-1
ncftp                   3.1.4-1
ncurses                 5.3-1
newlib-man              20020801
openssh                 3.6.1p1-2
openssl                 0.9.7b-1
openssl096              0.9.6j-1
patch                   2.5.8-3
pcre                    4.3-2
pcre-doc                4.3-2
perl                    5.8.0-5
perl_manpages           5.8.0-5
pinfo                   0.6.6p1-1
python                  2.3-1
readline                4.3-2
regex                   4.4-2
robots                  2.0-1
sed                     4.0.7-1
sh-utils                2.0.15-3
sharutils               4.2.1-2
tar                     1.13.25-1
tcltk                   20030214-1
tcsh                    6.12.00-5
termcap                 20021106-2
terminfo                5.3_20030726-1
tetex-doc               2.0.2-1
texinfo                 4.2-4
textutils               2.0.21-1
tidy                    030201-1
tiff                    3.6.0-2
time                    1.7-1
unzip                   5.50-2
vim                     6.2-1
w32api                  2.3-1
wget                    1.8.2-2
which                   1.5-1
whois                   4.6.2-1
XFree86-base            4.3.0-1
XFree86-bin             4.3.0-1
XFree86-etc             4.3.0-3
XFree86-fenc            4.2.0-3
XFree86-fnts            4.2.0-3
XFree86-lib             4.3.0-1
XFree86-lib-compat      4.3.0-1
XFree86-startup-scripts 4.2.0-5
XFree86-xserv           4.3.0-5
zip                     2.3-2
zlib                    1.1.4-1

Use -h to see help about each section


[-- Attachment #3: Type: text/plain, Size: 218 bytes --]

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: 1.5.7: Problem with tcsh 6.12.00-7 / sed 4.0.8-1
@ 2004-02-24 19:46 Michael Brand
  0 siblings, 0 replies; 17+ messages in thread
From: Michael Brand @ 2004-02-24 19:46 UTC (permalink / raw)
  To: Cygwin List

[-- Attachment #1: Type: text/plain, Size: 844 bytes --]

Quoting Christopher Faylor:

> You said you saw the same behavior when running the snapshot.  I am
> asking you to send the cygcheck and stackdump output from running the
> snapshot.

Oh!

Sure thing.
The new output of cygcheck is attached.
I have no stackdump to give you, though, because, as I said in my first mail, I 
only very rarely get stackdumps in these hangs. Also as mentioned: the first 
stackdump I sent was not produced by the "problem_example.tcsh" script, either.

Is there any way that I can force a stackdump after a hang?

Also, after I rebooted the computer and tried again, fresh with the new 
snapshot, it took the computer several runs of the test script (four or five) 
before I got the hang phenomenon. Up until this point, I didn't see the script 
succeed successfully twice in a row.

Hope this helps,
Michael Brand.

[-- Attachment #2: cygcheck2.out --]
[-- Type: text/plain, Size: 14983 bytes --]


Cygwin Win95/NT Configuration Diagnostics
Current System Time: Tue Feb 24 19:49:00 2004

Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 4

Path:	C:\cygwin\usr\local\bin
	C:\cygwin\bin
	C:\cygwin\bin
	C:\cygwin\usr\X11R6\bin
	c:\WINNT\system32
	c:\WINNT
	c:\WINNT\system32\WBEM
	c:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT
	c:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin
	c:\Program Files\Microsoft Visual Studio\Common\Tools
	c:\Program Files\Microsoft Visual Studio\VC98\bin

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 14077(mbrand) GID: 10545(mkgroup-l-d)
10545(mkgroup-l-d)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 14077(mbrand) GID: 10545(mkgroup-l-d)
0(root)              544(Administrators)  
545(Users)           10545(mkgroup-l-d)

SysDir: C:\WINNT\system32
WinDir: C:\WINNT

HOME = `c:\Documents and Settings\mbrand'
MAKE_MODE = `unix'
PWD = `/usr/local/bin'
USER = `mbrand'

ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
APPDATA = `C:\Documents and Settings\mbrand\Application Data'
COMMONPROGRAMFILES = `C:\Program Files\Common Files'
COMPUTERNAME = `DT-02154'
COMSPEC = `C:\WINNT\system32\cmd.exe'
CVS_RSH = `/bin/ssh'
HOMEDRIVE = `C:'
HOMEPATH = `\Documents and Settings\mbrand'
HOSTNAME = `DT-02154'
INCLUDE = `C:\Program Files\Microsoft Visual Studio\VC98\include'
INFOPATH = `/usr/local/info:/usr/info:/usr/share/info:/usr/autotool/devel/info:/usr/autotool/stable/info:'
LIB = `C:\Program Files\Microsoft Visual Studio\VC98\lib'
LOGONSERVER = `\\TLVDC1'
MANPATH = `/usr/local/man:/usr/man:/usr/share/man:/usr/autotool/devel/man::/usr/ssl/man'
MSDEVDIR = `C:\Program Files\Microsoft Visual Studio\Common\MSDev98'
NUMBER_OF_PROCESSORS = `2'
OLDPWD = `/cygdrive/c/Documents and Settings/mbrand'
OS2LIBPATH = `C:\WINNT\system32\os2\dll;'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 15 Model 2 Stepping 9, GenuineIntel'
PROCESSOR_LEVEL = `15'
PROCESSOR_REVISION = `0209'
PROGRAMFILES = `C:\Program Files'
PROMPT = `$P$G'
PS1 = `\[\033]0;\w\007
\033[32m\]\u@\h \[\033[33m\w\033[0m\]
$ '
PYTHONCASEOK = `YES'
SHLVL = `1'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINNT'
TEMP = `c:\DOCUME~1\mbrand\LOCALS~1\Temp'
TERM = `cygwin'
TMP = `c:\DOCUME~1\mbrand\LOCALS~1\Temp'
USERDNSDOMAIN = `IL.Corp.Verintsystems.com'
USERDOMAIN = `IINFOSYS'
USERNAME = `mbrand'
USERPROFILE = `C:\Documents and Settings\mbrand'
WINDIR = `C:\WINNT'
_ = `/usr/bin/cygcheck'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x00000022
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = `C:\cygwin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `C:\cygwin/bin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = `C:\cygwin/lib'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options

a:  fd           N/A    N/A                    
c:  hd  NTFS   38162Mb  22% CP CS UN PA FC     
d:  cd           N/A    N/A                    

C:\cygwin      /          system  binmode
C:\cygwin/bin  /usr/bin   system  binmode
C:\cygwin/lib  /usr/lib   system  binmode
.              /cygdrive  system  binmode,cygdrive

Found: C:\cygwin\bin\awk.exe
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cp.exe
Found: C:\cygwin\bin\cpp.exe
Found: C:\cygwin\bin\find.exe
Found: C:\cygwin\bin\gcc.exe
Not Found: gdb
Found: C:\cygwin\bin\grep.exe
Found: C:\cygwin\bin\ld.exe
Found: C:\cygwin\bin\ls.exe
Found: C:\cygwin\bin\make.exe
Found: C:\cygwin\bin\mv.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Found: C:\cygwin\bin\sh.exe
Found: C:\cygwin\bin\tar.exe

    7k 2003/10/19 C:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypt-0.dll" v0.0 ts=2003/10/19 9:57
  842k 2003/09/30 C:\cygwin\bin\cygcrypto-0.9.7.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.7.dll" v0.0 ts=2003/9/30 18:49
  598k 2003/11/03 C:\cygwin\bin\cygcurl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-2.dll" v0.0 ts=2003/11/3 18:22
  380k 2002/07/24 C:\cygwin\bin\cygdb-3.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-3.1.dll" v0.0 ts=2002/7/24 19:24
  831k 2003/09/20 C:\cygwin\bin\cygdb-4.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.1.dll" v0.0 ts=2003/9/21 0:51
  487k 2002/07/24 C:\cygwin\bin\cygdb_cxx-3.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-3.1.dll" v0.0 ts=2002/7/24 19:25
 1080k 2003/09/20 C:\cygwin\bin\cygdb_cxx-4.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.1.dll" v0.0 ts=2003/9/21 0:53
  155k 2004/01/07 C:\cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-0.dll" v0.0 ts=2004/1/7 18:14
   45k 2001/04/25 C:\cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0
                  "cygform5.dll" v0.0 ts=2001/4/25 8:28
   35k 2002/01/09 C:\cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0
                  "cygform6.dll" v0.0 ts=2002/1/9 8:03
   48k 2003/08/09 C:\cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0
                  "cygform7.dll" v0.0 ts=2003/8/9 12:25
   28k 2003/07/20 C:\cygwin\bin\cyggdbm-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-3.dll" v0.0 ts=2003/7/20 10:58
   30k 2003/08/11 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2003/8/11 5:12
   19k 2003/03/22 C:\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm.dll" v0.0 ts=2002/2/20 5:05
   15k 2003/07/20 C:\cygwin\bin\cyggdbm_compat-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-3.dll" v0.0 ts=2003/7/20 11:00
   15k 2003/08/11 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2003/8/11 5:13
   69k 2003/08/10 C:\cygwin\bin\cyggettextlib-0-12-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextlib-0-12-1.dll" v0.0 ts=2003/8/11 1:10
   12k 2003/08/10 C:\cygwin\bin\cyggettextpo-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextpo-0.dll" v0.0 ts=2003/8/11 1:11
  134k 2003/08/10 C:\cygwin\bin\cyggettextsrc-0-12-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextsrc-0-12-1.dll" v0.0 ts=2003/8/11 1:10
   17k 2001/06/28 C:\cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory4.dll" v0.0 ts=2001/1/7 6:34
   29k 2003/08/10 C:\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory5.dll" v0.0 ts=2003/8/11 2:16
  958k 2003/08/10 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2003/8/10 23:57
   22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-1.dll" v0.0 ts=2001/12/13 11:28
   37k 2003/08/10 C:\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-2.dll" v0.0 ts=2003/8/11 0:50
   26k 2001/04/25 C:\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu5.dll" v0.0 ts=2001/4/25 8:27
   20k 2002/01/09 C:\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu6.dll" v0.0 ts=2002/1/9 8:03
   29k 2003/08/09 C:\cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu7.dll" v0.0 ts=2003/8/9 12:25
  156k 2001/04/25 C:\cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++5.dll" v0.0 ts=2001/4/25 8:29
  175k 2002/01/09 C:\cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++6.dll" v0.0 ts=2002/1/9 8:03
  226k 2001/04/25 C:\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses5.dll" v0.0 ts=2001/4/25 8:17
  202k 2002/01/09 C:\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses6.dll" v0.0 ts=2002/1/9 8:03
  224k 2003/08/09 C:\cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses7.dll" v0.0 ts=2003/8/9 12:24
   15k 2001/04/25 C:\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel5.dll" v0.0 ts=2001/4/25 8:27
   12k 2002/01/09 C:\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel6.dll" v0.0 ts=2002/1/9 8:03
   19k 2003/08/09 C:\cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel7.dll" v0.0 ts=2003/8/9 12:24
   62k 2003/12/11 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2003/12/11 19:01
   63k 2003/04/11 C:\cygwin\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre.dll" v0.0 ts=2003/4/11 11:31
    9k 2003/12/11 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix-0.dll" v0.0 ts=2003/12/11 19:01
   61k 2003/04/11 C:\cygwin\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix.dll" v0.0 ts=2003/4/11 11:31
 1049k 2003/11/07 C:\cygwin\bin\cygperl5_8_2.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_8_2.dll" v0.0 ts=2003/11/7 13:08
   22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2002/6/9 8:45
  108k 2001/06/28 C:\cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline4.dll" v0.0 ts=2001/1/7 6:34
  148k 2003/08/10 C:\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline5.dll" v0.0 ts=2003/8/11 2:16
  171k 2003/09/30 C:\cygwin\bin\cygssl-0.9.7.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.7.dll" v0.0 ts=2003/9/30 18:49
 1083k 2004/01/31 C:\cygwin\bin\cygwin1_bak.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2004/1/31 2:32
   61k 2003/12/04 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2003/12/4 5:03
 1097k 2004/02/24 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2004/2/22 1:02
    Cygwin DLL version info:
        DLL version: 1.5.8
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 110
        Shared data: 4
        DLL identifier: cygwin1
        Mount registry: 2
        Cygnus registry name: Cygnus Solutions
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Cygwin mount registry name: mounts v2
        Cygdrive flags: cygdrive flags
        Cygdrive prefix: cygdrive prefix
        Cygdrive default prefix: 
        Build date: Sat Feb 21 18:02:21 EST 2004
        Snapshot date: 20040221-17:58:57
        Shared id: cygwin1S4


Cygwin Package Information
Last downloaded files to: C:\install
Last downloaded files from: ftp://ftp.nas.nasa.gov/mirrors/cygwin.com/pub/cygwin

Package              Version            
_update-info-dir     00226-1            
ash                  20040127-1         
autoconf             2.59-1             
autoconf-devel       2.59-1             
autoconf-stable      2.13-5             
base-files           2.6-1              
base-passwd          1.1-1              
bash                 2.05b-16           
bc                   1.06-1             
binutils             20030901-1         
bzip2                1.0.2-5            
ccache               2.2-1              
clear                1.0-1              
crypt                1.1-1              
curl                 7.10.8-1           
cygutils             1.2.4-1            
cygwin               1.5.7-1            
cygwin-doc           1.3-6              
diffutils            2.8.4-1            
editrights           1.01-1             
expat                1.95.7-1           
fileutils            4.1-2              
findutils            4.1.7-4            
gawk                 3.1.3-4            
gcc                  3.3.1-3            
gcc-g++              3.3.1-3            
gcc-mingw-core       20031020-1         
gcc-mingw-g++        20031020-1         
gdbm                 1.8.3-7            
grep                 2.5-1              
groff                1.18.1-2           
gzip                 1.3.5-1            
less                 381-1              
libdb3.1             3.1.17-2           
libdb4.1             4.1.25-1           
libgdbm              1.8.0-5            
libgdbm-devel        1.8.3-7            
libgdbm3             1.8.3-3            
libgdbm4             1.8.3-7            
libgettextpo0        0.12.1-3           
libiconv2            1.9.1-3            
libintl1             0.10.40-1          
libintl2             0.12.1-3           
libncurses5          5.2-1              
libncurses6          5.2-8              
libncurses7          5.3-4              
libpcre              4.1-1              
libpcre0             4.5-1              
libpopt0             1.6.4-4            
libreadline4         4.1-2              
libreadline5         4.3-5              
login                1.9-7              
m4                   1.4-1              
make                 3.80-1             
man                  1.5k-2             
mingw-runtime        3.2-1              
mktemp               1.5-3              
ncurses              5.3-4              
openssl              0.9.7c-1           
patch                2.5.8-8            
perl                 5.8.2-1            
perl_manpages        5.8.2-1            
python               2.3.3-1            
readline             4.3-5              
sed                  4.0.8-1            
sh-utils             2.0.15-4           
tar                  1.13.25-5          
tcltk                20030901-1         
tcsh                 6.12.00-7          
termcap              20021106-2         
terminfo             5.3_20030726-1     
texinfo              4.2-4              
textutils            2.0.21-1           
time                 1.7-1              
unzip                5.50-5             
vim                  6.2.098-1          
w32api               2.4-1              
wget                 1.9.1-1            
which                1.5-2              
WordNet              2.0-1              
zip                  2.3-5              
zlib                 1.2.1-1            
Use -h to see help about each section


[-- Attachment #3: Type: text/plain, Size: 218 bytes --]

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: 1.5.7: Problem with tcsh 6.12.00-7 / sed 4.0.8-1
  2004-02-24 17:00       ` Michael Brand
  2004-02-24 17:59         ` Michael Brand
@ 2004-02-24 18:03         ` Christopher Faylor
  1 sibling, 0 replies; 17+ messages in thread
From: Christopher Faylor @ 2004-02-24 18:03 UTC (permalink / raw)
  To: cygwin

On Tue, Feb 24, 2004 at 07:00:36PM +0200, Michael Brand wrote:
>>On Tue, Feb 24, 2004 at 01:11:37PM +0200, Michael Brand wrote:
>>>I replaced cygwin1.dll with the latest snapshot, and I still get exactly the 
>>>same behavior(s).
>cgf wrote:
>>Could you resend (as attachments) the cygcheck output and the
>>stackdump?
>
>I'm sorry?  I must have misunderstood the request.  The cygcheck output
>was originally sent as an attachment, and is currently available from
><http://sources.redhat.com/ml/cygwin/2004-02/txt00025.txt>.
>
>The stackdump - same - available at
><http://sources.redhat.com/ml/cygwin/2004- 02/txt00026.txt>

You said you saw the same behavior when running the snapshot.  I am
asking you to send the cygcheck and stackdump output from running the
snapshot.

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: 1.5.7: Problem with tcsh 6.12.00-7 / sed 4.0.8-1
  2004-02-24 17:00       ` Michael Brand
@ 2004-02-24 17:59         ` Michael Brand
  2004-02-24 18:03         ` Christopher Faylor
  1 sibling, 0 replies; 17+ messages in thread
From: Michael Brand @ 2004-02-24 17:59 UTC (permalink / raw)
  To: Cygwin List

Quoting Christopher Faylor:

> Could you resend (as attachments) the cygcheck output and the stackdump?

I'm sorry?
I must have misunderstood the request.
The cygcheck output was originally sent as an attachment, and is currently 
available from <http://sources.redhat.com/ml/cygwin/2004-02/txt00025.txt>.

The stackdump - same - available at <http://sources.redhat.com/ml/cygwin/2004-
02/txt00026.txt>

In addition, the original script - same: 
<http://sources.redhat.com/ml/cygwin/2004-02/txt00024.txt>

These are all references to the mailing list archives from yesterday. I didn't 
want to pollute the mailing list with copies of the same attachments.

Am I missing something in your request?

Please say again,
Michael Brand

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: 1.5.7: Problem with tcsh 6.12.00-7 / sed 4.0.8-1
  2004-02-24 15:47     ` Michael Brand
  2004-02-24 17:00       ` Michael Brand
@ 2004-02-24 17:11       ` Christopher Faylor
  1 sibling, 0 replies; 17+ messages in thread
From: Christopher Faylor @ 2004-02-24 17:11 UTC (permalink / raw)
  To: cygwin, cygwin-lh

On Tue, Feb 24, 2004 at 01:11:37PM +0200, Michael Brand wrote:
>Quoting Larry Hall <cygwin-lh@cygwin.com>:
>
>> 
>> This all sounds like problems that have been reported before against
>> 1.5.7 
>> and have been subsequently fixed and available in snapshots.  If you
>> have a
>> chance, it's worth the small effort to try out a snapshot to see if
>> all
>> the problems you're seeing are resolved.
>
>Nope, sorry.
>I replaced cygwin1.dll with the latest snapshot, and I still get exactly the 
>same behavior(s).

Could you resend (as attachments) the cygcheck output and the stackdump?

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/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: 1.5.7: Problem with tcsh 6.12.00-7 / sed 4.0.8-1
  2004-02-24 15:47     ` Michael Brand
@ 2004-02-24 17:00       ` Michael Brand
  2004-02-24 17:59         ` Michael Brand
  2004-02-24 18:03         ` Christopher Faylor
  2004-02-24 17:11       ` Christopher Faylor
  1 sibling, 2 replies; 17+ messages in thread
From: Michael Brand @ 2004-02-24 17:00 UTC (permalink / raw)
  To: Cygwin List

Quoting Christopher Faylor:

> Could you resend (as attachments) the cygcheck output and the stackdump?

I'm sorry?
I must have misunderstood the request.
The cygcheck output was originally sent as an attachment, and is currently 
available from < http://sources.redhat.com/ml/cygwin/2004-02/txt00025.txt >.

The stackdump - same - available at < http://sources.redhat.com/ml/cygwin/2004-
02/txt00026.txt>

In addition, the original script - same: 
< http://sources.redhat.com/ml/cygwin/2004-02/txt00024.txt >

These are all references to the mailing list archives from yesterday. I didn't 
want to pollute the mailing list with copies of the same attachments.

Am I missing something in your request?

Please say again,
Michael Brand

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: 1.5.7: Problem with tcsh 6.12.00-7 / sed 4.0.8-1
  2004-02-23 21:18   ` Larry Hall
@ 2004-02-24 15:47     ` Michael Brand
  2004-02-24 17:00       ` Michael Brand
  2004-02-24 17:11       ` Christopher Faylor
  0 siblings, 2 replies; 17+ messages in thread
From: Michael Brand @ 2004-02-24 15:47 UTC (permalink / raw)
  To: Cygwin List; +Cc: Larry Hall

Quoting Larry Hall <cygwin-lh@cygwin.com>:

> 
> This all sounds like problems that have been reported before against
> 1.5.7 
> and have been subsequently fixed and available in snapshots.  If you
> have a
> chance, it's worth the small effort to try out a snapshot to see if
> all
> the problems you're seeing are resolved.

Nope, sorry.
I replaced cygwin1.dll with the latest snapshot, and I still get exactly the 
same behavior(s).

At this point, I am willing to switch to an OLDER version (either of the DLL or 
of anything else as needed), but I don't even have an educated guess regarding 
what to switch to what.

(Notably, other than the DLL, the only program that's been used in all my crash-
tests is "sed", and I copied in an older version of sed (4.0.7-1) from another 
computer, and this didn't change the behavior one iota.)

Any ideas will be welcome,
Michael Brand.

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: 1.5.7: Problem with tcsh 6.12.00-7 / sed 4.0.8-1
  2004-02-23 17:26 ` Michael Brand
@ 2004-02-23 21:18   ` Larry Hall
  2004-02-24 15:47     ` Michael Brand
  0 siblings, 1 reply; 17+ messages in thread
From: Larry Hall @ 2004-02-23 21:18 UTC (permalink / raw)
  To: Michael Brand, cygwin

At 11:43 AM 2/23/2004, Michael Brand you wrote:
>Hello,
>
>Regarding your question, Corinna, I am using Cygwin's latest stable (the one 
>you get when you download <http://www.cygwin.com/setup.exe> and install current 
>versions of packages). I am considerably more interested in a stable system 
>than in a "state-of-the-art" system, which is why I am avoiding the use of 
>snapshots.
>
>However, I have other developments regarding this problem:
>I have managed to reproduce the problem now in a "bash" script as well. It 
>still uses plenty of "sed"s, but the hang happened in a call to "basename".
>
>I am beginning to believe that this problem has to do with a misbehavior of 
>Cygwin on dual-CPU machines / on Xeons / on dual-Xeon machines.
>
>Any feedback, but especially from people with experience using Cygwin on such 
>platforms, will be much appreciated.


This all sounds like problems that have been reported before against 1.5.7 
and have been subsequently fixed and available in snapshots.  If you have a
chance, it's worth the small effort to try out a snapshot to see if all
the problems you're seeing are resolved.  The current snapshots are very
close to what 1.5.8 will be.  However, you should either keep around the 
cygwin1.dll for 1.5.7 or be prepared to reinstall 1.5.7 via setup if you 
install a snapshot, just in case you notice more debilitating problems than
you notice in 1.5.7 (that's pretty unlikely but it's always good to have a 
backup plan with software).  If you do try the snapshot, please let the list
know if it solves your problems and if you see any other problems not 
already reported.


--
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
838 Washington Street                   (508) 893-9889 - FAX
Holliston, MA 01746                     


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

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: 1.5.7: Problem with tcsh 6.12.00-7 / sed 4.0.8-1
  2004-02-23 14:25 Michael Brand
  2004-02-23 15:59 ` Corinna Vinschen
@ 2004-02-23 17:26 ` Michael Brand
  2004-02-23 21:18   ` Larry Hall
  1 sibling, 1 reply; 17+ messages in thread
From: Michael Brand @ 2004-02-23 17:26 UTC (permalink / raw)
  To: cygwin

Hello,

Regarding your question, Corinna, I am using Cygwin's latest stable (the one 
you get when you download <http://www.cygwin.com/setup.exe> and install current 
versions of packages). I am considerably more interested in a stable system 
than in a "state-of-the-art" system, which is why I am avoiding the use of 
snapshots.

However, I have other developments regarding this problem:
I have managed to reproduce the problem now in a "bash" script as well. It 
still uses plenty of "sed"s, but the hang happened in a call to "basename".

I am beginning to believe that this problem has to do with a misbehavior of 
Cygwin on dual-CPU machines / on Xeons / on dual-Xeon machines.

Any feedback, but especially from people with experience using Cygwin on such 
platforms, will be much appreciated.

Thank you,
Michael.

Quoting Michael Brand:

> The problem started appearing when I switched to using HP Proliant ML330
> G3 
> dual-Xeons.
> 
> I have now localized the problem, producing a tcsh script with only one
> line that causes a hang if run enough times:
> 
> set b=`echo a | sed 's/a/b/'`
> 

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: 1.5.7: Problem with tcsh 6.12.00-7 / sed 4.0.8-1
  2004-02-23 14:25 Michael Brand
@ 2004-02-23 15:59 ` Corinna Vinschen
  2004-02-23 17:26 ` Michael Brand
  1 sibling, 0 replies; 17+ messages in thread
From: Corinna Vinschen @ 2004-02-23 15:59 UTC (permalink / raw)
  To: cygwin

On Feb 23 15:02, Michael Brand wrote:
> I have now localized the problem, producing a tcsh script with only one line 
> that causes a hang if run enough times:
> 
> set b=`echo a | sed 's/a/b/'`

Works for me.  Did you test this with a recent snapshot from
http://cygwin.com/snapshots/ ?

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

* 1.5.7: Problem with tcsh 6.12.00-7 / sed 4.0.8-1
@ 2004-02-23 14:25 Michael Brand
  2004-02-23 15:59 ` Corinna Vinschen
  2004-02-23 17:26 ` Michael Brand
  0 siblings, 2 replies; 17+ messages in thread
From: Michael Brand @ 2004-02-23 14:25 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 1257 bytes --]

Hello,

I'm a user of cygwin for several years now, and have built many large scripts 
and applications using it.

Lately, in a new installation on new computers, scripts started to get stuck, 
either becoming idle or stuck in full CPU usage. Importing older versions of 
the programs from computers where these worked did not solve the problem.

overwriting sed.exe by an older version made the scripts hang more rarely, but 
did not solve the problem.

The problem started appearing when I switched to using HP Proliant ML330 G3 
dual-Xeons.

I have now localized the problem, producing a tcsh script with only one line 
that causes a hang if run enough times:

set b=`echo a | sed 's/a/b/'`

I couldn't localize it any further. Removing any part of this line, or changing 
the script from tcsh to bash, made the problems go away.

I am attaching a test script, where this line is repeated ~600 times. This 
causes my shell to hang almost every time.

I am further attaching the output of cygcheck.

I am only rarely gettting stackdumps during these crashes. I have seen tcsh and 
sed stackdumps, and am attaching a tcsh one (though it was not produced during 
the running of the attached example).


Any feedback will be appreciated.

Thank you,
Michael

[-- Attachment #2: problem_example.tcsh --]
[-- Type: text/plain, Size: 17324 bytes --]

#!/bin/tcsh

set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`
set b=`echo a | sed 's/a/b/'`


[-- Attachment #3: cygcheck.out --]
[-- Type: text/plain, Size: 14803 bytes --]


Cygwin Win95/NT Configuration Diagnostics
Current System Time: Mon Feb 23 14:41:59 2004

Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 4

Path:	C:\cygwin\usr\local\bin
	C:\cygwin\bin
	C:\cygwin\bin
	C:\cygwin\usr\X11R6\bin
	c:\WINNT\system32
	c:\WINNT
	c:\WINNT\system32\WBEM
	c:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT
	c:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin
	c:\Program Files\Microsoft Visual Studio\Common\Tools
	c:\Program Files\Microsoft Visual Studio\VC98\bin

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 14077(mbrand) GID: 10545(mkgroup-l-d)
10545(mkgroup-l-d)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 14077(mbrand) GID: 10545(mkgroup-l-d)
0(root)              544(Administrators)  
545(Users)           10545(mkgroup-l-d)

SysDir: C:\WINNT\system32
WinDir: C:\WINNT

HOME = `c:\Documents and Settings\mbrand'
MAKE_MODE = `unix'
PWD = `/usr/local/bin'
USER = `mbrand'

ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
APPDATA = `C:\Documents and Settings\mbrand\Application Data'
COMMONPROGRAMFILES = `C:\Program Files\Common Files'
COMPUTERNAME = `DT-02154'
COMSPEC = `C:\WINNT\system32\cmd.exe'
CVS_RSH = `/bin/ssh'
HOMEDRIVE = `C:'
HOMEPATH = `\Documents and Settings\mbrand'
HOSTNAME = `DT-02154'
INCLUDE = `C:\Program Files\Microsoft Visual Studio\VC98\include'
INFOPATH = `/usr/local/info:/usr/info:/usr/share/info:/usr/autotool/devel/info:/usr/autotool/stable/info:'
LIB = `C:\Program Files\Microsoft Visual Studio\VC98\lib'
LOGONSERVER = `\\TLVDC1'
MANPATH = `/usr/local/man:/usr/man:/usr/share/man:/usr/autotool/devel/man::/usr/ssl/man'
MSDEVDIR = `C:\Program Files\Microsoft Visual Studio\Common\MSDev98'
NUMBER_OF_PROCESSORS = `2'
OLDPWD = `/usr/bin'
OS2LIBPATH = `C:\WINNT\system32\os2\dll;'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 15 Model 2 Stepping 9, GenuineIntel'
PROCESSOR_LEVEL = `15'
PROCESSOR_REVISION = `0209'
PROGRAMFILES = `C:\Program Files'
PROMPT = `$P$G'
PS1 = `\[\033]0;\w\007
\033[32m\]\u@\h \[\033[33m\w\033[0m\]
$ '
PYTHONCASEOK = `YES'
SHLVL = `1'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINNT'
TEMP = `c:\DOCUME~1\mbrand\LOCALS~1\Temp'
TERM = `cygwin'
TMP = `c:\DOCUME~1\mbrand\LOCALS~1\Temp'
USERDNSDOMAIN = `IL.Corp.Verintsystems.com'
USERDOMAIN = `IINFOSYS'
USERNAME = `mbrand'
USERPROFILE = `C:\Documents and Settings\mbrand'
WINDIR = `C:\WINNT'
_ = `/usr/bin/cygcheck'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x00000022
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = `C:\cygwin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `C:\cygwin/bin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = `C:\cygwin/lib'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options

a:  fd           N/A    N/A                    
c:  hd  NTFS   38162Mb  17% CP CS UN PA FC     
d:  cd           N/A    N/A                    

C:\cygwin      /          system  binmode
C:\cygwin/bin  /usr/bin   system  binmode
C:\cygwin/lib  /usr/lib   system  binmode
.              /cygdrive  system  binmode,cygdrive

Found: C:\cygwin\bin\awk.exe
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cp.exe
Found: C:\cygwin\bin\cpp.exe
Found: C:\cygwin\bin\find.exe
Found: C:\cygwin\bin\gcc.exe
Not Found: gdb
Found: C:\cygwin\bin\grep.exe
Found: C:\cygwin\bin\ld.exe
Found: C:\cygwin\bin\ls.exe
Found: C:\cygwin\bin\make.exe
Found: C:\cygwin\bin\mv.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Found: C:\cygwin\bin\sh.exe
Found: C:\cygwin\bin\tar.exe

    7k 2003/10/19 C:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypt-0.dll" v0.0 ts=2003/10/19 9:57
  842k 2003/09/30 C:\cygwin\bin\cygcrypto-0.9.7.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.7.dll" v0.0 ts=2003/9/30 18:49
  598k 2003/11/03 C:\cygwin\bin\cygcurl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-2.dll" v0.0 ts=2003/11/3 18:22
  380k 2002/07/24 C:\cygwin\bin\cygdb-3.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-3.1.dll" v0.0 ts=2002/7/24 19:24
  831k 2003/09/20 C:\cygwin\bin\cygdb-4.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.1.dll" v0.0 ts=2003/9/21 0:51
  487k 2002/07/24 C:\cygwin\bin\cygdb_cxx-3.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-3.1.dll" v0.0 ts=2002/7/24 19:25
 1080k 2003/09/20 C:\cygwin\bin\cygdb_cxx-4.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.1.dll" v0.0 ts=2003/9/21 0:53
  155k 2004/01/07 C:\cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-0.dll" v0.0 ts=2004/1/7 18:14
   45k 2001/04/25 C:\cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0
                  "cygform5.dll" v0.0 ts=2001/4/25 8:28
   35k 2002/01/09 C:\cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0
                  "cygform6.dll" v0.0 ts=2002/1/9 8:03
   48k 2003/08/09 C:\cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0
                  "cygform7.dll" v0.0 ts=2003/8/9 12:25
   28k 2003/07/20 C:\cygwin\bin\cyggdbm-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-3.dll" v0.0 ts=2003/7/20 10:58
   30k 2003/08/11 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2003/8/11 5:12
   19k 2003/03/22 C:\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm.dll" v0.0 ts=2002/2/20 5:05
   15k 2003/07/20 C:\cygwin\bin\cyggdbm_compat-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-3.dll" v0.0 ts=2003/7/20 11:00
   15k 2003/08/11 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2003/8/11 5:13
   69k 2003/08/10 C:\cygwin\bin\cyggettextlib-0-12-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextlib-0-12-1.dll" v0.0 ts=2003/8/11 1:10
   12k 2003/08/10 C:\cygwin\bin\cyggettextpo-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextpo-0.dll" v0.0 ts=2003/8/11 1:11
  134k 2003/08/10 C:\cygwin\bin\cyggettextsrc-0-12-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextsrc-0-12-1.dll" v0.0 ts=2003/8/11 1:10
   17k 2001/06/28 C:\cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory4.dll" v0.0 ts=2001/1/7 6:34
   29k 2003/08/10 C:\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory5.dll" v0.0 ts=2003/8/11 2:16
  958k 2003/08/10 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2003/8/10 23:57
   22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-1.dll" v0.0 ts=2001/12/13 11:28
   37k 2003/08/10 C:\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-2.dll" v0.0 ts=2003/8/11 0:50
   26k 2001/04/25 C:\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu5.dll" v0.0 ts=2001/4/25 8:27
   20k 2002/01/09 C:\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu6.dll" v0.0 ts=2002/1/9 8:03
   29k 2003/08/09 C:\cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu7.dll" v0.0 ts=2003/8/9 12:25
  156k 2001/04/25 C:\cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++5.dll" v0.0 ts=2001/4/25 8:29
  175k 2002/01/09 C:\cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++6.dll" v0.0 ts=2002/1/9 8:03
  226k 2001/04/25 C:\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses5.dll" v0.0 ts=2001/4/25 8:17
  202k 2002/01/09 C:\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses6.dll" v0.0 ts=2002/1/9 8:03
  224k 2003/08/09 C:\cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses7.dll" v0.0 ts=2003/8/9 12:24
   15k 2001/04/25 C:\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel5.dll" v0.0 ts=2001/4/25 8:27
   12k 2002/01/09 C:\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel6.dll" v0.0 ts=2002/1/9 8:03
   19k 2003/08/09 C:\cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel7.dll" v0.0 ts=2003/8/9 12:24
   62k 2003/12/11 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2003/12/11 19:01
   63k 2003/04/11 C:\cygwin\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre.dll" v0.0 ts=2003/4/11 11:31
    9k 2003/12/11 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix-0.dll" v0.0 ts=2003/12/11 19:01
   61k 2003/04/11 C:\cygwin\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix.dll" v0.0 ts=2003/4/11 11:31
 1049k 2003/11/07 C:\cygwin\bin\cygperl5_8_2.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_8_2.dll" v0.0 ts=2003/11/7 13:08
   22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2002/6/9 8:45
  108k 2001/06/28 C:\cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline4.dll" v0.0 ts=2001/1/7 6:34
  148k 2003/08/10 C:\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline5.dll" v0.0 ts=2003/8/11 2:16
  171k 2003/09/30 C:\cygwin\bin\cygssl-0.9.7.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.7.dll" v0.0 ts=2003/9/30 18:49
   61k 2003/12/04 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2003/12/4 5:03
 1083k 2004/01/31 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2004/1/31 2:32
    Cygwin DLL version info:
        DLL version: 1.5.7
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 109
        Shared data: 3
        DLL identifier: cygwin1
        Mount registry: 2
        Cygnus registry name: Cygnus Solutions
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Cygwin mount registry name: mounts v2
        Cygdrive flags: cygdrive flags
        Cygdrive prefix: cygdrive prefix
        Cygdrive default prefix: 
        Build date: Fri Jan 30 19:32:04 EST 2004
        CVS tag: cr-0x9e
        Shared id: cygwin1S3


Cygwin Package Information
Last downloaded files to: C:\install
Last downloaded files from: ftp://ftp.nas.nasa.gov/mirrors/cygwin.com/pub/cygwin

Package              Version            
_update-info-dir     00226-1            
ash                  20040127-1         
autoconf             2.59-1             
autoconf-devel       2.59-1             
autoconf-stable      2.13-5             
base-files           2.6-1              
base-passwd          1.1-1              
bash                 2.05b-16           
bc                   1.06-1             
binutils             20030901-1         
bzip2                1.0.2-5            
ccache               2.2-1              
clear                1.0-1              
crypt                1.1-1              
curl                 7.10.8-1           
cygutils             1.2.4-1            
cygwin               1.5.7-1            
cygwin-doc           1.3-6              
diffutils            2.8.4-1            
editrights           1.01-1             
expat                1.95.7-1           
fileutils            4.1-2              
findutils            4.1.7-4            
gawk                 3.1.3-4            
gcc                  3.3.1-3            
gcc-g++              3.3.1-3            
gcc-mingw-core       20031020-1         
gcc-mingw-g++        20031020-1         
gdbm                 1.8.3-7            
grep                 2.5-1              
groff                1.18.1-2           
gzip                 1.3.5-1            
less                 381-1              
libdb3.1             3.1.17-2           
libdb4.1             4.1.25-1           
libgdbm              1.8.0-5            
libgdbm-devel        1.8.3-7            
libgdbm3             1.8.3-3            
libgdbm4             1.8.3-7            
libgettextpo0        0.12.1-3           
libiconv2            1.9.1-3            
libintl1             0.10.40-1          
libintl2             0.12.1-3           
libncurses5          5.2-1              
libncurses6          5.2-8              
libncurses7          5.3-4              
libpcre              4.1-1              
libpcre0             4.5-1              
libpopt0             1.6.4-4            
libreadline4         4.1-2              
libreadline5         4.3-5              
login                1.9-7              
m4                   1.4-1              
make                 3.80-1             
man                  1.5k-2             
mingw-runtime        3.2-1              
mktemp               1.5-3              
ncurses              5.3-4              
openssl              0.9.7c-1           
patch                2.5.8-8            
perl                 5.8.2-1            
perl_manpages        5.8.2-1            
python               2.3.3-1            
readline             4.3-5              
sed                  4.0.8-1            
sh-utils             2.0.15-4           
tar                  1.13.25-5          
tcltk                20030901-1         
tcsh                 6.12.00-7          
termcap              20021106-2         
terminfo             5.3_20030726-1     
texinfo              4.2-4              
textutils            2.0.21-1           
time                 1.7-1              
unzip                5.50-5             
vim                  6.2.098-1          
w32api               2.4-1              
wget                 1.9.1-1            
which                1.5-2              
WordNet              2.0-1              
zip                  2.3-5              
zlib                 1.2.1-1            
Use -h to see help about each section

[-- Attachment #4: tcsh.exe.stackdump --]
[-- Type: text/plain, Size: 1324 bytes --]

Exception: STATUS_ACCESS_VIOLATION at eip=004178D1
eax=10057800 ebx=00000004 ecx=61670000 edx=10058000 esi=00000004 edi=00000006
ebp=00217298 esp=00217280 program=C:\cygwin\bin\tcsh.exe
cs=001B ds=0023 es=0023 fs=0038 gs=0000 ss=0023
Stack trace:
Frame     Function  Args
00217298  004178D1  (00000004, 00217290, 61670000, 00000006)
002172B8  0040AA12  (00000006, 610EDD0C, 00217308, 61054D2B)
002172C8  00437B16  (0000010A, 0000010A, 3A3B4E45, 610EDC6C)
00217308  61054D2B  (00000000, 0000010A, FFFFFFFF, 00000009)
00217338  6101F69E  (6167403C, 6101F534, 00000005, 616724A8)
00217368  6101F7EE  (6167403C, 6101F881, 00000014, 61020FB0)
002173D8  61021890  (00000000, 00000000, 000003D0, 61670E30)
002186E8  6108E784  (10043408, 10055868, 10044108, 00000003)
00218718  6108F10C  (00000003, 10043408, 10055868, 10044108)
00218738  61026C7B  (10043408, 10055868, 10044108, 10046608)
00218758  61026D11  (10043408, 10055868, 00218784, 0043EAAC)
00218798  61086211  (10046608, 100558A8, 00444980, 00443740)
002187D8  0040A7DF  (10055888, 00000001, 00000000, 00000000)
0021A898  0041BE69  (10055888, FFFFFFFF, 0021A8D0, 00000000)
0021C958  0041BF97  (10046FE8, FFFFFFFF, 00000000, 00000000)
0021EA18  0041BF97  (10046FC8, FFFFFFFF, 00000000, 00000000)
End of stack trace (more stack frames may be present)

[-- Attachment #5: Type: text/plain, Size: 218 bytes --]

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2006-02-14 17:04 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-04 13:53 1.5.7: Problem with tcsh 6.12.00-7 / sed 4.0.8-1 Michael Brand
2004-03-04 17:25 ` Christopher Faylor
  -- strict thread matches above, loose matches on Subject: below --
2006-02-13 22:19 Stewart Midwinter
2006-02-14  1:33 ` Christopher Faylor
     [not found] ` <43F174FF.1040102@brand.scso.com>
2006-02-14 17:35   ` Stewart Midwinter
2004-02-25 19:14 Michael Brand
2004-02-25 20:57 ` Larry Hall
2004-02-24 19:46 Michael Brand
2004-02-23 14:25 Michael Brand
2004-02-23 15:59 ` Corinna Vinschen
2004-02-23 17:26 ` Michael Brand
2004-02-23 21:18   ` Larry Hall
2004-02-24 15:47     ` Michael Brand
2004-02-24 17:00       ` Michael Brand
2004-02-24 17:59         ` Michael Brand
2004-02-24 18:03         ` Christopher Faylor
2004-02-24 17:11       ` Christopher Faylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).