This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [cygcheck] produces repeated output - 6 times!


On Apr 28 11:47, Julio Costa wrote:
> Hi all,
> 
> I found a strange behaviour with cygcheck, regarding the listing of
> DLL dependencies.
> Please take a look at the following:
> 
> ~ # uname -a
> CYGWIN_NT-5.2 vfpt-itsecvmt2 1.7.0(0.210/5/3) 2009-04-14 17:25 i686 Cygwin
> 
> ~ # cygcheck /bin/ash.exe
> C:\cygwin\bin\ash.exe
>   C:\cygwin\bin\cygwin1.dll
>     C:\WINDOWS\system32\ADVAPI32.DLL
>       C:\WINDOWS\system32\ntdll.dll
>       C:\WINDOWS\system32\KERNEL32.dll
>       C:\WINDOWS\system32\RPCRT4.dll
>         C:\WINDOWS\system32\Secur32.dll
> [repeat 6 times]

I can't reproduce this.  I only get this one time.

> Bug in cygcheck? Or bug in user? :)

Bug in user as far as the position of the -v option is concerned.
Try this:

$ cygcheck -v /bin/ash.exe
c:\cygwin\bin\ash.exe - os=4.0 img=1.0 sys=4.0
  C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
    "cygwin1.dll" v0.0 ts=2009/5/4 9:45
    C:\WINDOWS\system32\ADVAPI32.DLL - os=5.1 img=5.1 sys=4.0
      "ADVAPI32.dll" v0.0 ts=2009/2/6 12:02
      C:\WINDOWS\system32\KERNEL32.dll - os=5.1 img=5.1 sys=4.0
        "KERNEL32.dll" v0.0 ts=2009/3/21 12:36
        C:\WINDOWS\system32\ntdll.dll - os=5.1 img=5.1 sys=4.10
          "ntdll.dll" v0.0 ts=2009/2/6 12:01
      C:\WINDOWS\system32\ntdll.dll (already done)
      C:\WINDOWS\system32\RPCRT4.dll - os=5.1 img=5.1 sys=4.10
        "RPCRT4.dll" v0.0 ts=2008/4/13 21:20
        C:\WINDOWS\system32\ADVAPI32.dll (recursive)
        C:\WINDOWS\system32\KERNEL32.dll (already done)
        C:\WINDOWS\system32\ntdll.dll (already done)
        C:\WINDOWS\system32\Secur32.dll - os=5.1 img=5.1 sys=4.0
          "Secur32.dll" v0.0 ts=2009/2/3 12:24
          C:\WINDOWS\system32\ADVAPI32.dll (recursive)
          C:\WINDOWS\system32\KERNEL32.dll (already done)
          C:\WINDOWS\system32\ntdll.dll (already done)
    C:\WINDOWS\system32\KERNEL32.dll (already done)
    C:\WINDOWS\system32\ntdll.dll (already done)
  C:\WINDOWS\system32\KERNEL32.dll (already done)


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]