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: cygheap base mismatch detected


Dave Korn writes:
>   Right, thanks for giving us something we can actually get our teeth
into...
> it would really have been helpful to bring out some of this information a
bit
> earlier in the thread, like in the very first post for instance, but
better
> late than never!

Sorry I didn't send concrete info earlier.  I was trying at first
to get more info on possible causes so I could set up my own
diagnostics and collect more meaningful information.  Didn't
want to clutter my message with detail until I was sure the
details were relevant.  Had I misunderstood or missed something,
I could have flooded you with details that were way off track.

> > My app includes a lot of DLLs.  I used cygcheck to get the list,
> > and summed up their sizes.  The total code size on disk before
> > loading of the app plus the DLLs is just over 115 Mb, leaving
> > over 1420 Mb to be taken up by static and dynamic memory.
> > I still don't think the app uses more than a couple of Mb of
> > static memory, and the problem occurs before anything dynamic
> > can be allocated.  What am I overlooking?
> 
>   Hmm, what kind of DLLs?  Any of these your own custom builds?  In
particular
> do some of them have base addresses still set to the default 0x10000000?
If
> so, the first one that gets loaded into memory is going to frag the
address
> map into two chunks, which is bound to impact the size of contiguous heap
> chunk that can be allocated.  Have you looked into 'rebaseall' yet?
There's
> also the windows boot.ini /3GB switch to investigate, but I remember there
> having been some kind of limitation on that in the past; I'm afraid I
can't
> remember what the problem was nor if it still applies.

Not our own custom builds.  Our own libs are statically linked.
I've attached the cygcheck results below.
The DLLs are from four sources:

  CygWin 1.5.19 -- installed as downloaded
  ICU 3.4 -- built from source under CygWin
  Xerces-c 2.7.0 -- built from source under CygWin
  Oracle 9.2.0 -- installed from a download for native Windows 2003 


Oracle contributes dozens of DLLs.  An executable built with
CygWin, ICU, and Xerces executes properly.  But it's a much
smaller executable, too.  I am in the process of trying
to see if I can get anything more than circumstantial evidence
to implicate Oracle.  Also trying to build with statically
linked Oracle libs to see if that works.

Any other tests I should be doing?  I'm not enough of a Windows 
guru to really know how to look at this sort of thing with Windows
tools and understanding.  If there are tools that let you see the
loading properties of a DLL, I haven't learned them and my IT guys
haven't let me in on them.  Is it worth my sending you the
link map?

I think we've managed to narrow the causes to two possibilities:

 *  Static memory conflicts arising from fragmentation or something
    else.  The app in question is known to take up a lot of code
    space itself, and Oracle contributes a lot of DLLs.  Either
    could be a factor.

 *  Something nobody has thought of yet.  This one scares me.

                                      -- Jens Dill
                                         Endeavor Information Systems

