Weird wget behaviour

Ronald Landheer-Cieslak ronald@landheer.com
Fri Apr 11 14:35:00 GMT 2003


Just to confirm, and provide a wee bit more info: I straced the command 
and found it repeating a check whether the local version is a symlink. 
This is the relavant part of the strace:

-- BEGIN strace --
   78 13052213 [main] wget 352 path_conv::check: root_dir(D:\), 
this->path(D:\cygwin\home\RLandheer\test\wget\Con.html.3519), 
set_has_acls(8)
  219 13052432 [main] wget 352 normalize_posix_path: src Con.html.3520
   75 13052507 [main] wget 352 cwdstuff::get: posix 
/home/RLandheer/test/wget
   74 13052581 [main] wget 352 cwdstuff::get: (/home/RLandheer/test/wget) 
= cwdstuff::get (0x22F728, 260, 1, 0), errno 2
   75 13052656 [main] wget 352 normalize_posix_path: 
/home/RLandheer/test/wget/Con.html.3520 = normalize_posix_path 
(Con.html.3520)
   76 13052732 [main] wget 352 mount_info::conv_to_win32_path: 
conv_to_win32_path (/home/RLandheer/test/wget/Con.html.3520)
   78 13052810 [main] wget 352 set_flags: flags: text (0x2000000)
   74 13052884 [main] wget 352 mount_info::conv_to_win32_path: src_path 
/home/RLandheer/test/wget/Con.html.3520, dst 
D:\cygwin\home\RLandheer\test\wget\Con.html.3520, flags 0x2000008, rc 0
  230 13053114 [main] wget 352 symlink_info::check: not a symlink
   83 13053197 [main] wget 352 symlink_info::check: 0 = symlink.check 
(D:\cygwin\home\RLandheer\test\wget\Con.html.3520, 0x22F3E8) (0x2000008)
   78 13053275 [main] wget 352 path_conv::check: root_dir(D:\), 
this->path(D:\cygwin\home\RLandheer\test\wget\Con.html.3520), 
set_has_acls(8)
  218 13053493 [main] wget 352 normalize_posix_path: src Con.html.3521
   76 13053569 [main] wget 352 cwdstuff::get: posix 
/home/RLandheer/test/wget
   74 13053643 [main] wget 352 cwdstuff::get: (/home/RLandheer/test/wget) 
= cwdstuff::get (0x22F728, 260, 1, 0), errno 2
   75 13053718 [main] wget 352 normalize_posix_path: 
/home/RLandheer/test/wget/Con.html.3521 = normalize_posix_path 
(Con.html.3521)
   75 13053793 [main] wget 352 mount_info::conv_to_win32_path: 
conv_to_win32_path (/home/RLandheer/test/wget/Con.html.3521)
   78 13053871 [main] wget 352 set_flags: flags: text (0x2000000)
   75 13053946 [main] wget 352 mount_info::conv_to_win32_path: src_path 
/home/RLandheer/test/wget/Con.html.3521, dst 
D:\cygwin\home\RLandheer\test\wget\Con.html.3521, flags 0x2000008, rc 0
  230 13054176 [main] wget 352 symlink_info::check: not a symlink
   83 13054259 [main] wget 352 symlink_info::check: 0 = symlink.check 
(D:\cygwin\home\RLandheer\test\wget\Con.html.3521, 0x22F3E8) (0x2000008)
   78 13054337 [main] wget 352 path_conv::check: root_dir(D:\), 
this->path(D:\cygwin\home\RLandheer\test\wget\Con.html.3521), 
set_has_acls(8)
  219 13054556 [main] wget 352 normalize_posix_path: src Con.html.3522
   75 13054631 [main] wget 352 cwdstuff::get: posix 
/home/RLandheer/test/wget
   73 13054704 [main] wget 352 cwdstuff::get: (/home/RLandheer/test/wget) 
= cwdstuff::get (0x22F728, 260, 1, 0), errno 2
   75 13054779 [main] wget 352 normalize_posix_path: 
/home/RLandheer/test/wget/Con.html.3522 = normalize_posix_path 
(Con.html.3522)
   76 13054855 [main] wget 352 mount_info::conv_to_win32_path: 
conv_to_win32_path (/home/RLandheer/test/wget/Con.html.3522)
   77 13054932 [main] wget 352 set_flags: flags: text (0x2000000)
   75 13055007 [main] wget 352 mount_info::conv_to_win32_path: src_path 
