Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com From: Rolf Campbell Subject: Re: CVS head bash problem Date: Wed, 23 Apr 2003 18:42:02 -0400 Lines: 463 Message-ID: References: <20030423015402 DOT GB38081907 AT hpn5170x> <20030423032902 DOT GB30533 AT redhat DOT com> Reply-To: IDontLikePersonalReplies AT hotmail DOT com Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------080809040000010701080507" X-Complaints-To: usenet AT main DOT gmane DOT org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en In-Reply-To: <20030423032902.GB30533@redhat.com> --------------080809040000010701080507 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Christopher Faylor wrote: > On Tue, Apr 22, 2003 at 11:00:51PM -0400, Rolf Campbell wrote: >>Rolf Campbell wrote: >>>Pierre A. Humblet wrote: >>>>On Tue, Apr 22, 2003 at 09:27:08PM -0400, Rolf Campbell wrote: >>>>>I've been using a cvs head cygwin1.dll that I compiled on Friday, and >>>>>I've noticed something a little strange. Occationally, when I run a >>>>>bash command, bash runs it in the backgroud (and I didn't have a & at >>>>>the end). And when the sub-process ends, sometimes bash continues to >>>>>run correctly, sometimes everything ends (rxvt window exits). >>>>This sounds a lot like >>>>http://cygwin.com/ml/cygwin/2003-04/msg00286.html >>>>What's your system? >>>Yes, I think that's the exact same problem that I'm having. I'm running >>>Win2000. So, it looks like bash is getting an EOF (sometimes) when the >>>program is run in the background. You have your's set not to logout on ^D? >>>-Rolf >> >>I just tried a simple test, created about 100 lines of text, all of them >>"cat hhhh". Then copied them into the clipboard and pasted them into an >>NT shell running bash. I've appended the important part of the output. >>At the end of this, bash is dead (still shows up in ms-task manager, >>but doesn't respond to anything (including ^C). I was able to reproduce >>this in rxvt as well but it took much longer, and ^C sort-of worked. >>After the ^C, I got back to a prompt, but then I tried to run "ps" and >>rxvt immediately exited. I have been unable to reproduce using strace. > Also, send cygcheck output (as an attachment). I suspect that you may > be using CYGWIN=tty but we don't know what your setup is. I was able to reproduce one of the problems in gdb. This happens when I paste a *large* (> 44k) amount of text into an RXVT window. I pasted 4900 lines of text into rxvt, all of them "cat hhhh". Seems to only happen sporatically. I tried it with cygwin1-20030421.dll.bz2, and I was able to cause the problem there too, but I wasn't able to run it properly under gdb, when I run rxvt under gdb, I can't paste the windows clipboard text with (Ctrl+Insert), it only pastes a local clipboard (only text copied from itself). /home/rcampbell> gdb rxvt GNU gdb 2003-03-03-cvs (cygwin-special) Copyright 2003 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-cygwin"...(no debugging symbols found)... (gdb) run Starting program: /usr/bin/rxvt.exe Program received signal SIGSEGV, Segmentation fault. 0x61013438 in fhandler_base::puts_readahead(char const*, unsigned) (this=0x615f06a0, s=0xa069630 "cat hhhh\n", len=16279315) at ../../../../src/winsup/cygwin/fhandler.cc:57 57 continue; Current language: auto; currently c++ (gdb) bt #0 0x61013438 in fhandler_base::puts_readahead(char const*, unsigned) (this=0x6 15f06a0, s=0xa069630 "cat hhhh\n", len=16279315) at ../../../../src/winsup/cygwi n/fhandler.cc:57 #1 0x6102d794 in fhandler_pty_master::accept_input() (this=0x615f06a0) at ../.. /../../src/winsup/cygwin/fhandler_tty.cc:194 #2 0x6102cb88 in fhandler_termios::line_edit(char const*, int, termios&) (this= 0x615f06a0, rptr=0xa06796a "cat hhhh\rcat hhhh\rcat hhhh\rcat hhhh\rcat hhhh\rca t hhhh\rcat hhhh\rcat hhhh\rcat hhhh\rcat hhhh\rcat hhhh\rcat hhhh\rcat hhhh\rca t hhhh\rcat hhhh\rcat hhhh\rcat hhhh\rcat hhhh\rcat hhhh\rcat hhhh\rcat hhhh\rca t hhhh\rca"..., nread=0, ti=@0x22fba0) at ../../../../src/winsup/cygwin/fhandler _termios.cc:331 #3 0x610303c7 in fhandler_pty_master::write(void const*, unsigned) (this=0x615f 06a0, ptr=0xa067969, len=128) at ../../../../src/winsup/cygwin/fhandler_tty.cc:1 128 #4 0x61014cbe in fhandler_base::writev(iovec const*, int, int) (this=0x615f06a0 , iov=0x22fc90, iovcnt=1, tot=128) at ../../../../src/winsup/cygwin/fhandler.cc: 824 #5 0x610700da in writev (fd=4, iov=0x22fc90, iovcnt=1) at ../../../../src/winsu p/cygwin/cygheap.h:252 #6 0x6106f978 in write (fd=4, ptr=0xa067969, len=128) at ../../../../src/winsup /cygwin/syscalls.cc:347 #7 0x0040570b in _size_of_stack_reserve__ () #8 0x00401e5e in _size_of_stack_reserve__ () #9 0x00405437 in _size_of_stack_reserve__ () #10 0x004010cb in _size_of_stack_reserve__ () #11 0x6100686a in dll_crt0_1() () at ../../../../src/winsup/cygwin/dcrt0.cc:781 #12 0x61006af3 in _dll_crt0 () at ../../../../src/winsup/cygwin/dcrt0.cc:911 #13 0x00424c12 in _size_of_stack_reserve__ () #14 0x0040103c in _size_of_stack_reserve__ () #15 0x77ea847c in ProcessIdToSessionId () from /c/WINNT/system32/KERNEL32.DLL --------------080809040000010701080507 Content-Type: text/plain; name="cygcheck.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="cygcheck.txt" Cygwin Win95/NT Configuration Diagnostics Current System Time: Wed Apr 23 18:24:30 2003 Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 3 Path: C:\cygwin\usr\local\bin C:\cygwin\bin C:\cygwin\bin C:\WINNT\SYSTEM32 C:\WINNT C:\WINNT\SYSTEM32\WBEM C:\PERFORCE C:\cygwin\bin C:\WINNT\system32 C:\WINNT C:\WINNT\System32\Wbem C:\Perforce C:\cygwin\usr\local\bin C:\cygwin\bin C:\Program Files\SSH C:\cygwin\bin\id.exe output (nontsec) UID: 11643(rcampbell) GID: 10513(Domain groups=10513(Domain Users) C:\cygwin\bin\id.exe output (ntsec) UID: 11643(rcampbell) GID: 10513(Domain groups=544(Administrators) 545(Users) 10513(Domain Users) SysDir: C:\WINNT\System32 WinDir: C:\WINNT HOME = `C:\cygwin\home\rcampbell' MAKE_MODE = `unix' PWD = `/home/rcampbell' USER = `rcampbell' ALLUSERSPROFILE = `C:\Documents and Settings\All Users' APPDATA = `C:\Documents and Settings\rcampbell\Application Data' COLORFGBG = `0;default;15' COLORTERM = `rxvt-xpm' COMMONPROGRAMFILES = `C:\Program Files\Common Files' COMPUTERNAME = `PCRCAMPBELL2' COMSPEC = `C:\WINNT\system32\cmd.exe' COSMIC = `c:/node.beta1/COSMIC' DISPLAY = `:0' HOMEDRIVE = `C:' HOMEPATH = `\' LOGONSERVER = `\\OTTDC2' MANPATH = `:/usr/ssl/man' NUMBER_OF_PROCESSORS = `1' OLDPWD = `/usr/bin' OS2LIBPATH = `C:\WINNT\system32\os2\dll;' OS = `Windows_NT' OSE_ROOT = `C:\OSE\OSE4.4.1\' P4CONFIG = `.p4config' PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.py;.pyc;.pyo;.pyw;.pys' PERLIO = `perlio' PROCESSOR_ARCHITECTURE = `x86' PROCESSOR_IDENTIFIER = `x86 Family 6 Model 8 Stepping 6, GenuineIntel' PROCESSOR_LEVEL = `6' PROCESSOR_REVISION = `0806' PROGRAMFILES = `C:\Program Files' PS1 = `\[\]$PWD\[\]>\[\] ' SHLVL = `1' SYSTEMDRIVE = `C:' SYSTEMROOT = `C:\WINNT' TEMP = `C:\Temp' TERM = `xterm' USERDNSDOMAIN = `tropicnetworks.com' USERDOMAIN = `TROPICNETWORKS' USERNAME = `rcampbell' USERPROFILE = `C:\Documents and Settings\rcampbell' WINDIR = `C:\WINNT' WINDOWID = `168046440' _ = `/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 (default) = `/cygdrive' cygdrive flags = 0x00000022 HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/c (default) = `C:' flags = 0x00000002 HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu\Programs\Cygnus Solutions (default) = (unsupported type) 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 c: hd NTFS 19069Mb 79% CP CS UN PA FC Campbell d: cd N/A N/A e: net NTFS 102400Mb 68% CP CS UN PA pub f: net NTFS 859752Mb 69% CP CS UN PA FC Backups g: net NTFS 102400Mb 68% CP CS UN PA home i: net NTFS 102400Mb 68% CP CS UN PA pub C: /c user binmode . /cygdrive user binmode,cygdrive 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 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 58k 2002/05/07 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0 "cygbz2-1.dll" v0.0 ts=2002/5/7 2:33 54k 2002/01/27 C:\cygwin\bin\cygbz21.0.dll - os=4.0 img=1.0 sys=4.0 "cygbz21.0.dll" v0.0 ts=2002/1/26 20:07 6k 2002/06/24 C:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0 "cygcharset-1.dll" v0.0 ts=2002/6/24 14:23 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 6: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 6:37 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 12: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 12:25 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 1: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 15:51 28k 2003/03/22 C:\cygwin\bin\cyggdbm-3.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm-3.dll" v0.0 ts=2003/3/22 17:19 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/19 22:05 15k 2003/03/22 C:\cygwin\bin\cyggdbm_compat-3.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm_compat-3.dll" v0.0 ts=2003/3/22 17:22 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/6 23: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 13:28 929k 2002/06/24 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0 "cygiconv-2.dll" v0.0 ts=2002/6/24 14:24 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 4: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/19 23: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 13:09 47k 2003/03/09 C:\cygwin\bin\cygjbig1.dll - os=4.0 img=1.0 sys=4.0 "cygjbig1.dll" v0.0 ts=2003/3/9 16:30 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 0:19 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 1: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 15:51 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 1:03 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 1: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 15:50 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 1: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 15:50 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 4:31 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 4:31 1005k 2003/03/30 C:\cygwin\bin\cygperl5_8_0.dll - os=4.0 img=1.0 sys=4.0 "cygperl5_8_0.dll" v0.0 ts=2003/3/30 10:39 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/23 18: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/23 17:02 170k 2002/01/21 C:\cygwin\bin\cygpng2.dll - os=4.0 img=1.0 sys=4.0 "cygpng2.dll" v0.0 ts=2002/1/20 20:05 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 1: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/6 23: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 13: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 9: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 6: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 6: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/23 23:58 948k 2003/03/18 C:\cygwin\bin\cygwin1.old.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2003/3/18 9:20 41k 2002/01/20 C:\cygwin\bin\cygXpm-noX4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-noX4.dll" v0.0 ts=2002/1/20 13:49 46k 2002/01/20 C:\cygwin\bin\cygXpm-X4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-X4.dll" v0.0 ts=2002/1/20 13:50 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/11 23:38 6116k 2003/04/18 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2003/4/18 18:09 Cygwin DLL version info: DLL version: 1.3.23 DLL epoch: 19 DLL bad signal mask: 19005 DLL old termios: 5 DLL malloc env: 28 API major: 0 API minor: 83 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 Apr 18 18:08:46 EDT 2003 Shared id: cygwin1S3 Cygwin Package Information Last downloaded files to: C:\cygwin\install Last downloaded files from: http://mirrors.rcn.net/pub/sourceware/cygwin Package Version _update-info-dir 00162-1 ash 20020731-1 base-files 1.3-1 base-passwd 1.1-1 bash 2.05b-9 binutils 20030307-1 bzip2 1.0.2-2 clear 1.0-1 cpio 2.5-1 crypt 1.0-1 ctags 5.5-3 cvs 1.11.0-1 cygrunsrv 0.95-1 cygutils 1.1.3-1 cygwin 1.3.22-1 cygwin-doc 1.3-3 db3.1 3.1.17-2 diff 1.0-1 diffutils 2.8.1-1 file 4.02-1 fileutils 4.1-1 findutils 4.1.7-4 gawk 3.1.2-2 gcc 3.2-3 gcc-mingw 20020817-5 gdb 20030303-1 gdbm 1.8.0-5 gettext 0.11.5-1 gperf 2.7.2-1 grep 2.5-1 groff 1.18.1-2 gzip 1.3.3-4 inetutils 1.3.2-22 jbigkit 1.4-1 jpeg 6b-7 less 378-1 libbz2_0 1.0.2-1 libbz2_1 1.0.2-2 libcharset1 1.8-2 libdb3.1 3.1.17-2 libdb3.1-devel 3.1.17-2 libgdbm 1.8.0-5 libgdbm-devel 1.8.0-5 libgdbm3 1.8.3-1 libiconv 1.8-2 libiconv2 1.8-2 libintl 0.10.38-3 libintl1 0.10.40-1 libintl2 0.11.5-1 libncurses5 5.2-1 libncurses6 5.2-8 libncurses7 5.3-1 libpng 1.2.5-1 libpng10 1.0.15-1 libpng12 1.2.5-1 libpng2 1.0.12-1 libpopt0 1.6.4-4 libreadline4 4.1-2 libreadline5 4.3-2 login 1.8-1 make 3.79.1-7 makecyg 3.79.1-7 man 1.5j-2 mc 4.6.0-2 mingw 20010917-1 mingw-runtime 2.4-1 mktemp 1.4-1 ncurses 5.3-1 newlib-man 20020801 openssh 3.6.1p1-1 openssl 0.9.7b-1 openssl096 0.9.6j-1 patch 2.5.8-3 pcre 4.1-1 perl 5.8.0-2 python 2.2.2-7 readline 4.3-2 regex 4.4-2 rsync 2.5.6-1 rxvt 2.7.10-3 sed 4.0.7-1 sh-utils 2.0.15-3 tar 1.13.25-1 tcltk 20030214-1 termcap 20020930-1 terminfo 5.3-2 texinfo 4.2-4 textutils 2.0.21-1 tiff 3.6.0-1 time 1.7-1 unzip 5.50-2 vim 6.1.300-1 w32api 2.3-1 wget 1.8.2-2 which 1.5-1 xpm-nox 4.2.0-1 zip 2.3-2 zlib 1.1.4-1 Use -h to see help about each section --------------080809040000010701080507 Content-Type: text/plain; charset=us-ascii -- 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/ --------------080809040000010701080507--