$ cygcheck ./acqjob.exe
.\acqjob.exe
  d:\oracle\app\oracle\product\9.2.0\bin\orasql9.dll
    d:\oracle\app\oracle\product\9.2.0\bin\oracore9.dll
      d:\oracle\app\oracle\product\9.2.0\bin\oranls9.dll
        d:\oracle\app\oracle\product\9.2.0\bin\oraunls9.dll
          C:\WINDOWS\system32\MSVCRT.dll
            C:\WINDOWS\system32\KERNEL32.dll
              C:\WINDOWS\system32\ntdll.dll
      C:\WINDOWS\system32\WSOCK32.dll
        C:\WINDOWS\system32\WS2_32.dll
          C:\WINDOWS\system32\ADVAPI32.dll
            C:\WINDOWS\system32\RPCRT4.dll
          C:\WINDOWS\system32\WS2HELP.dll
      C:\WINDOWS\system32\ole32.dll
        C:\WINDOWS\system32\GDI32.dll
          C:\WINDOWS\system32\USER32.dll
      C:\WINDOWS\system32\WINMM.dll
    d:\oracle\app\oracle\product\9.2.0\bin\oraclient9.dll
      d:\oracle\app\oracle\product\9.2.0\bin\oravsn9.dll
      d:\oracle\app\oracle\product\9.2.0\bin\oracommon9.dll
        d:\oracle\app\oracle\product\9.2.0\bin\orageneric9.dll
          d:\oracle\app\oracle\product\9.2.0\bin\oraxml9.dll
            C:\WINDOWS\system32\MSVCIRT.dll
          d:\oracle\app\oracle\product\9.2.0\bin\oraxsd9.dll
          d:\oracle\app\oracle\product\9.2.0\bin\oran9.dll
            d:\oracle\app\oracle\product\9.2.0\bin\oranl9.dll
              d:\oracle\app\oracle\product\9.2.0\bin\oranldap9.dll
                d:\oracle\app\oracle\product\9.2.0\bin\orannzsbb9.dll
                d:\oracle\app\oracle\product\9.2.0\bin\oraldapclnt9.dll
                  d:\oracle\app\oracle\product\9.2.0\bin\orancrypt9.dll
                C:\WINDOWS\system32\OLEAUT32.dll
              d:\oracle\app\oracle\product\9.2.0\bin\ORATRACE9.dll
            d:\oracle\app\oracle\product\9.2.0\bin\oranro9.dll
            d:\oracle\app\oracle\product\9.2.0\bin\oranhost9.dll
            d:\oracle\app\oracle\product\9.2.0\bin\oranoname9.dll
            d:\oracle\app\oracle\product\9.2.0\bin\orancds9.dll
            d:\oracle\app\oracle\product\9.2.0\bin\orantns9.dll
            d:\oracle\app\oracle\product\9.2.0\bin\oranms.dll
              d:\oracle\app\oracle\product\9.2.0\bin\oranmsp.dll
          d:\oracle\app\oracle\product\9.2.0\bin\orapls9.dll
            d:\oracle\app\oracle\product\9.2.0\bin\oraslax9.dll
            d:\oracle\app\oracle\product\9.2.0\bin\orasnls9.dll
      d:\oracle\app\oracle\product\9.2.0\bin\orawtc9.dll
  .\cygxerces-c27.dll
    C:\cygwin\bin\cygwin1.dll
  .\cygicuuc34.dll
    .\cygicudt34.dll

$ cygcheck -s

Cygwin Configuration Diagnostics
Current System Time: Fri Feb 17 11:11:57 2006

Windows 2003 Enterprise Server Ver 5.2 Build 3790 Service Pack 1

Running in Terminal Service session

Path:   d:\sd\EBS
        q:\sbin
        C:\cygwin\usr\local\bin
        C:\cygwin\bin
        C:\cygwin\bin
        C:\cygwin\usr\X11R6\bin
        d:\oracle\app\oracle\product\9.2.0\jre\1.4.2\bin\client
        d:\oracle\app\oracle\product\9.2.0\jre\1.4.2\bin
        d:\oracle\app\oracle\product\9.2.0\bin
        c:\Program Files\Oracle\jre\1.3.1\bin
        c:\Program Files\Oracle\jre\1.1.8\bin
        c:\Program Files\Windows Resource Kits\Tools\
        c:\Program Files\Support Tools\
        c:\WINDOWS\system32
        c:\WINDOWS
        c:\WINDOWS\System32\Wbem
        c:\PROGRA~1\ULTRAE~1
        c:\Program Files\SecureCRT\
        c:\WINDOWS\system32\Windows System Resource Manager\bin\
        C:\cygwin\bin
        C:\cygwin\lib\lapack

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 1006(distrib)        GID: 513(None)
513(None)                 555(Remote Desktop Users) 545(Users)
1016(eisi)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 1006(distrib)        GID: 513(None)
513(None)                 555(Remote Desktop Users) 545(Users)
1016(eisi)

SysDir: C:\WINDOWS\system32
WinDir: C:\WINDOWS

USER = 'distrib'
PWD = '/m1/voyagerdev/2006.1/bin'
CYGWIN = 'ntsec'
HOME = '/home/distrib'
MAKE_MODE = 'unix'

Use '-r' to scan registry