/home/RLandheer/test/wget/Con.html.3522, dst 
D:\cygwin\home\RLandheer\test\wget\Con.html.3522, flags 0x2000008, rc 0
  231 13055238 [main] wget 352 symlink_info::check: not a symlink
   82 13055320 [main] wget 352 symlink_info::check: 0 = symlink.check 
(D:\cygwin\home\RLandheer\test\wget\Con.html.3522, 0x22F3E8) (0x2000008)
--- END strace ---
$ uname -a:
CYGWIN_NT-4.0 nt4-rlandheer 1.3.22(0.78/3/2) 2003-03-18 09:20 i686 unknown 
unknown Cygwin

$ cygcheck -s -r -v -c > cygcheck.out
cygcheck.out attached. 

HTH

rlc

On Fri, 11 Apr 2003, Marko Daris wrote:
> I'm using cygwin's wget (1.8.2) to mirror some web sites... I found an
> url which stops (cygwins) wget:
> wget http://www.uga.edu/ethnobot/Con.html
> 
> First the behaviour was that when I run the command some parts of this
> page were dumped on standard output (note: I don't have a .wgetrc file)
> which is very strange since wget only outputs progress/statistics and
> not the downloaded page... Wget did not finish but hanged forrever (did
> not notice any cpu load). 
> 
> I then thought it was a cygwin bug and reinstalled cygwin completely (10
> Apr 2003). Now what happens is that there is no ouput but the command
> hangs as before - it never returns.
> 
> I did a crosscheck on linux (debian) with wget 1.8.1 and the page is
> downloaded as expected and wget terminates. I also checked on solaris
> 2.6 wget 1.8.2 and works ok. 
> 
> I suspect the problem is somewhere in cygwin.... 
> 
> I'm worried that this could be some buffer overrun (because of the
> behaviour) or something in the realization of cygwin sockets. 
> 
> Let me know...
> 
> Best regards, 
> 
> 				Marko
> 
> 
> 
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
> 
> 
-------------- next part --------------
Cygwin Package Information

Last downloaded files to: D:\Cygwin downloads

Last downloaded files from: ftp://ftp.mirror.ac.uk/sites/sources.redhat.com/pub/cygwin



Package                 Version

_update-info-dir        00160-1

apache                  1.3.24-5

ash                     20020731-1

astyle                  1.15.3-3

autoconf                2.54-1

autoconf-devel          2.57-1

autoconf-stable         2.13-4

automake                1.7.1-1

automake-devel          1.7.3-1

automake-stable         1.4p5-5

base-files              1.3-1

base-passwd             1.1-1

bash                    2.05b-9

binutils                20030307-1

bison                   20030307-1

bzip2                   1.0.2-2

clear                   1.0-1

cron                    3.0.1-7

crypt                   1.0-1

curl                    7.10.4-1

curl-devel              7.10.4-1

cvs                     1.11.0-1

cygrunsrv               0.95-1

cygutils                1.1.3-1

cygwin                  1.3.22-1

cygwin-doc              1.3-3

dejagnu                 20021217-2

diff                    1.0-1

diffutils               2.8.1-1

doxygen                 1.2.18-1

ed                      0.2-1

ELFIO                   1.0.0-1

expat                   1.95.5-1

expect                  20030128-1

file                    3.39-1

fileutils               4.1-1

findutils               4.1.7-4

flex                    2.5.4-2

fortune                 1.8-2

gawk                    3.1.2-2

gcc                     3.2-3

gcc-mingw               20020817-5

gcc2                    2.95.3-10

gdb                     20030303-1

gdbm                    1.8.0-5

gettext                 0.11.5-1

gettext-devel           0.11.5-1

ghostscript             7.05-2

ghostscript-base        7.05-2

ghostscript-x11         7.05-2

grep                    2.5-1

groff                   1.18.1-2

guile-doc               1.6.0-1

gzip                    1.3.3-4

indent                  2.2.8-1

inetutils               1.3.2-20

jpeg                    6b-7

less                    378-1

libbz2_1                1.0.2-2

libcharset1             1.8-2

libdb3.1                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

libkpathsea3            2.0.2-1

libltdl3                20030216-1

libncurses5             5.2-1

libncurses6             5.2-8

libncurses7             5.3-1

libpng                  1.2.5-1

libpng10                1.0.15-1

libpng10-devel          1.0.15-1

libpng12                1.2.5-1