c:  hd  NTFS     72001Mb  12% CP CS UN PA FC
d:  hd  NTFS    348023Mb  24% CP CS UN PA FC
e:  cd             N/A    N/A
q:  net NTFS    409960Mb  76% CP CS    PA        pvcs

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\crontab.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\kill.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\patch.exe
Found: C:\cygwin\bin\perl.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Found: C:\cygwin\bin\ssh.exe
Found: C:\cygwin\bin\sh.exe
Found: C:\cygwin\bin\tar.exe
Found: C:\cygwin\bin\test.exe
Not Found: vi
Found: C:\cygwin\bin\vim.exe

 8637k 2006/02/15 d:\m1\voyagerdev\2006.1\bin\cygicudt.dll
 8637k 2006/02/15 d:\m1\voyagerdev\2006.1\bin\cygicudt34.dll
 1293k 2006/02/15 d:\m1\voyagerdev\2006.1\bin\cygicuuc.dll
 1293k 2006/02/15 d:\m1\voyagerdev\2006.1\bin\cygicuuc34.dll
 5385k 2006/02/15 d:\m1\voyagerdev\2006.1\bin\cygxerces-c27.dll
  145k 2004/09/02 C:\cygwin\bin\cygaudiofile-0.dll
   56k 2005/07/09 C:\cygwin\bin\cygbz2-1.dll
    7k 2005/11/20 C:\cygwin\bin\cygcharset-1.dll
  251k 2005/11/06 C:\cygwin\bin\cygclamav-1.dll
   16k 2005/10/11 C:\cygwin\bin\cygcompface-0.dll
    7k 2003/10/19 C:\cygwin\bin\cygcrypt-0.dll
 1108k 2005/10/17 C:\cygwin\bin\cygcrypto-0.9.7.dll
 1047k 2005/10/11 C:\cygwin\bin\cygcrypto-0.9.8.dll
  182k 2005/12/07 C:\cygwin\bin\cygcurl-3.dll
  895k 2004/04/28 C:\cygwin\bin\cygdb-4.2.dll
  965k 2005/05/14 C:\cygwin\bin\cygdb-4.3.dll
 1156k 2004/04/28 C:\cygwin\bin\cygdb_cxx-4.2.dll
 1240k 2005/05/14 C:\cygwin\bin\cygdb_cxx-4.3.dll
   27k 2005/08/21 C:\cygwin\bin\cygesd-0.dll
  174k 2004/10/14 C:\cygwin\bin\cygexpat-0.dll
  509k 2006/01/11 C:\cygwin\bin\cygfftw3-3.dll
   69k 2006/01/11 C:\cygwin\bin\cygfftw3_threads-3.dll
  129k 2004/03/11 C:\cygwin\bin\cygfontconfig-1.dll
   40k 2005/09/29 C:\cygwin\bin\cygform-8.dll
   45k 2001/04/25 C:\cygwin\bin\cygform5.dll
   35k 2002/01/09 C:\cygwin\bin\cygform6.dll
   48k 2003/08/09 C:\cygwin\bin\cygform7.dll
  375k 2005/09/06 C:\cygwin\bin\cygfreetype-6.dll
  222k 2005/01/13 C:\cygwin\bin\cyggd-2.dll
   28k 2003/07/20 C:\cygwin\bin\cyggdbm-3.dll
   30k 2003/08/11 C:\cygwin\bin\cyggdbm-4.dll
   19k 2003/03/22 C:\cygwin\bin\cyggdbm.dll
   15k 2003/07/20 C:\cygwin\bin\cyggdbm_compat-3.dll
   15k 2003/08/11 C:\cygwin\bin\cyggdbm_compat-4.dll
  135k 2005/03/16 C:\cygwin\bin\cygglib-1-2-0.dll
  557k 2006/01/04 C:\cygwin\bin\cygglib-2.0-0.dll
   12k 2005/03/16 C:\cygwin\bin\cyggmodule-1-2-0.dll
   10k 2006/01/04 C:\cygwin\bin\cyggmodule-2.0-0.dll
  158k 2004/10/16 C:\cygwin\bin\cyggmp-3.dll
  288k 2004/10/16 C:\cygwin\bin\cyggmpxx-3.dll
  229k 2006/01/04 C:\cygwin\bin\cyggobject-2.0-0.dll
 1426k 2005/10/01 C:\cygwin\bin\cyggsl-0.dll
  186k 2005/10/01 C:\cygwin\bin\cyggslcblas-0.dll
   10k 2005/03/16 C:\cygwin\bin\cyggthread-1-2-0.dll
   14k 2006/01/04 C:\cygwin\bin\cyggthread-2.0-0.dll
  528k 2005/10/09 C:\cygwin\bin\cygguile-12.dll
  669k 2005/05/06 C:\cygwin\bin\cygguile-16.dll
   18k 2005/10/09 C:\cygwin\bin\cygguile-ltdl-1.dll
   68k 2005/10/09 C:\cygwin\bin\cygguile-srfi-srfi-13-14-v-1-1.dll
    4k 2005/05/06 C:\cygwin\bin\cygguile-srfi-srfi-13-14-v-2-2.dll
   31k 2005/10/09 C:\cygwin\bin\cygguile-srfi-srfi-4-v-1-1.dll
    4k 2005/05/06 C:\cygwin\bin\cygguile-srfi-srfi-4-v-2-2.dll
   12k 2005/10/09 C:\cygwin\bin\cygguilereadline-v-12-12.dll
   17k 2001/06/28 C:\cygwin\bin\cyghistory4.dll
   29k 2003/08/10 C:\cygwin\bin\cyghistory5.dll
   24k 2006/02/08 C:\cygwin\bin\cyghistory6.dll
  947k 2005/11/20 C:\cygwin\bin\cygiconv-2.dll
   22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll
   37k 2003/08/10 C:\cygwin\bin\cygintl-2.dll
   31k 2005/11/20 C:\cygwin\bin\cygintl-3.dll
   21k 2001/06/20 C:\cygwin\bin\cygintl.dll
   48k 2003/08/10 C:\cygwin\bin\cygjbig1.dll
  132k 2003/08/11 C:\cygwin\bin\cygjpeg-62.dll
   60k 2004/09/27 C:\cygwin\bin\cygkpathsea-3.dll
   65k 2005/05/05 C:\cygwin\bin\cygkpathsea-4.dll
   41k 2005/08/29 C:\cygwin\bin\cyglber-2-2-7.dll
  176k 2005/08/29 C:\cygwin\bin\cygldap-2-2-7.dll
  188k 2005/08/29 C:\cygwin\bin\cygldap_r-2-2-7.dll
   24k 2005/09/06 C:\cygwin\bin\cygltdl-3.dll
   48k 2005/11/19 C:\cygwin\bin\cygmagic-1.dll
   21k 2005/09/29 C:\cygwin\bin\cygmenu-8.dll
   26k 2001/04/25 C:\cygwin\bin\cygmenu5.dll
   20k 2002/01/09 C:\cygwin\bin\cygmenu6.dll
   29k 2003/08/09 C:\cygwin\bin\cygmenu7.dll
   21k 2004/10/22 C:\cygwin\bin\cygminires.dll
   71k 2004/10/16 C:\cygwin\bin\cygmp-3.dll
   95k 2004/10/16 C:\cygwin\bin\cygmpfr-0.dll
   67k 2005/09/29 C:\cygwin\bin\cygncurses++-8.dll
  156k 2001/04/25 C:\cygwin\bin\cygncurses++5.dll
  175k 2002/01/09 C:\cygwin\bin\cygncurses++6.dll
  226k 2005/09/29 C:\cygwin\bin\cygncurses-8.dll
  226k 2001/04/25 C:\cygwin\bin\cygncurses5.dll
  202k 2002/01/09 C:\cygwin\bin\cygncurses6.dll
  224k 2003/08/09 C:\cygwin\bin\cygncurses7.dll
  147k 2005/10/23 C:\cygwin\bin\cygnetpbm-10.dll
   11k 2005/09/29 C:\cygwin\bin\cygpanel-8.dll
   15k 2001/04/25 C:\cygwin\bin\cygpanel5.dll
   12k 2002/01/09 C:\cygwin\bin\cygpanel6.dll
   19k 2003/08/09 C:\cygwin\bin\cygpanel7.dll
  176k 2005/09/06 C:\cygwin\bin\cygpcre-0.dll
  299k 2005/09/06 C:\cygwin\bin\cygpcrecpp-0.dll
    6k 2005/09/06 C:\cygwin\bin\cygpcreposix-0.dll
 1249k 2005/12/30 C:\cygwin\bin\cygperl5_8.dll
  230k 2005/07/11 C:\cygwin\bin\cygpng12.dll
   22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll
   94k 2005/11/08 C:\cygwin\bin\cygpq.dll
  108k 2001/06/28 C:\cygwin\bin\cygreadline4.dll
  148k 2003/08/10 C:\cygwin\bin\cygreadline5.dll
  152k 2006/02/08 C:\cygwin\bin\cygreadline6.dll
   78k 2004/10/13 C:\cygwin\bin\cygsasl2-2.dll
  231k 2005/10/17 C:\cygwin\bin\cygssl-0.9.7.dll
  215k 2005/10/11 C:\cygwin\bin\cygssl-0.9.8.dll
  304k 2005/07/10 C:\cygwin\bin\cygtiff-5.dll
  282k 2003/08/11 C:\cygwin\bin\cygtiff4.dll
  281k 2005/07/10 C:\cygwin\bin\cygtiffxx-5.dll
   27k 2005/10/23 C:\cygwin\bin\cygungif-4.dll
 1430k 2005/11/18 C:\cygwin\bin\cygxml2-2.dll
   65k 2005/08/23 C:\cygwin\bin\cygz.dll
 1763k 2006/01/20 C:\cygwin\bin\cygwin1.dll
    Cygwin DLL version info:
        DLL version: 1.5.19
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 150
        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: Fri Jan 20 13:28:43 EST 2006
        CVS tag: cr-0x5ef
        Shared id: cygwin1S4

  243k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygdps-1.dll
   26k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygdpstk-1.dll
   28k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygDtPrint-1.dll
   21k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygfontenc-1.dll
  282k 2003/10/28 C:\cygwin\usr\X11R6\bin\cygfreetype-9.dll
   36k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygFS-6.dll
  358k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygGL-1.dll
  438k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygGLU-1.dll
   75k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygICE-6.dll
   77k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygMrm-2.dll
    9k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygoldX-6.dll
 1413k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygOSMesa-4.dll
   20k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygpsres-1.dll
   30k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygSM-6.dll
   66k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygUil-2.dll
  877k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygX11-6.dll
  254k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXaw-6.dll
  356k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXaw-7.dll
  363k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXaw-8.dll
  275k 2004/01/13 C:\cygwin\usr\X11R6\bin\cygXaw3d-7.dll
    9k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXcomposite-1.dll
   30k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXcursor-1.dll
    9k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXdamage-1.dll
    7k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXevie-1.dll
   49k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXext-6.dll
   16k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXfixes-3.dll
   56k 2004/03/11 C:\cygwin\usr\X11R6\bin\cygXft-1.dll
   63k 2004/03/23 C:\cygwin\usr\X11R6\bin\cygXft-2.dll
   27k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXi-6.dll
  125k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygxkbfile-1.dll
   12k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygxkbui-1.dll
 1294k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygXm-2.dll
   76k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXmu-6.dll
   11k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXmuu-1.dll
   26k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXp-6.dll
   52k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXpm-4.dll
   12k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXrandr-2.dll
   28k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXrender-1.dll
    8k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXRes-1.dll
   40k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygxrx-6.dll
   25k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygxrxnest-6.dll
  282k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXt-6.dll
   27k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXTrap-6.dll
   17k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXtst-6.dll
  578k 2006/01/10 C:\cygwin\lib\lapack\cygblas.dll
 4887k 2006/01/10 C:\cygwin\lib\lapack\cyglapack.dll

/usr/bin/cygrunsrv: Error enumerating services: OpenService:  Win32 error 5:
Access is denied.

Service             : cygserver
Display name        : CYGWIN cygserver
Current State       : Running
Controls Accepted   : Stop
Command             : /usr/sbin/cygserver

Service             : init
Current State       : Running
Controls Accepted   : Stop
Command             : /sbin/init -i

Service             : sshd
Display name        : CYGWIN sshd
Current State       : Running
Controls Accepted   : Stop
Command             : /usr/sbin/sshd -D


Cygwin Package Information
Package              Version
_update-info-dir     00356-1
alternatives         1.3.20a-2
ash                  20040127-3
astyle               1.15.3-3
autossh              1.3-2
base-files           3.7-1
base-passwd          2.2-1
bash                 3.0-14
bc                   1.06-2
binutils             20050610-1
bzip2                1.0.3-1
ccrypt               1.7-1
chere                0.6-3
chkconfig            1.2.24h-1
clamav               0.87.1-1
clear                1.0-2
clisp                2.38-1
compface             1.5.2-1
coreutils            5.94-1
cpio                 2.6-5
cron                 3.0.1-19
crypt                1.1-1
ctags                5.5-4
curl                 7.15.1-1
cygrunsrv            1.12-1
cygutils             1.2.10-1
cygwin               1.5.19-4
cygwin-doc           1.4-3
cyrus-sasl           2.1.19-3
d                    1.2.0-1
desktop-file-utils   0.10-1
diffstat             1.40-1
diffutils            2.8.7-1
e2fsimage            0.2.0-2
e2fsprogs            1.35-3
ed                   0.2-1
editrights           1.01-1
ELFIO                1.0.2-1
emacs                21.2-13
emacs-el             21.2-13
emacs-leim           21.3.50-2
emacs-X11            21.2-13
email                2.3.4-1
esound               0.2.36-1
expat                1.95.8-1
fftw3                3.0.1-2
fftw3-dev            3.0.1-2
fftw3-doc            3.0.1-2
file                 4.16-1
findutils            4.2.27-1
fontconfig           2.2.2-1
freetype2            2.1.9-1
gawk                 3.1.5-2
gcc-core             3.4.4-1
gcc-g++              3.4.4-1
gcc-g77              3.4.4-1
gcc-mingw-core       20050522-1
gcc-mingw-g++        20050522-1
gcc-mingw-g77        20050522-1
gdbm                 1.8.3-7
gettext              0.14.5-1
ghostscript          8.50-1
ghostscript-base     8.50-1
ghostscript-x11      8.50-1
glib                 1.2.10-3
glib2                2.6.6-2
glib2-runtime        2.6.6-2
gmp                  4.1.4-2
gnupg                1.4.1-1
gnuplot              4.0.0-1
grep                 2.5.1a-2
groff                1.18.1-2
gsl                  1.7-1
guile                1.6.7-4
guile-devel          1.6.7-4
guile-doc            1.6.7-4
gzip                 1.3.5-1
hexedit              1.2.10-1
inetutils            1.3.2-35
initscripts          0.9-1
jbigkit              1.5-3
keychain             2.5.3.1-1
lapack               3.0-4
less                 381-1
lesstif              0.93.94-2
lftp                 2.6.10-2
libaudiofile0        0.2.6-2
libbz2_1             1.0.3-1
libcharset1          1.9.2-2
libcurl3             7.15.1-1
libdb4.2             4.2.52-1
libdb4.3             4.3.28-1
libesound0           0.2.36-1
libfontconfig1       2.2.2-1
libfreetype26        2.1.9-1
libgd2               2.0.33-1
libgdbm              1.8.0-5
libgdbm-devel        1.8.3-7
libgdbm3             1.8.3-3
libgdbm4             1.8.3-7
libguile12           1.6.7-4
libguile16           1.7.2-1
libiconv             1.9.2-2
libiconv2            1.9.2-2
libintl              0.10.38-3
libintl1             0.10.40-1
libintl2             0.12.1-3
libintl3             0.14.5-1
libjpeg62            6b-11
libkpathsea3         2.0.2-15
libkpathsea4         3.0.0-3
libltdl3             1.5.20-2
libncurses-devel     5.4-4
libncurses5          5.2-1
libncurses6          5.2-8
libncurses7          5.3-4
libncurses8          5.4-4
libnetpbm10          10.30-1
libopenldap2_2_7     2.2.26-2
libpcre              4.1-2
libpcre0             6.3-1
libpng               1.2.8-2
libpng12             1.2.8-2
libpopt0             1.6.4-4
libreadline4         4.1-2
libreadline5         4.3-5
libreadline6         5.1-3
libsasl2             2.1.19-3
libtiff4             3.6.0-5
libtiff5             3.7.3-1
libungif             4.1.4-1
libungif4            4.1.4-1
libXft               2.1.6-1
libXft1              1.0.0-1
libXft2              2.1.6-1
libxml2              2.6.22-1
login                1.9-7
make                 3.80-1
man                  1.5p-1
mathomatic           12.5.2-1
mc                   4.6.1-2
mingw-bzip2          1.0.3-1
mingw-libbz2_1       1.0.3-1
mingw-runtime        3.9-2
mingw-zlib           1.2.2-2
minires              1.00-1
mktemp               1.5-3
mt                   2.3.1-1
ncurses              5.4-4
nedit                5.5-1
netpbm               10.30-1
nfs-server           2.3-4
octave               2.1.72-1
octave-forge         2005.06.13-5
octave-headers       2.1.72-1
openssh              4.3p2-1
openssl              0.9.8a-1
openssl097           0.9.7i-1
orpie                1.4.3-1
patch                2.5.8-8
patchutils           0.2.31-1
pcre                 6.3-1
pcre-devel           6.3-1
pcre-doc             6.3-1
pdksh                5.2.14-3
perl                 5.8.7-5
ping                 1.0-1
postgresql           8.0.4-1
rebase               2.4.2-1
rpm                  4.1-2
rpm-build            4.1-1
rpm-doc              4.1-1
run                  1.1.6-1
sed                  4.1.5-1
setsid               0.0-3
shared-mime-info     0.16-1
sharutils            4.5.3-1
shutdown             1.7-1
stow                 1.3.3-1
stunnel              4.14-2
sunrpc               4.0-3
sysvinit             2.84-4
tar                  1.15.1-3
tcltk                20030901-1
termcap              20050421-1
terminfo             5.4_20041009-1
tetex-base           3.0.0-3
tetex-bin            3.0.0-3
tetex-devel          3.0.0-3
tetex-extra          3.0.0-3
texinfo              4.8-1
TeXmacs              1.0.6-1
time                 1.7-1
transfig             3.2.4-2
unison2.10.2         2.10.2-6
unison2.12.0         2.12.0-4
unison2.9.1          2.9.1-3
unison2.9.20         2.9.20-3
units                1.77-1
unzip                5.50-5
upx                  1.24-1
vim                  6.4-4
w32api               3.6-1
which                1.7-1
WordNet              2.1-1
X-startup-scripts    1.0.11-1
Xaw3d                1.5D-5
xemacs               21.4.19-1
xemacs-emacs-common  21.4.19-1
xemacs-mule-sumo     2005-12-08-1
xemacs-sumo          2005-12-08-1
xemacs-tags          21.4.19-1
XFree86-lib-compat   4.3.0-2
xinetd               2.3.9-1
xorg-x11-base        6.8.2.0-1
xorg-x11-bin         6.8.2.0-1
xorg-x11-bin-dlls    6.8.2.0-1
xorg-x11-bin-lndir   6.8.2.0-1
xorg-x11-etc         6.8.2.0-1
xorg-x11-fenc        6.8.1.0-2
xorg-x11-fnts        6.8.1.0-3
xorg-x11-libs-data   6.8.2.0-1
xorg-x11-xwin        6.8.2.0-4
xterm                202-1
zip                  2.3-6
zlib                 1.2.3-1
Use -h to see help about each section

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