libpng12-devel          1.2.5-1

libpng2                 1.0.12-1

libpopt0                1.6.4-4

libreadline4            4.1-2

libreadline5            4.3-2

libtool                 20020705-1

libtool-devel           20030216-1

libtool-stable          1.4.3-1

libxerces-c21           2.1.0-1

libxerces-c22           2.2.0-1

login                   1.8-1

lynx                    2.8.4-5

m4                      1.4-1

make                    3.79.1-7

man                     1.5j-2

mc                      4.6.0-2

mingw-runtime           2.4-1

mktemp                  1.4-1

nano                    1.2.0-1

ncurses                 5.3-1

newlib-man              20020801

openssl                 0.9.7a-3

openssl096              0.9.6i-3

patch                   2.5.8-3

pcre                    3.7-1

perl                    5.8.0-2

perl_manpages           5.8.0-2

procps                  010801-2

readline                4.3-2

rebase                  2.2-2

rxvt                    2.7.10-3

sed                     4.0.5-1

sh-utils                2.0.15-3

shutdown                1.2-2

ssmtp                   2.38.7-3

tar                     1.13.25-1

tcltk                   20030214-1

termcap                 20020930-1

terminfo                5.3-2

tetex-base              2.0.2-1

tetex-bin               2.0.2-1

tetex-tiny              2.0.2-1

texinfo                 4.2-4

textutils               2.0.21-1

tiff                    3.6.0-1

unzip                   5.50-2

upx                     1.24-1

vim                     6.1.300-1

w32api                  2.3-1

wget                    1.8.2-2

which                   1.5-1

xerces-c                2.2.0-1

xerces-c-devel          2.2.0-1

xerces-c-doc            2.2.0-1

XFree86-base            4.2.0-1

XFree86-bin             4.2.0-3

XFree86-etc             4.2.0-1

XFree86-fenc            4.2.0-2

XFree86-fnts            4.2.0-2

XFree86-lib             4.2.0-5

XFree86-startup-scripts 4.2.0-3

XFree86-xserv           4.2.0-29

zip                     2.3-2

zlib                    1.1.4-1

zsh                     4.0.6-5





Cygwin Win95/NT Configuration Diagnostics

Current System Time: Fri Apr 11 15:16:42 2003



Windows NT Ver 4.0 Build 1381 Service Pack 6



Path:	D:\cygwin\usr\local\bin

	D:\cygwin\bin

	D:\cygwin\bin

	c:\orant\bin

	c:\mks\mkssi

	c:\mks\mksnt

	c:\WINNT\system32

	c:\WINNT

	c:\WINNT\system32\nls\ENGLISH

	c:\WINNT\system32\nls

	c:\WINNT\system32\nls\English

	.

	c:\PROGRA~1\ULTRAE~1

	c:\Program Files\doxygen\bin

	c:\MSSQL7\BINN

	c:\j2sdk1.4.1\bin

	c:\PROGRA~1\ATT\Graphviz\bin

	c:\PROGRA~1\ATT\Graphviz\bin\tools

	c:\Program Files\Perforce

	D:\cygwin\bin

	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

	.

	c:\Program Files\STI\bin\pc-win95

	d:\DLL_test

	d:\xerces-c2_1_0-win32\bin

	D:\cygwin\bin

	c:\bin\sourcenav-512\bin

	d:\dll_test

	d:\pcre-3.9\bin

	d:\xerces-c2_1_0-win32\bin

	Z

	.

	c:\BC5\BIN

	.

	D:\cygwin\usr\X11R6\bin



D:\cygwin\bin\id.exe output (nontsec)

UID: 1006(RLandheer)  GID: 513(Aucun)

513(Aucun)            544(Administrateurs)



D:\cygwin\bin\id.exe output (ntsec)

UID: 1006(RLandheer)  GID: 513(Aucun)

513(Aucun)            544(Administrateurs)



SysDir: C:\WINNT\System32

WinDir: C:\WINNT



CYGWIN = `tty '

HOME = `D:\cygwin\home\RLandheer'

MAKE_MODE = `unix'

PWD = `/home/RLandheer/test/wget'

USER = `RLandheer'



BCDIR = `c:\BC5'

COLORFGBG = `15;default;0'

COLORTERM = `rxvt-xpm'

COMPUTERNAME = `NT4-RLANDHEER'

COMSPEC = `C:\WINNT\system32\cmd.exe'

CVSROOT = `/home/RLandheer/.cvsroot'

CVS_RSH = `/bin/ssh'

DISPLAY = `:0'

HOMEDRIVE = `C:'

HOMEPATH = `\users\default'

HOSTNAME = `nt4-rlandheer'

INCLUDE = `C:\Program Files\Microsoft Visual Studio\VC98\atl\include;C:\Program Files\Microsoft Visual Studio\VC98\mfc\include;C:\Program Files\Microsoft Visual Studio\VC98\include'

LIB = `C:\Program Files\Microsoft Visual Studio\VC98\mfc\lib;C:\Program Files\Microsoft Visual Studio\VC98\lib'

LOGONSERVER = `\\NT4-RLANDHEER'

MANPATH = `:/usr/ssl/man'

MSDEVDIR = `C:\Program Files\Microsoft Visual Studio\Common\MSDev98'

NUMBER_OF_PROCESSORS = `1'

NWLANGUAGE = `English'

NWUSERNAME = `rlandheer'

OLDPWD = `/home/RLandheer'

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 4, GenuineIntel'

PROCESSOR_LEVEL = `15'

PROCESSOR_REVISION = `0204'

PROMPT = `$P$G'

PS1 = `\[\033[0m\]\n$(check_transfer)\n\[\033[1;0m\]\[\033[0m\]\n[\[\033[31m\]$(date -I) \t\[\033[0m\]]\n\[\033[33m\]\u@\h\[\033[0m\] \[\033[1;34m\]\w\[\033[0m\]\n$ '

ROOTDIR = `c:/mks'

SHLVL = `1'

STATION = `0008740C3D87'

SYSTEMDRIVE = `C:'

SYSTEMROOT = `C:\WINNT'

TEMP = `c:\TEMP'

TERM = `rxvt'

TMP = `c:\TEMP'

TMPDIR = `c:\TEMP'

USERDOMAIN = `NT4-RLANDHEER'

USERNAME = `RLandheer'

USERPROFILE = `C:\WINNT\Profiles\RLandheer'

WINDIR = `C:\WINNT'

WINDOWID = `168051440'

WINDOWS_LOGIN = `0'

_ = `/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) = `D:\cygwin'

  flags = 0x0000000a

HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/home

  (default) = `D:\cygwin\home'

  flags = 0x00000008

HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin

  (default) = `D:\cygwin/bin'

  flags = 0x0000000a

HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib

  (default) = `D:\cygwin/lib'

  flags = 0x0000000a

HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/X11R6/lib/X11/fonts

  (default) = `D:\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    8220Mb  90% CP CS UN PA FC     DEV_C

d:  hd  NTFS   10872Mb  33% CP CS UN PA FC     DATA

e:  cd           N/A    N/A                    

f:  net NTFS   114439Mb  50% CP CS UN PA FC     

h:  net NWFS   15304Mb  50% CP                 VOL_1

k:  net NWFS   16002Mb  71% CP                 VOL_1

n:  net NWFS   12936Mb  36% CP                 VOL_2

q:  net NWFS   17264Mb  61% CP          FC     VOL_1

r:  net NWFS   17264Mb  61% CP          FC     VOL_1

s:  net NWFS   17352Mb  80% CP                 VOL_2

t:  net NWFS    8658Mb  23% CP                 VOL_TRANSFERT

u:  net NWFS    8658Mb  23% CP                 VOL_TRANSFERT

v:  net NWFS   17352Mb  80% CP                 VOL_2

z:  net NWFS    5000Mb   3% CP          FC     SYS



D:\cygwin                          /                         system  binmode

D:\cygwin\home                     /home                     system  textmode

D:\cygwin/bin                      /usr/bin                  system  binmode

D:\cygwin/lib                      /usr/lib                  system  binmode

D:\cygwin\usr\X11R6\lib\X11\fonts  /usr/X11R6/lib/X11/fonts  system  binmode

.                                  /cygdrive                 system  binmode,cygdrive



Found: D:\cygwin\bin\awk.exe

Found: D:\cygwin\bin\bash.exe

Found: D:\cygwin\bin\cat.exe

Found: D:\cygwin\bin\cp.exe

Found: c:\mks\mksnt\cp.exe

Warning: D:\cygwin\bin\cp.exe hides c:\mks\mksnt\cp.exe

Found: D:\cygwin\bin\cpp.exe

Found: c:\BC5\BIN\cpp.exe

Warning: D:\cygwin\bin\cpp.exe hides c:\BC5\BIN\cpp.exe

Found: D:\cygwin\bin\find.exe

Found: D:\cygwin\bin\gcc.exe

Found: D:\cygwin\bin\gdb.exe

Found: D:\cygwin\bin\grep.exe

Found: D:\cygwin\bin\ld.exe

Found: D:\cygwin\bin\ls.exe

Found: D:\cygwin\bin\make.exe

Found: c:\mks\mksnt\make.exe

Warning: D:\cygwin\bin\make.exe hides c:\mks\mksnt\make.exe

Found: c:\BC5\BIN\make.exe

Warning: D:\cygwin\bin\make.exe hides c:\BC5\BIN\make.exe

Found: D:\cygwin\bin\mv.exe

Found: c:\mks\mksnt\mv.exe

Warning: D:\cygwin\bin\mv.exe hides c:\mks\mksnt\mv.exe

Found: D:\cygwin\bin\rm.exe

Found: c:\mks\mksnt\rm.exe

Warning: D:\cygwin\bin\rm.exe hides c:\mks\mksnt\rm.exe

Found: D:\cygwin\bin\sed.exe

Found: D:\cygwin\bin\sh.exe

Found: D:\cygwin\bin\tar.exe



  794k 2003/04/07 D:\cygwin\bin\cygaspell-15.dll - os=4.0 img=1.0 sys=4.0

                  "cygaspell-15.dll" v0.0 ts=2003/4/7 12:50

   58k 2002/05/07 D:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0

                  "cygbz2-1.dll" v0.0 ts=2002/5/7 8:33

    6k 2002/06/24 D:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0

                  "cygcharset-1.dll" v0.0 ts=2002/6/24 20:23

  847k 2003/03/19 D:\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/3/19 21:24

  645k 2003/03/19 D:\cygwin\bin\cygcrypto.dll - os=4.0 img=1.0 sys=4.0

                  "cygcrypto.dll" v0.0 ts=2003/3/19 21:35

  551k 2003/04/02 D:\cygwin\bin\cygcurl-2.dll - os=4.0 img=1.0 sys=4.0

                  "cygcurl-2.dll" v0.0 ts=2003/4/2 23:09

  380k 2002/07/24 D:\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 18:24

  487k 2002/07/24 D:\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 18:25

  136k 2002/10/17 D:\cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0

                  "cygexpat-0.dll" v0.0 ts=2002/10/17 17:21

   45k 2001/04/25 D:\cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0

                  "cygform5.dll" v0.0 ts=2001/4/25 7:28

   35k 2002/01/09 D:\cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0

                  "cygform6.dll" v0.0 ts=2002/1/9 7:03

   76k 2003/03/09 D:\cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0

                  "cygform7.dll" v0.0 ts=2003/3/9 21:51

   28k 2003/03/22 D:\cygwin\bin\cyggdbm-3.dll - os=4.0 img=1.0 sys=4.0

                  "cyggdbm-3.dll" v0.0 ts=2003/3/22 23:19

   19k 2003/03/22 D:\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0

                  "cyggdbm.dll" v0.0 ts=2002/2/20 4:05

   15k 2003/03/22 D:\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 23:22

   17k 2001/06/28 D:\cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0

                  "cyghistory4.dll" v0.0 ts=2001/1/7 5:34

   20k 2002/10/10 D:\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0

                  "cyghistory5.dll" v0.0 ts=2002/10/10 19:28

  306k 2002/04/27 D:\cygwin\bin\cyghttpd.dll - os=4.0 img=1.0 sys=4.0

                  "cyghttpd.dll" v0.0 ts=2002/4/27 15:23

  929k 2002/06/24 D:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0

                  "cygiconv-2.dll" v0.0 ts=2002/6/24 20:24

   22k 2001/12/13 D:\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0

                  "cygintl-1.dll" v0.0 ts=2001/12/13 10:28

   28k 2002/09/20 D:\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0

                  "cygintl-2.dll" v0.0 ts=2002/9/20 5:13

   21k 2001/06/20 D:\cygwin\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0

                  "cygintl.dll" v0.0 ts=2001/6/20 19:09

  119k 2002/02/09 D:\cygwin\bin\cygjpeg6b.dll - os=4.0 img=1.0 sys=4.0

                  "cygjpeg6b.dll" v0.0 ts=2002/2/9 6:19

   61k 2003/03/05 D:\cygwin\bin\cygkpathsea-3.dll - os=4.0 img=1.0 sys=4.0

                  "cygkpathsea-3.dll" v0.0 ts=2003/3/5 21:09

   32k 2003/02/17 D:\cygwin\bin\cygltdl-3.dll - os=4.0 img=1.0 sys=4.0

                  "cygltdl-3.dll" v0.0 ts=2003/2/17 5:18

   26k 2001/04/25 D:\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0

                  "cygmenu5.dll" v0.0 ts=2001/4/25 7:27

   20k 2002/01/09 D:\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0

                  "cygmenu6.dll" v0.0 ts=2002/1/9 7:03

   48k 2003/03/09 D:\cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0

                  "cygmenu7.dll" v0.0 ts=2003/3/9 21:51

  156k 2001/04/25 D:\cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0

                  "cygncurses++5.dll" v0.0 ts=2001/4/25 7:29

  175k 2002/01/09 D:\cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0

                  "cygncurses++6.dll" v0.0 ts=2002/1/9 7:03

  226k 2001/04/25 D:\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0

                  "cygncurses5.dll" v0.0 ts=2001/4/25 7:17

  202k 2002/01/09 D:\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0

                  "cygncurses6.dll" v0.0 ts=2002/1/9 7:03

  284k 2003/03/09 D:\cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0

                  "cygncurses7.dll" v0.0 ts=2003/3/9 21:50

   15k 2001/04/25 D:\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0

                  "cygpanel5.dll" v0.0 ts=2001/4/25 7:27

   12k 2002/01/09 D:\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0

                  "cygpanel6.dll" v0.0 ts=2002/1/9 7:03

   31k 2003/03/09 D:\cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0

                  "cygpanel7.dll" v0.0 ts=2003/3/9 21:50

   40k 2001/11/21 D:\cygwin\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0

                  "cygpcre.dll" v0.0 ts=2001/11/21 23:15

   39k 2001/11/21 D:\cygwin\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0

                  "cygpcreposix.dll" v0.0 ts=2001/11/21 23:15

 1005k 2003/03/30 D:\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 17:39

  168k 2003/02/23 D:\cygwin\bin\cygpng10.dll - os=4.0 img=1.0 sys=4.0

                  "cygpng10.dll" v0.0 ts=2003/2/24 0:02

  173k 2003/02/23 D:\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0

                  "cygpng12.dll" v0.0 ts=2003/2/23 23:02

  170k 2002/01/21 D:\cygwin\bin\cygpng2.dll - os=4.0 img=1.0 sys=4.0

                  "cygpng2.dll" v0.0 ts=2002/1/21 2:05

   22k 2002/06/09 D:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0

                  "cygpopt-0.dll" v0.0 ts=2002/6/9 7:45

  108k 2001/06/28 D:\cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0

                  "cygreadline4.dll" v0.0 ts=2001/1/7 5:34

  127k 2002/10/10 D:\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0

                  "cygreadline5.dll" v0.0 ts=2002/10/10 19:28

  177k 2003/03/19 D:\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/3/19 21:24

  165k 2003/03/19 D:\cygwin\bin\cygssl.dll - os=4.0 img=1.0 sys=4.0

                  "cygssl.dll" v0.0 ts=2003/3/19 21:35

  281k 2003/02/24 D:\cygwin\bin\cygtiff3.dll - os=4.0 img=1.0 sys=4.0

                  "cygtiff3.dll" v0.0 ts=2003/2/24 5:58

  948k 2003/03/18 D:\cygwin\bin\cygwin1.3.22-1.dll - os=4.0 img=1.0 sys=4.0

                  "cygwin1.dll" v0.0 ts=2003/3/18 15:20

 2689k 2002/11/16 D:\cygwin\bin\cygxerces-c21.dll - os=4.0 img=1.0 sys=4.0

                  "cygxerces-c21.dll" v0.0 ts=2002/11/16 5:07

 2984k 2003/02/07 D:\cygwin\bin\cygxerces-c22.dll - os=4.0 img=1.0 sys=4.0

                  "cygxerces-c22.dll" v0.0 ts=2003/2/7 19:50

   50k 2002/03/12 D:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0

                  "cygz.dll" v0.0 ts=2002/3/12 5:38

  948k 2003/03/18 D:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0

                  "cygwin1.dll" v0.0 ts=2003/3/18 15: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



Use -h to see help about each section

-------------- next part --------------
--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


More information about the Cygwin mailing list