public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Cygwin 1.7 & mintty error - cannot run mintty more than once at a   time
@ 2009-09-29  4:46 David Antliff
  2009-09-29  6:03 ` Andy Koppe
  0 siblings, 1 reply; 7+ messages in thread
From: David Antliff @ 2009-09-29  4:46 UTC (permalink / raw)
  To: cygwin

I've been using Cygwin 1.7 alongside Cygwin 1.5 quite happily for the
last few hours, however all-of-a-sudden when I try and run mintty
(from cygstart or from a cmd.exe shell) I get a new window with this
error message:

Failed to create child process: No such file or directory

Hitting "enter" makes the window close.

I messed around with this for a while until I discovered something
very obvious - I already had a mintty running.

It appears that in Cygwin 1.7 I cannot run more than one instance of
mintty at a time.

In 1.5, I have happily run many, many instances simultaneously.

However I can run bash.exe without a problem, and in doing so I tried an strace:
...
  115  166255 [main] mintty 4336 tty_list::allocate: tty1 allocated
   91  166346 [main] mintty 4336 fhandler_pipe::create_selectable:
CreateNamedPipe: name \\.\pipe\cygwin-tty1-from-master, size 131072
  144  166490 [main] mintty 4336 fhandler_pipe::create_selectable:
pipe read handle 0x6C4
   82  166572 [main] mintty 4336 fhandler_pipe::create_selectable:
CreateFile: name \\.\pipe\cygwin-tty1-from-master
  103  166675 [main] mintty 4336 fhandler_pipe::create_selectable:
pipe write handle 0x6CC
   85  166760 [main] mintty 4336 fhandler_pipe::create_selectable:
CreateNamedPipe: name \\.\pipe\cygwin-tty1-to-master, size 131072
  242  167002 [main] mintty 4336 fhandler_pipe::create_selectable: pipe busy
   77  167079 [main] mintty 4336 seterrno_from_win_error:
/netrel/src/cygwin-1.7.0-61/winsup/cygwin/fhandler_tty.cc:1439 windows
error 231
   79  167158 [main] mintty 4336 geterrno_from_win_error: windows
error 231 == errno 16
   73  167231 [main] mintty 4336 __set_errno: void
seterrno_from_win_error(const char*, int, DWORD):319 val 16
   84  167315 [main] mintty 4336 fhandler_pty_master::setup:
tty1629019509 open failed - failed to create (null)
   89  167404 [main] mintty 4336 open: -1 = open (/dev/ptmx, 0x8002)
   83  167487 [main] mintty 4336 __set_errno: int openpty(int*, int*,
char*, termios*, winsize*):128 val 2

Looks like there's a "busy pipe" that is causing mintty to abort?

Is this a bug with mintty?

-- David.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Cygwin 1.7 & mintty error - cannot run mintty more than once at a   time
  2009-09-29  4:46 Cygwin 1.7 & mintty error - cannot run mintty more than once at a time David Antliff
@ 2009-09-29  6:03 ` Andy Koppe
  2009-09-29 23:54   ` David Antliff
  0 siblings, 1 reply; 7+ messages in thread
From: Andy Koppe @ 2009-09-29  6:03 UTC (permalink / raw)
  To: cygwin

2009/9/29 David Antliff:
> I've been using Cygwin 1.7 alongside Cygwin 1.5 quite happily for the
> last few hours, however all-of-a-sudden when I try and run mintty
> (from cygstart or from a cmd.exe shell) I get a new window with this
> error message:
>
> Failed to create child process: No such file or directory

That means its call to forkpty() failed.


> Hitting "enter" makes the window close.

Yep, that's as intended.


> I messed around with this for a while until I discovered something
> very obvious - I already had a mintty running.
>
> It appears that in Cygwin 1.7 I cannot run more than one instance of
> mintty at a time.
>
> In 1.5, I have happily run many, many instances simultaneously.
>
> However I can run bash.exe without a problem, and in doing so I tried an strace:
> ...

Thanks for that, but more basic info is needed first.

From http://cygwin.com/problems.html: "Run 'cygcheck -s -v -r
>cygcheck.out' and include that file as an attachment in your report.
Please do not compress or otherwise encode the output. Just attach it
as a straight text file so that it can be easily viewed."

Also, which version of mintty are you using, and how exactly are you
invoking it? And are you running 1.5 at the same time?

Andy

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Cygwin 1.7 & mintty error - cannot run mintty more than once at a   time
  2009-09-29  6:03 ` Andy Koppe
@ 2009-09-29 23:54   ` David Antliff
  2009-09-30  6:09     ` Andy Koppe
  0 siblings, 1 reply; 7+ messages in thread
From: David Antliff @ 2009-09-29 23:54 UTC (permalink / raw)
  To: cygwin

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

On Tue, Sep 29, 2009 at 18:03, Andy Koppe <andy.koppe@gmail.com> wrote:
>> However I can run bash.exe without a problem, and in doing so I tried an strace:
>> ...
>
> Thanks for that, but more basic info is needed first.
>
> From http://cygwin.com/problems.html: "Run 'cygcheck -s -v -r
>>cygcheck.out' and include that file as an attachment in your report.

Done, although I've manually stripped out some company-specific info
I'd rather not publish on the Internet.

> Also, which version of mintty are you using, and how exactly are you
> invoking it? And are you running 1.5 at the same time?

According to the 'About' dialog, I am using 0.4.4, which came with
yesterday's Cygwin-1.7 fresh install.

I'm invoking it from cygwin.bat like this (instead of bash --login -i):
cygstart mintty --size=88,30 -

However I get the same problem if I simply run
c:\cygwin-1.7\bin\mintty.exe from a Windows cmd.exe prompt, when one
instance is already running.

Yes, I am running various 1.5 processes (including mintty) at the same
time. I can try shutting down all 1.5 minttys if you like.

Please let me know if you need any more info from me.

-- David.

[-- Attachment #2: cygcheck.out --]
[-- Type: application/octet-stream, Size: 48318 bytes --]


Cygwin Configuration Diagnostics
Current System Time: Wed Sep 30 12:43:37 2009

Windows XP Professional Ver 5.1 Build 2600 Service Pack 3

Path:	C:\cygwin-1.7\usr\local\bin
	C:\cygwin-1.7\bin
	C:\cygwin-1.7\bin
	C:\cygwin-1.7\usr\X11R6\bin
	C:\questasim_6.5b\win32
	C:\ispTOOLS7_2\ispcpld\bin
	C:\ispTOOLS7_2\ispLeverDSP
	C:\ispTOOLS7_2\ispFPGA\bin\nt
	C:\ispTOOLS7_2\ispFPGA\data
	C:\ispTOOLS7_2\active-hdl\bin
	C:\ruby\bin
	C:\Perl\site\bin
	C:\Perl\bin
	D:\Xilinx\10.1\ISE\bin\nt
	D:\Xilinx\10.1\ISE\lib\nt
	D:\Xilinx\10.1\ISE\smartmodel\nt\installed_nt\lib\pcnt.lib
	C:\orant\bin
	C:\Python25\
	C:\WINDOWS\system32
	C:\WINDOWS
	C:\WINDOWS\System32\Wbem
	C:\Program Files\QuickTime\QTSystem\
	D:\MATLAB\R2007b\bin
	D:\MATLAB\R2007b\bin\win32
	C:\Program Files\Mercurial
	C:\Program Files\TortoiseHg
	C:\Tools\KDiff3
	C:\Modeltech_6.3c\win32
	C:\Program Files\CVSNT\
	D:\bin
	C:\Program Files\KDiff3
	C:\cygwin-1.7\sbin
	C:\cygwin-1.7\usr\sbin
	C:\cygwin-1.7\usr\local\sbin
	C:\cygwin-1.7\usr\games\bin

Output from C:\cygwin-1.7\\bin\id.exe (nontsec)
UID: 40002(dantliff)     GID: 10513(Domain Users)
0(root)                  544(Administrators)      545(Users)
1004(Debugger Users)     10513(Domain Users)

Output from C:\cygwin-1.7\\bin\id.exe (ntsec)
UID: 40002(dantliff)     GID: 10513(Domain Users)
0(root)                  544(Administrators)      545(Users)
1004(Debugger Users)     10513(Domain Users)

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

USER = 'dantliff'
PWD = '/cygdrive/d'
HOME = '/cygdrive/d'

HOMEPATH = '\'
MANPATH = '/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man'
[removed]
APPDATA = 'C:\Documents and Settings\dantliff\Application Data'
HOSTNAME = 'pc676'
SSH_PAGEANT_PID = '5144'
TERM = 'xterm'
PROCESSOR_IDENTIFIER = 'x86 Family 6 Model 15 Stepping 6, GenuineIntel'
HISTSIZE = '9000'
WINDIR = 'C:\WINDOWS'
OLDPWD = '/usr/bin'
USERDOMAIN = 'HSTX'
OS = 'Windows_NT'
ALLUSERSPROFILE = 'C:\Documents and Settings\All Users'
HISTFILESIZE = '9000'
!:: = '::\'
LS_COLORS = 'rs=0:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:'
TEMP = '/cygdrive/c/DOCUME~1/dantliff/LOCALS~1/Temp'
COMMONPROGRAMFILES = 'C:\Program Files\Common Files'
THG_ICON_PATH = 'C:\Program Files\TortoiseHg\icons'
SSH_AUTH_SOCK = '/tmp/ssh-o3V6Jb/agent.1880'
QTJAVA = 'C:\Program Files\Java\jre1.6.0_05\lib\ext\QTJava.zip'
USERNAME = 'dantliff'
PAGER = '/usr/bin/less'
PROCESSOR_LEVEL = '6'
!H: = 'H:\'
FTP_PASSIVE = '1'
LSC_INI_PATH = 'C:\lsc_env'
[removed]
SHELLOPTS = 'braceexpand:emacs:hashall:histexpand:history:igncr:interactive-comments:monitor'
FP_NO_HOST_CHECK = 'NO'
SYSTEMDRIVE = 'C:'
EDITOR = '/usr/bin/nano'
USERPROFILE = 'C:\Documents and Settings\dantliff'
ULTRAMON_LANGDIR = 'C:\Program Files\UltraMon\Resources\en'
CLIENTNAME = 'Console'
OVM_HOME = 'd:\git\hstx\sp\libraries\OVM.git'
PS1 = '\[\e]0;\H:$(pwd)\007\]\[\e[33m\]\h:\[\e[31m\]~\[\e[32m\]\[\e[35m\] \[\e[0m\]\$ '
[removed]
HISTIGNORE = '&:[bf]g:exit'
PROCESSOR_ARCHITECTURE = 'x86'
[removed]
CYGWIN_VERSION = '1.7'
!C: = 'C:\cygwin-1.7\bin'
HISTCONTROL = 'ignoredups'
SHLVL = '1'
[removed]
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.py;.pyw;.RB;.RBW'
HOMEDRIVE = 'H:'
PROMPT = '$P$G'
COMSPEC = 'C:\WINDOWS\system32\cmd.exe'
TMP = '/cygdrive/c/DOCUME~1/dantliff/LOCALS~1/Temp'
SYSTEMROOT = 'C:\WINDOWS'
[removed]
CVS_RSH = 'ssh'
PROCESSOR_REVISION = '0f06'
[removed]
CLASSPATH = '.;C:\Program Files\Java\jre1.6.0_05\lib\ext\QTJava.zip'
__MODELSIM = 'C:\Modeltech_6.3c\modelsim.ini'
[removed]
INFOPATH = '/usr/local/info:/usr/share/info:/usr/info:'
PROGRAMFILES = 'C:\Program Files'
LMC_HOME = 'D:\Xilinx\10.1\ISE\smartmodel\nt\installed_nt'
[removed]
DISPLAY = 'localhost:0.0'
RUBYOPT = '-rubygems'
NUMBER_OF_PROCESSORS = '2'
SESSIONNAME = 'Console'
XILINX = 'D:\Xilinx\10.1\ISE'
COMPUTERNAME = 'PC676'
_ = '/usr/bin/cygcheck'

HKEY_CURRENT_USER\Console\Cygwin
  (default) = 0x00190050
  ScreenColors = 0x00000007
  ScreenBufferSize = 0x270f0050
  QuickEdit = 0x00000001
  PopupColors = 0x000000f5
  NumberOfHistoryBuffers = 0x00000004
  InsertMode = 0x00000001
  HistoryNoDup = 0x00000000
  HistoryBufferSize = 0x00000032
  FullScreen = 0x00000000
  FontWeight = 0x00000000
  FontSize = 0x00000000
  FontFamily = 0x00000000
  FaceName = ''
  CursorSize = 0x00000019
  ColorTable15 = 0x00ffffff
  ColorTable14 = 0x0000ffff
  ColorTable13 = 0x00ff00ff
  ColorTable12 = 0x000000ff
  ColorTable11 = 0x00ffff00
  ColorTable10 = 0x0000ff00
  ColorTable09 = 0x00ff0000
  ColorTable08 = 0x00808080
  ColorTable07 = 0x00c0c0c0
  ColorTable06 = 0x00008080
  ColorTable05 = 0x00800080
  ColorTable04 = 0x00000080
  ColorTable03 = 0x00808000
  ColorTable02 = 0x00008000
  ColorTable01 = 0x00800000
  ColorTable00 = 0x00000000
HKEY_CURRENT_USER\Console\Cygwin Bash Shell
  (default) = 0x00000007
  PopupColors = 0x000000f5
  ColorTable00 = 0x00000000
  ColorTable01 = 0x00800000
  ColorTable02 = 0x00008000
  ColorTable03 = 0x00808000
  ColorTable04 = 0x00000080
  ColorTable05 = 0x00800080
  ColorTable06 = 0x00008080
  ColorTable07 = 0x00c0c0c0
  ColorTable08 = 0x00808080
  ColorTable09 = 0x00ff0000
  ColorTable10 = 0x0000ff00
  ColorTable11 = 0x00ffff00
  ColorTable12 = 0x000000ff
  ColorTable13 = 0x00ff00ff
  ColorTable14 = 0x0000ffff
  ColorTable15 = 0x00ffffff
  InsertMode = 0x00000001
  QuickEdit = 0x00000001
  FullScreen = 0x00000000
  ScreenBufferSize = 0x270f0050
  WindowSize = 0x00190050
  FontSize = 0x00000000
  FontFamily = 0x00000000
  FontWeight = 0x00000000
  FaceName = ''
  CursorSize = 0x00000019
  HistoryBufferSize = 0x00000032
  NumberOfHistoryBuffers = 0x00000004
  HistoryNoDup = 0x00000000
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_CURRENT_USER\Software\Cygwin
HKEY_CURRENT_USER\Software\Cygwin\Program Options
HKEY_CURRENT_USER\Software\Cygwin\setup
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\Cygwin
  (default) = (unsupported type)
HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\cygwin
  (default) = 0x00000001
  HostName = ''
  LogFileName = 'putty.log'
  LogType = 0x00000000
  LogFileClash = 0xffffffff
  LogFlush = 0x00000001
  SSHLogOmitPasswords = 0x00000001
  SSHLogOmitData = 0x00000000
  Protocol = 'cygterm'
  PortNumber = 0x00000016
  CloseOnExit = 0x00000001
  WarnOnClose = 0x00000000
  PingInterval = 0x00000000
  PingIntervalSecs = 0x00000000
  TCPNoDelay = 0x00000001
  TCPKeepalives = 0x00000000
  TerminalType = 'xterm'
  TerminalSpeed = '38400,38400'
  TerminalModes = 'INTR=A,QUIT=A,ERASE=A,KILL=A,EOF=A,EOL=A,EOL2=A,START=A,STOP=A,SUSP=A,DSUSP=A,REPRINT=A,WERASE=A,LNEXT=A,FLUSH=A,SWTCH=A,STATUS=A,DISCARD=A,IGNPAR=A,PARMRK=A,INPCK=A,ISTRIP=A,INLCR=A,IGNCR=A,ICRNL=A,IUCLC=A,IXON=A,IXANY=A,IXOFF=A,IMAXBEL=A,ISIG=A,ICANON=A,XCASE=A,ECHO=A,ECHOE=A,ECHOK=A,ECHONL=A,NOFLSH=A,TOSTOP=A,IEXTEN=A,ECHOCTL=A,ECHOKE=A,PENDIN=A,OPOST=A,OLCUC=A,ONLCR=A,OCRNL=A,ONOCR=A,ONLRET=A,CS7=A,CS8=A,PARENB=A,PARODD=A,'
  AddressFamily = 0x00000000
  ProxyExcludeList = ''
  ProxyDNS = 0x00000001
  ProxyLocalhost = 0x00000000
  ProxyMethod = 0x00000000
  ProxyHost = 'proxy'
  ProxyPort = 0x00000050
  ProxyUsername = ''
  ProxyPassword = ''
  ProxyTelnetCommand = 'connect %host %port\n'
  Environment = ''
  UserName = ''
  LocalUserName = ''
  NoPTY = 0x00000000
  Compression = 0x00000000
  TryAgent = 0x00000001
  AgentFwd = 0x00000000
  ChangeUsername = 0x00000000
  Cipher = 'aes,blowfish,3des,WARN,arcfour,des'
  KEX = 'dh-gex-sha1,dh-group14-sha1,dh-group1-sha1,WARN'
  RekeyTime = 0x0000003c
  RekeyBytes = '1G'
  SshNoAuth = 0x00000000
  AuthTIS = 0x00000000
  AuthKI = 0x00000001
  SshNoShell = 0x00000000
  SshProt = 0x00000002
  SSH2DES = 0x00000000
  PublicKeyFile = ''
  RemoteCommand = ''
  RFCEnviron = 0x00000000
  PassiveTelnet = 0x00000000
  BackspaceIsDelete = 0x00000001
  RXVTHomeEnd = 0x00000000
  LinuxFunctionKeys = 0x00000000
  NoApplicationKeys = 0x00000000
  NoApplicationCursors = 0x00000000
  NoMouseReporting = 0x00000000
  NoRemoteResize = 0x00000000
  NoAltScreen = 0x00000000
  NoRemoteWinTitle = 0x00000000
  RemoteQTitleAction = 0x00000001
  NoDBackspace = 0x00000000
  NoRemoteCharset = 0x00000000
  ApplicationCursorKeys = 0x00000000
  ApplicationKeypad = 0x00000000
  NetHackKeypad = 0x00000000
  AltF4 = 0x00000001
  AltSpace = 0x00000000
  AltOnly = 0x00000000
  AltMetabit = 0x00000000
  ComposeKey = 0x00000000
  CtrlAltKeys = 0x00000001
  TelnetKey = 0x00000000
  TelnetRet = 0x00000001
  LocalEcho = 0x00000002
  LocalEdit = 0x00000002
  Answerback = 'PuTTY'
  AlwaysOnTop = 0x00000000
  FullScreenOnAltEnter = 0x00000000
  HideMousePtr = 0x00000000
  SunkenEdge = 0x00000000
  WindowBorder = 0x00000001
  CurType = 0x00000000
  BlinkCur = 0x00000000
  Beep = 0x00000001
  BeepInd = 0x00000000
  BellWaveFile = ''
  BellOverload = 0x00000001
  BellOverloadN = 0x00000005
  BellOverloadT = 0x000007d0
  BellOverloadS = 0x00001388
  ScrollbackLines = 0x000186a0
  DECOriginMode = 0x00000000
  AutoWrapMode = 0x00000001
  LFImpliesCR = 0x00000000
  DisableArabicShaping = 0x00000000
  DisableBidi = 0x00000000
  WinNameAlways = 0x00000001
  WinTitle = 'cygwin'
  TermWidth = 0x0000004d
  TermHeight = 0x0000001c
  Font = 'Courier New'
  FontIsBold = 0x00000000
  FontCharSet = 0x00000000
  FontHeight = 0x0000000a
  FontQuality = 0x00000000
  FontVTMode = 0x00000004
  UseSystemColours = 0x00000000
  TryPalette = 0x00000000
  ANSIColour = 0x00000001
  Xterm256Colour = 0x00000001
  BoldAsColour = 0x00000001
  Colour0 = '187,187,187'
  Colour1 = '255,255,255'
  Colour2 = '0,0,0'
  Colour3 = '85,85,85'
  Colour4 = '0,0,0'
  Colour5 = '0,255,0'
  Colour6 = '0,0,0'
  Colour7 = '85,85,85'
  Colour8 = '187,0,0'
  Colour9 = '255,85,85'
  Colour10 = '0,187,0'
  Colour11 = '85,255,85'
  Colour12 = '187,187,0'
  Colour13 = '255,255,85'
  Colour14 = '0,0,187'
  Colour15 = '85,85,255'
  Colour16 = '187,0,187'
  Colour17 = '255,85,255'
  Colour18 = '0,187,187'
  Colour19 = '85,255,255'
  Colour20 = '187,187,187'
  Colour21 = '255,255,255'
  RawCNP = 0x00000000
  PasteRTF = 0x00000000
  MouseIsXterm = 0x00000001
  RectSelect = 0x00000000
  MouseOverride = 0x00000001
  Wordness0 = '0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0'
  Wordness32 = '0,1,2,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1'
  Wordness64 = '1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,2'
  Wordness96 = '1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1'
  Wordness128 = '1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1'
  Wordness160 = '1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1'
  Wordness192 = '2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2'
  Wordness224 = '2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2'
  LineCodePage = 'ISO-8859-1:1998 (Latin-1, West Europe)'
  CJKAmbigWide = 0x00000000
  UTF8Override = 0x00000001
  Printer = ''
  CapsLockCyr = 0x00000000
  ScrollBar = 0x00000001
  ScrollBarFullScreen = 0x00000000
  ScrollOnKey = 0x00000000
  ScrollOnDisp = 0x00000001
  EraseToScrollback = 0x00000001
  LockSize = 0x00000000
  BCE = 0x00000001
  BlinkText = 0x00000000
  X11Forward = 0x00000000
  X11Display = ''
  X11AuthType = 0x00000001
  LocalPortAcceptAll = 0x00000000
  RemotePortAcceptAll = 0x00000000
  PortForwardings = ''
  BugIgnore1 = 0x00000000
  BugPlainPW1 = 0x00000000
  BugRSA1 = 0x00000000
  BugHMAC2 = 0x00000000
  BugDeriveKey2 = 0x00000000
  BugRSAPad2 = 0x00000000
  BugPKSessID2 = 0x00000000
  BugRekey2 = 0x00000000
  StampUtmp = 0x00000001
  LoginShell = 0x00000001
  ScrollbarOnLeft = 0x00000000
  BoldFont = ''
  BoldFontIsBold = 0x7c91003d
  BoldFontCharSet = 0x003f0000
  BoldFontHeight = 0x77c2c2de
  WideFont = ''
  WideFontIsBold = 0x7c91003d
  WideFontCharSet = 0x003f0000
  WideFontHeight = 0x77c2c2de
  WideBoldFont = ''
  WideBoldFontIsBold = 0x7c91003d
  WideBoldFontCharSet = 0x003f0000
  WideBoldFontHeight = 0x77c2c2de
  ShadowBold = 0x00000000
  ShadowBoldOffset = 0x00000001
  SerialLine = 'COM1'
  SerialSpeed = 0x00002580
  SerialDataBits = 0x00000008
  SerialStopHalfbits = 0x00000002
  SerialParity = 0x00000000
  SerialFlowControl = 0x00000001
  CygtermCommand = 'c:\cygwin\cygwin.bat'
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
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup
  (default) = 'C:\cygwin-1.7\'

obcaseinsensitive set to 1

a:  fd             N/A    N/A                    
c:  hd  NTFS     60000Mb  51% CP CS UN PA FC     
d:  hd  NTFS    245210Mb  57% CP CS UN PA FC     Data
e:  cd             N/A    N/A                    
h:  net NTFS      3072Mb   2% CP CS UN PA FC     Home
p:  net NTFS    347287Mb 100% CP CS UN PA FC     Public
r:  net NTFS    177901Mb  89% CP CS    PA        public
s:  net NTFS    511993Mb  85% CP CS UN PA FC     Local Disk
y:  net NTFS    186773Mb  96% CP CS UN PA        dantliff

Warning: Mount entries should not have a trailing (back)slash

C:\cygwin-1.7\      /          system  binary,auto
C:\cygwin-1.7\\bin  /usr/bin   system  binary,auto
C:\cygwin-1.7\\lib  /usr/lib   system  binary,auto
cygdrive prefix     /cygdrive  user    binary,auto

Found: C:\cygwin-1.7\bin\awk.exe
Found: C:\cygwin-1.7\bin\awk.exe
 -> C:\cygwin-1.7\\bin\gawk.exe
Found: C:\cygwin-1.7\bin\bash.exe
Found: C:\cygwin-1.7\bin\bash.exe
Found: C:\cygwin-1.7\bin\cat.exe
Found: C:\cygwin-1.7\bin\cat.exe
Found: C:\cygwin-1.7\bin\cp.exe
Found: C:\cygwin-1.7\bin\cp.exe
Found: C:\cygwin-1.7\bin\cpp.exe
Found: C:\cygwin-1.7\bin\cpp.exe
 -> C:\cygwin-1.7\\etc\alternatives\cpp
 -> C:\cygwin-1.7\\bin\cpp-3.exe
Found: C:\cygwin-1.7\bin\crontab.exe
Found: C:\cygwin-1.7\bin\crontab.exe
Found: C:\cygwin-1.7\bin\find.exe
Found: C:\cygwin-1.7\bin\find.exe
Found: C:\WINDOWS\system32\find.exe
Warning: C:\cygwin-1.7\bin\find.exe hides C:\WINDOWS\system32\find.exe
Found: C:\cygwin-1.7\bin\gcc.exe
Found: C:\cygwin-1.7\bin\gcc.exe
 -> C:\cygwin-1.7\\etc\alternatives\gcc
 -> C:\cygwin-1.7\\bin\gcc-3.exe
Found: C:\cygwin-1.7\bin\gdb.exe
Found: C:\cygwin-1.7\bin\gdb.exe
Found: C:\questasim_6.5b\win32\gdb.exe
Warning: C:\cygwin-1.7\bin\gdb.exe hides C:\questasim_6.5b\win32\gdb.exe
Found: C:\Modeltech_6.3c\win32\gdb.exe
Warning: C:\cygwin-1.7\bin\gdb.exe hides C:\Modeltech_6.3c\win32\gdb.exe
Found: C:\cygwin-1.7\bin\grep.exe
Found: C:\cygwin-1.7\bin\grep.exe
Found: C:\cygwin-1.7\bin\kill.exe
Found: C:\cygwin-1.7\bin\kill.exe
Found: C:\cygwin-1.7\bin\ld.exe
Found: C:\cygwin-1.7\bin\ld.exe
Found: C:\cygwin-1.7\bin\ls.exe
Found: C:\cygwin-1.7\bin\ls.exe
Found: C:\cygwin-1.7\bin\make.exe
Found: C:\cygwin-1.7\bin\make.exe
Found: C:\cygwin-1.7\bin\mv.exe
Found: C:\cygwin-1.7\bin\mv.exe
Not Found: patch
Found: C:\cygwin-1.7\bin\perl.exe
Found: C:\cygwin-1.7\bin\perl.exe
Found: C:\Perl\bin\perl.exe
Warning: C:\cygwin-1.7\bin\perl.exe hides C:\Perl\bin\perl.exe
Found: C:\cygwin-1.7\bin\rm.exe
Found: C:\cygwin-1.7\bin\rm.exe
Found: C:\cygwin-1.7\bin\sed.exe
Found: C:\cygwin-1.7\bin\sed.exe
Found: C:\cygwin-1.7\bin\ssh.exe
Found: C:\cygwin-1.7\bin\ssh.exe
Found: C:\cygwin-1.7\bin\sh.exe
Found: C:\cygwin-1.7\bin\sh.exe
Found: C:\cygwin-1.7\bin\tar.exe
Found: C:\cygwin-1.7\bin\tar.exe
Found: C:\cygwin-1.7\bin\test.exe
Found: C:\cygwin-1.7\bin\test.exe
Not Found: vi
Not Found: vim

  111k 2009/08/07 C:\cygwin-1.7\bin\cygapr-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygapr-1-0.dll" v0.0 ts=2009/8/8 7:58
   87k 2009/08/07 C:\cygwin-1.7\bin\cygaprutil-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygaprutil-1-0.dll" v0.0 ts=2009/8/8 8:46
   61k 2009/03/02 C:\cygwin-1.7\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2009/3/2 16:11
    7k 2003/10/19 C:\cygwin-1.7\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypt-0.dll" v0.0 ts=2003/10/19 20:57
 1074k 2009/03/25 C:\cygwin-1.7\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.8.dll" v0.0 ts=2009/3/26 5:45
  254k 2009/08/23 C:\cygwin-1.7\bin\cygcurl-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-4.dll" v0.0 ts=2009/8/23 17:25
  703k 2007/12/17 C:\cygwin-1.7\bin\cygdb-4.2.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.2.dll" v0.0 ts=2007/12/18 0:58
  943k 2007/12/17 C:\cygwin-1.7\bin\cygdb-4.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.5.dll" v0.0 ts=2007/12/18 2:12
 1036k 2007/12/17 C:\cygwin-1.7\bin\cygdb_cxx-4.2.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.2.dll" v0.0 ts=2007/12/18 0:58
 1296k 2007/12/17 C:\cygwin-1.7\bin\cygdb_cxx-4.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.5.dll" v0.0 ts=2007/12/18 2:12
   55k 2009/01/14 C:\cygwin-1.7\bin\cygevtlog-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygevtlog-0.dll" v0.0 ts=2009/1/15 5:02
  118k 2008/05/09 C:\cygwin-1.7\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-1.dll" v0.0 ts=2008/5/9 16:03
   67k 2009/03/17 C:\cygwin-1.7\bin\cygexslt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygexslt-0.dll" v0.0 ts=2009/3/17 16:20
   28k 2009/03/22 C:\cygwin-1.7\bin\cygfam-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygfam-0.dll" v0.0 ts=2009/3/23 7:56
   40k 2009/03/01 C:\cygwin-1.7\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-8.dll" v0.0 ts=2009/3/1 19:32
   41k 2009/03/27 C:\cygwin-1.7\bin\cygform-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-9.dll" v0.0 ts=2009/3/27 18:02
   42k 2009/03/12 C:\cygwin-1.7\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcc_s-1.dll" v0.0 ts=2009/3/7 0:54
  414k 2008/06/16 C:\cygwin-1.7\bin\cyggcrypt-11.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcrypt-11.dll" v0.0 ts=2008/6/17 9:13
   19k 2009/02/26 C:\cygwin-1.7\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2009/2/26 20:58
    8k 2009/02/26 C:\cygwin-1.7\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2009/2/26 20:58
  367k 2009/09/07 C:\cygwin-1.7\bin\cyggio-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggio-2.0-0.dll" v0.0 ts=2009/9/7 16:10
  678k 2009/09/07 C:\cygwin-1.7\bin\cygglib-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygglib-2.0-0.dll" v0.0 ts=2009/9/7 16:07
   13k 2009/09/07 C:\cygwin-1.7\bin\cyggmodule-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmodule-2.0-0.dll" v0.0 ts=2009/9/7 16:08
  315k 2009/06/06 C:\cygwin-1.7\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-3.dll" v0.0 ts=2009/6/6 23:23
  226k 2009/09/07 C:\cygwin-1.7\bin\cyggobject-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggobject-2.0-0.dll" v0.0 ts=2009/9/7 16:08
   13k 2008/03/08 C:\cygwin-1.7\bin\cyggpg-error-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggpg-error-0.dll" v0.0 ts=2008/3/9 12:18
   15k 2009/09/07 C:\cygwin-1.7\bin\cyggthread-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggthread-2.0-0.dll" v0.0 ts=2009/9/7 16:08
   24k 2009/06/23 C:\cygwin-1.7\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory6.dll" v0.0 ts=2009/6/24 0:20
   25k 2009/07/06 C:\cygwin-1.7\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory7.dll" v0.0 ts=2009/7/6 2:45
  337k 2007/09/16 C:\cygwin-1.7\bin\cyghttpd2core.dll - os=4.0 img=1.0 sys=4.0
                  "cyghttpd2core.dll" v0.0 ts=2007/9/17 8:58
  270k 2009/05/07 C:\cygwin-1.7\bin\cygicons-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygicons-0.dll" v0.0 ts=2009/5/7 12:58
  981k 2009/05/30 C:\cygwin-1.7\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2009/5/31 7:05
  191k 2009/09/15 C:\cygwin-1.7\bin\cygidn-11.dll - os=4.0 img=1.0 sys=4.0
                  "cygidn-11.dll" v0.0 ts=2009/9/15 22:41
   37k 2003/08/10 C:\cygwin-1.7\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-2.dll" v0.0 ts=2003/8/11 9:50
   31k 2005/11/20 C:\cygwin-1.7\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-3.dll" v0.0 ts=2005/11/20 15:04
   31k 2009/04/03 C:\cygwin-1.7\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-8.dll" v0.0 ts=2009/4/3 14:15
   39k 2008/09/07 C:\cygwin-1.7\bin\cyglber-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyglber-2-3-0.dll" v0.0 ts=2008/9/8 0:28
  189k 2008/09/07 C:\cygwin-1.7\bin\cygldap-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap-2-3-0.dll" v0.0 ts=2008/9/8 0:29
  201k 2008/09/07 C:\cygwin-1.7\bin\cygldap_r-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap_r-2-3-0.dll" v0.0 ts=2008/9/8 0:31
    5k 2009/09/11 C:\cygwin-1.7\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0
                  "cyglsa.dll" v0.0 ts=2009/9/11 17:25
    9k 2009/09/11 C:\cygwin-1.7\bin\cyglsa64.dll - os=4.0 img=0.0 sys=5.2
  123k 2009/08/30 C:\cygwin-1.7\bin\cyglzma-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzma-1.dll" v0.0 ts=2009/8/31 10:35
   21k 2009/03/01 C:\cygwin-1.7\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-8.dll" v0.0 ts=2009/3/1 19:31
   21k 2009/03/27 C:\cygwin-1.7\bin\cygmenu-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-9.dll" v0.0 ts=2009/3/27 18:01
   24k 2008/10/30 C:\cygwin-1.7\bin\cygminires.dll - os=4.0 img=1.2 sys=4.0
                  "cygminires.dll" v0.0 ts=2008/10/31 12:53
  211k 2009/06/06 C:\cygwin-1.7\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmp-3.dll" v0.0 ts=2009/6/6 23:23
   66k 2009/03/01 C:\cygwin-1.7\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-8.dll" v0.0 ts=2009/3/1 19:39
  334k 2009/03/27 C:\cygwin-1.7\bin\cygncurses++-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-9.dll" v0.0 ts=2009/3/27 18:12
  237k 2009/03/01 C:\cygwin-1.7\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-8.dll" v0.0 ts=2009/3/1 19:28
  164k 2009/03/27 C:\cygwin-1.7\bin\cygncurses-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-9.dll" v0.0 ts=2009/3/27 17:58
  103k 2008/09/07 C:\cygwin-1.7\bin\cygneon-27.dll - os=4.0 img=1.0 sys=4.0
                  "cygneon-27.dll" v0.0 ts=2008/8/28 23:10
   11k 2009/03/01 C:\cygwin-1.7\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-8.dll" v0.0 ts=2009/3/1 19:30
   11k 2009/03/27 C:\cygwin-1.7\bin\cygpanel-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-9.dll" v0.0 ts=2009/3/27 18:00
  190k 2009/04/17 C:\cygwin-1.7\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2009/4/18 4:07
    7k 2009/04/17 C:\cygwin-1.7\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix-0.dll" v0.0 ts=2009/4/18 4:07
 1543k 2008/07/03 C:\cygwin-1.7\bin\cygperl5_10.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_10.dll" v0.0 ts=2008/7/1 4:06
   22k 2002/06/09 C:\cygwin-1.7\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2002/6/9 17:45
  103k 2009/01/07 C:\cygwin-1.7\bin\cygpq.dll - os=4.0 img=1.0 sys=4.0
                  "cygpq.dll" v0.0 ts=2009/1/8 5:46
  155k 2009/06/23 C:\cygwin-1.7\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline6.dll" v0.0 ts=2009/6/24 0:20
  162k 2009/07/06 C:\cygwin-1.7\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline7.dll" v0.0 ts=2009/7/6 2:45
  761k 2008/09/30 C:\cygwin-1.7\bin\cygruby18.dll - os=4.0 img=1.0 sys=4.0
                  "cygruby18.dll" v0.0 ts=2008/10/1 2:10
   78k 2004/10/13 C:\cygwin-1.7\bin\cygsasl2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsasl2-2.dll" v0.0 ts=2004/10/14 11:50
   43k 2009/02/06 C:\cygwin-1.7\bin\cygserf-0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygserf-0-0.dll" v0.0 ts=2009/2/7 6:04
    7k 2009/07/22 C:\cygwin-1.7\bin\cygsigsegv-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsigsegv-0.dll" v0.0 ts=2009/7/22 20:57
  355k 2008/09/09 C:\cygwin-1.7\bin\cygsqlite3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsqlite3-0.dll" v0.0 ts=2008/9/10 6:20
  125k 2009/08/23 C:\cygwin-1.7\bin\cygssh2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygssh2-1.dll" v0.0 ts=2009/8/23 16:58
  232k 2009/03/25 C:\cygwin-1.7\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.8.dll" v0.0 ts=2009/3/26 5:45
  234k 2009/08/27 C:\cygwin-1.7\bin\cygsvn_client-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_client-1-0.dll" v0.0 ts=2009/8/28 5:28
   36k 2009/08/27 C:\cygwin-1.7\bin\cygsvn_delta-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_delta-1-0.dll" v0.0 ts=2009/8/28 5:26
   39k 2009/08/27 C:\cygwin-1.7\bin\cygsvn_diff-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_diff-1-0.dll" v0.0 ts=2009/8/28 5:26
   18k 2009/08/27 C:\cygwin-1.7\bin\cygsvn_fs-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs-1-0.dll" v0.0 ts=2009/8/28 5:26
  144k 2009/08/27 C:\cygwin-1.7\bin\cygsvn_fs_base-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs_base-1-0.dll" v0.0 ts=2009/8/28 5:26
  123k 2009/08/27 C:\cygwin-1.7\bin\cygsvn_fs_fs-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs_fs-1-0.dll" v0.0 ts=2009/8/28 5:26
    7k 2009/08/27 C:\cygwin-1.7\bin\cygsvn_fs_util-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs_util-1-0.dll" v0.0 ts=2009/8/28 5:26
   30k 2009/08/27 C:\cygwin-1.7\bin\cygsvn_ra-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra-1-0.dll" v0.0 ts=2009/8/28 5:28
   23k 2009/08/27 C:\cygwin-1.7\bin\cygsvn_ra_local-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_local-1-0.dll" v0.0 ts=2009/8/28 5:27
  113k 2009/08/27 C:\cygwin-1.7\bin\cygsvn_ra_neon-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_neon-1-0.dll" v0.0 ts=2009/8/28 5:26
  114k 2009/08/27 C:\cygwin-1.7\bin\cygsvn_ra_serf-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_serf-1-0.dll" v0.0 ts=2009/8/28 5:26
   69k 2009/08/27 C:\cygwin-1.7\bin\cygsvn_ra_svn-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_svn-1-0.dll" v0.0 ts=2009/8/28 5:26
  137k 2009/08/27 C:\cygwin-1.7\bin\cygsvn_repos-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_repos-1-0.dll" v0.0 ts=2009/8/28 5:26
  246k 2009/08/27 C:\cygwin-1.7\bin\cygsvn_subr-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_subr-1-0.dll" v0.0 ts=2009/8/28 5:25
   32k 2009/08/27 C:\cygwin-1.7\bin\cygsvn_swig_perl-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_swig_perl-1-0.dll" v0.0 ts=2009/8/28 5:33
  240k 2009/08/27 C:\cygwin-1.7\bin\cygsvn_wc-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_wc-1-0.dll" v0.0 ts=2009/8/28 5:26
   66k 2009/03/27 C:\cygwin-1.7\bin\cygtic-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygtic-9.dll" v0.0 ts=2009/3/27 17:54
   24k 2009/03/29 C:\cygwin-1.7\bin\cygwrap-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygwrap-0.dll" v0.0 ts=2009/3/29 19:28
 1116k 2009/08/21 C:\cygwin-1.7\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygxml2-2.dll" v0.0 ts=2009/8/21 18:52
  198k 2009/03/17 C:\cygwin-1.7\bin\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxslt-1.dll" v0.0 ts=2009/3/17 16:20
   64k 2009/03/02 C:\cygwin-1.7\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2009/3/2 14:33
 2415k 2009/09/11 C:\cygwin-1.7\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2009/9/11 17:25
    Cygwin DLL version info:
        DLL version: 1.7.0
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 212
        Shared data: 5
        DLL identifier: cygwin1
        Mount registry: 3
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Cygdrive default prefix: 
        Build date: Fri Sep 11 01:25:27 EDT 2009
        Shared id: cygwin1S5

  111k 2009/08/07 C:\cygwin-1.7\bin\cygapr-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygapr-1-0.dll" v0.0 ts=2009/8/8 7:58
   87k 2009/08/07 C:\cygwin-1.7\bin\cygaprutil-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygaprutil-1-0.dll" v0.0 ts=2009/8/8 8:46
   61k 2009/03/02 C:\cygwin-1.7\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2009/3/2 16:11
    7k 2003/10/19 C:\cygwin-1.7\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypt-0.dll" v0.0 ts=2003/10/19 20:57
 1074k 2009/03/25 C:\cygwin-1.7\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.8.dll" v0.0 ts=2009/3/26 5:45
  254k 2009/08/23 C:\cygwin-1.7\bin\cygcurl-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-4.dll" v0.0 ts=2009/8/23 17:25
  703k 2007/12/17 C:\cygwin-1.7\bin\cygdb-4.2.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.2.dll" v0.0 ts=2007/12/18 0:58
  943k 2007/12/17 C:\cygwin-1.7\bin\cygdb-4.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.5.dll" v0.0 ts=2007/12/18 2:12
 1036k 2007/12/17 C:\cygwin-1.7\bin\cygdb_cxx-4.2.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.2.dll" v0.0 ts=2007/12/18 0:58
 1296k 2007/12/17 C:\cygwin-1.7\bin\cygdb_cxx-4.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.5.dll" v0.0 ts=2007/12/18 2:12
   55k 2009/01/14 C:\cygwin-1.7\bin\cygevtlog-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygevtlog-0.dll" v0.0 ts=2009/1/15 5:02
  118k 2008/05/09 C:\cygwin-1.7\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-1.dll" v0.0 ts=2008/5/9 16:03
   67k 2009/03/17 C:\cygwin-1.7\bin\cygexslt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygexslt-0.dll" v0.0 ts=2009/3/17 16:20
   28k 2009/03/22 C:\cygwin-1.7\bin\cygfam-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygfam-0.dll" v0.0 ts=2009/3/23 7:56
   40k 2009/03/01 C:\cygwin-1.7\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-8.dll" v0.0 ts=2009/3/1 19:32
   41k 2009/03/27 C:\cygwin-1.7\bin\cygform-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-9.dll" v0.0 ts=2009/3/27 18:02
   42k 2009/03/12 C:\cygwin-1.7\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcc_s-1.dll" v0.0 ts=2009/3/7 0:54
  414k 2008/06/16 C:\cygwin-1.7\bin\cyggcrypt-11.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcrypt-11.dll" v0.0 ts=2008/6/17 9:13
   19k 2009/02/26 C:\cygwin-1.7\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2009/2/26 20:58
    8k 2009/02/26 C:\cygwin-1.7\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2009/2/26 20:58
  367k 2009/09/07 C:\cygwin-1.7\bin\cyggio-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggio-2.0-0.dll" v0.0 ts=2009/9/7 16:10
  678k 2009/09/07 C:\cygwin-1.7\bin\cygglib-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygglib-2.0-0.dll" v0.0 ts=2009/9/7 16:07
   13k 2009/09/07 C:\cygwin-1.7\bin\cyggmodule-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmodule-2.0-0.dll" v0.0 ts=2009/9/7 16:08
  315k 2009/06/06 C:\cygwin-1.7\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-3.dll" v0.0 ts=2009/6/6 23:23
  226k 2009/09/07 C:\cygwin-1.7\bin\cyggobject-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggobject-2.0-0.dll" v0.0 ts=2009/9/7 16:08
   13k 2008/03/08 C:\cygwin-1.7\bin\cyggpg-error-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggpg-error-0.dll" v0.0 ts=2008/3/9 12:18
   15k 2009/09/07 C:\cygwin-1.7\bin\cyggthread-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggthread-2.0-0.dll" v0.0 ts=2009/9/7 16:08
   24k 2009/06/23 C:\cygwin-1.7\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory6.dll" v0.0 ts=2009/6/24 0:20
   25k 2009/07/06 C:\cygwin-1.7\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory7.dll" v0.0 ts=2009/7/6 2:45
  337k 2007/09/16 C:\cygwin-1.7\bin\cyghttpd2core.dll - os=4.0 img=1.0 sys=4.0
                  "cyghttpd2core.dll" v0.0 ts=2007/9/17 8:58
  270k 2009/05/07 C:\cygwin-1.7\bin\cygicons-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygicons-0.dll" v0.0 ts=2009/5/7 12:58
  981k 2009/05/30 C:\cygwin-1.7\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2009/5/31 7:05
  191k 2009/09/15 C:\cygwin-1.7\bin\cygidn-11.dll - os=4.0 img=1.0 sys=4.0
                  "cygidn-11.dll" v0.0 ts=2009/9/15 22:41
   37k 2003/08/10 C:\cygwin-1.7\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-2.dll" v0.0 ts=2003/8/11 9:50
   31k 2005/11/20 C:\cygwin-1.7\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-3.dll" v0.0 ts=2005/11/20 15:04
   31k 2009/04/03 C:\cygwin-1.7\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-8.dll" v0.0 ts=2009/4/3 14:15
   39k 2008/09/07 C:\cygwin-1.7\bin\cyglber-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyglber-2-3-0.dll" v0.0 ts=2008/9/8 0:28
  189k 2008/09/07 C:\cygwin-1.7\bin\cygldap-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap-2-3-0.dll" v0.0 ts=2008/9/8 0:29
  201k 2008/09/07 C:\cygwin-1.7\bin\cygldap_r-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap_r-2-3-0.dll" v0.0 ts=2008/9/8 0:31
    5k 2009/09/11 C:\cygwin-1.7\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0
                  "cyglsa.dll" v0.0 ts=2009/9/11 17:25
    9k 2009/09/11 C:\cygwin-1.7\bin\cyglsa64.dll - os=4.0 img=0.0 sys=5.2
  123k 2009/08/30 C:\cygwin-1.7\bin\cyglzma-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzma-1.dll" v0.0 ts=2009/8/31 10:35
   21k 2009/03/01 C:\cygwin-1.7\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-8.dll" v0.0 ts=2009/3/1 19:31
   21k 2009/03/27 C:\cygwin-1.7\bin\cygmenu-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-9.dll" v0.0 ts=2009/3/27 18:01
   24k 2008/10/30 C:\cygwin-1.7\bin\cygminires.dll - os=4.0 img=1.2 sys=4.0
                  "cygminires.dll" v0.0 ts=2008/10/31 12:53
  211k 2009/06/06 C:\cygwin-1.7\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmp-3.dll" v0.0 ts=2009/6/6 23:23
   66k 2009/03/01 C:\cygwin-1.7\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-8.dll" v0.0 ts=2009/3/1 19:39
  334k 2009/03/27 C:\cygwin-1.7\bin\cygncurses++-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-9.dll" v0.0 ts=2009/3/27 18:12
  237k 2009/03/01 C:\cygwin-1.7\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-8.dll" v0.0 ts=2009/3/1 19:28
  164k 2009/03/27 C:\cygwin-1.7\bin\cygncurses-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-9.dll" v0.0 ts=2009/3/27 17:58
  103k 2008/09/07 C:\cygwin-1.7\bin\cygneon-27.dll - os=4.0 img=1.0 sys=4.0
                  "cygneon-27.dll" v0.0 ts=2008/8/28 23:10
   11k 2009/03/01 C:\cygwin-1.7\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-8.dll" v0.0 ts=2009/3/1 19:30
   11k 2009/03/27 C:\cygwin-1.7\bin\cygpanel-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-9.dll" v0.0 ts=2009/3/27 18:00
  190k 2009/04/17 C:\cygwin-1.7\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2009/4/18 4:07
    7k 2009/04/17 C:\cygwin-1.7\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix-0.dll" v0.0 ts=2009/4/18 4:07
 1543k 2008/07/03 C:\cygwin-1.7\bin\cygperl5_10.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_10.dll" v0.0 ts=2008/7/1 4:06
   22k 2002/06/09 C:\cygwin-1.7\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2002/6/9 17:45
  103k 2009/01/07 C:\cygwin-1.7\bin\cygpq.dll - os=4.0 img=1.0 sys=4.0
                  "cygpq.dll" v0.0 ts=2009/1/8 5:46
  155k 2009/06/23 C:\cygwin-1.7\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline6.dll" v0.0 ts=2009/6/24 0:20
  162k 2009/07/06 C:\cygwin-1.7\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline7.dll" v0.0 ts=2009/7/6 2:45
  761k 2008/09/30 C:\cygwin-1.7\bin\cygruby18.dll - os=4.0 img=1.0 sys=4.0
                  "cygruby18.dll" v0.0 ts=2008/10/1 2:10
   78k 2004/10/13 C:\cygwin-1.7\bin\cygsasl2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsasl2-2.dll" v0.0 ts=2004/10/14 11:50
   43k 2009/02/06 C:\cygwin-1.7\bin\cygserf-0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygserf-0-0.dll" v0.0 ts=2009/2/7 6:04
    7k 2009/07/22 C:\cygwin-1.7\bin\cygsigsegv-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsigsegv-0.dll" v0.0 ts=2009/7/22 20:57
  355k 2008/09/09 C:\cygwin-1.7\bin\cygsqlite3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsqlite3-0.dll" v0.0 ts=2008/9/10 6:20
  125k 2009/08/23 C:\cygwin-1.7\bin\cygssh2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygssh2-1.dll" v0.0 ts=2009/8/23 16:58
  232k 2009/03/25 C:\cygwin-1.7\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.8.dll" v0.0 ts=2009/3/26 5:45
  234k 2009/08/27 C:\cygwin-1.7\bin\cygsvn_client-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_client-1-0.dll" v0.0 ts=2009/8/28 5:28
   36k 2009/08/27 C:\cygwin-1.7\bin\cygsvn_delta-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_delta-1-0.dll" v0.0 ts=2009/8/28 5:26
   39k 2009/08/27 C:\cygwin-1.7\bin\cygsvn_diff-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_diff-1-0.dll" v0.0 ts=2009/8/28 5:26
   18k 2009/08/27 C:\cygwin-1.7\bin\cygsvn_fs-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs-1-0.dll" v0.0 ts=2009/8/28 5:26
  144k 2009/08/27 C:\cygwin-1.7\bin\cygsvn_fs_base-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs_base-1-0.dll" v0.0 ts=2009/8/28 5:26
  123k 2009/08/27 C:\cygwin-1.7\bin\cygsvn_fs_fs-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs_fs-1-0.dll" v0.0 ts=2009/8/28 5:26
    7k 2009/08/27 C:\cygwin-1.7\bin\cygsvn_fs_util-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs_util-1-0.dll" v0.0 ts=2009/8/28 5:26
   30k 2009/08/27 C:\cygwin-1.7\bin\cygsvn_ra-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra-1-0.dll" v0.0 ts=2009/8/28 5:28
   23k 2009/08/27 C:\cygwin-1.7\bin\cygsvn_ra_local-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_local-1-0.dll" v0.0 ts=2009/8/28 5:27
  113k 2009/08/27 C:\cygwin-1.7\bin\cygsvn_ra_neon-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_neon-1-0.dll" v0.0 ts=2009/8/28 5:26
  114k 2009/08/27 C:\cygwin-1.7\bin\cygsvn_ra_serf-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_serf-1-0.dll" v0.0 ts=2009/8/28 5:26
   69k 2009/08/27 C:\cygwin-1.7\bin\cygsvn_ra_svn-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_svn-1-0.dll" v0.0 ts=2009/8/28 5:26
  137k 2009/08/27 C:\cygwin-1.7\bin\cygsvn_repos-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_repos-1-0.dll" v0.0 ts=2009/8/28 5:26
  246k 2009/08/27 C:\cygwin-1.7\bin\cygsvn_subr-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_subr-1-0.dll" v0.0 ts=2009/8/28 5:25
   32k 2009/08/27 C:\cygwin-1.7\bin\cygsvn_swig_perl-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_swig_perl-1-0.dll" v0.0 ts=2009/8/28 5:33
  240k 2009/08/27 C:\cygwin-1.7\bin\cygsvn_wc-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_wc-1-0.dll" v0.0 ts=2009/8/28 5:26
   66k 2009/03/27 C:\cygwin-1.7\bin\cygtic-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygtic-9.dll" v0.0 ts=2009/3/27 17:54
   24k 2009/03/29 C:\cygwin-1.7\bin\cygwrap-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygwrap-0.dll" v0.0 ts=2009/3/29 19:28
 1116k 2009/08/21 C:\cygwin-1.7\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygxml2-2.dll" v0.0 ts=2009/8/21 18:52
  198k 2009/03/17 C:\cygwin-1.7\bin\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxslt-1.dll" v0.0 ts=2009/3/17 16:20
   64k 2009/03/02 C:\cygwin-1.7\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2009/3/2 14:33
 2415k 2009/09/11 C:\cygwin-1.7\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2009/9/11 17:25
    Cygwin DLL version info:
        DLL version: 1.7.0
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 212
        Shared data: 5
        DLL identifier: cygwin1
        Mount registry: 3
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Cygdrive default prefix: 
        Build date: Fri Sep 11 01:25:27 EDT 2009
        Shared id: cygwin1S5


Service             : cygserver
Display name        : CYGWIN cygserver
Current State       : Running
Controls Accepted   : Stop
Command             : /usr/sbin/cygserver
stdin path          : /dev/null
stdout path         : /var/log/cygserver.log
stderr path         : /var/log/cygserver.log
Process Type        : Own Process
Startup             : Automatic
Account             : LocalSystem


Cygwin Package Information
Last downloaded files to: 
Last downloaded files from: 

Package              Version
_update-info-dir     00832-1
alternatives         1.3.30c-10
apache2              2.2.6-1
apache2-manual       2.2.6-1
autoconf             7-10
autoconf2.1          2.13-10
autoconf2.5          2.64-10
automake             4-10
automake1.10         1.10.2-10
automake1.11         1.11-10
automake1.4          1.4p6-10
automake1.5          1.5-10
automake1.6          1.6.3-11
automake1.7          1.7.9-10
automake1.8          1.8.5-10
automake1.9          1.9.6-10
base-cygwin          2.0-1
base-files           3.8-4
base-passwd          3.1-1
bash                 3.2.49-23
bash-completion      1.0-1
bashdb               3.1_0.09-1
binutils             2.19.51-1
bzip2                1.0.5-10
coreutils            7.0-2
cpio                 2.9.90-5
cron                 4.1-57
crypt                1.1-1
csih                 0.9.1-1
curl                 7.19.6-1
cvsps                2.1-1
cygrunsrv            1.34-1
cygutils             1.4.0-1
cygwin               1.7.0-61
cygwin-doc           1.5-1
dash                 0.5.5.1-2
diffutils            2.8.7-1
e2fsprogs            1.35-3
editrights           1.01-2
eventlog             0.2.9-1
expat                2.0.1-1
findutils            4.5.4-1
gamin                0.1.10-10
gawk                 3.1.7-1
gcc-core             3.4.4-999
gcc-g++              3.4.4-999
gcc-mingw-core       20050522-1
gcc-mingw-g++        20050522-1
gdb                  6.8-2
gettext              0.17-11
git                  1.6.4.2-1
git-completion       1.6.4.2-1
git-gui              1.6.4.2-1
git-svn              1.6.4.2-1
gitk                 1.6.4.2-1
grep                 2.5.3-1
groff                1.19.2-2
gzip                 1.3.12-2
hexedit              1.2.12-2
ipc-utils            1.0-1
less                 429-1
libapr1              1.3.8-2
libaprutil1          1.3.9-2
libbz2_1             1.0.5-10
libcurl4             7.19.6-1
libdb4.2             4.2.52.5-2
libdb4.5             4.5.20.2-2
libexpat1            2.0.1-1
libexpat1-devel      2.0.1-1
libfam0              0.1.10-10
libgcc1              4.3.2-2
libgcrypt11          1.4.1-4
libgdbm4             1.8.3-20
libglib2.0_0         2.20.5-1
libgmp3              4.3.1-3
libgpg-error         1.6-1
libiconv2            1.13-10
libidn11             1.15-10
libintl2             0.12.1-3
libintl3             0.14.5-1
libintl8             0.17-11
liblzma1             4.999.9beta-10
libncurses8          5.5-10
libncurses9          5.7-14
libneon27            0.28.3-1
libopenldap2_3_0     2.3.43-1
libpcre0             7.9-1
libpopt0             1.6.4-4
libpq5               8.2.11-1
libreadline6         5.2.14-12
libreadline7         6.0.3-2
libsasl2             2.1.19-3
libserf0_0           0.3.0-2
libsigsegv0          2.6-1
libsqlite3_0         3.6.2-1
libssh2_1            1.2-1
libwrap0             7.6-20
libxml2              2.7.3-11
libxslt              1.1.24-10
login                1.10-10
m4                   1.4.13-2
make                 3.81-2
man                  1.6e-1
mercurial            1.3.1-1
mingw-runtime        3.16-1
minires              1.02-1
mintty               0.4.4-1
nano                 2.0.9-1
netcat               1.10-2
openssh              5.2p1-4
openssl              0.9.8k-2
perl                 5.10.0-5
perl-Error           0.17014-1
perl_manpages        5.10.0-5
ping                 1.0-1
pkg-config           0.23b-10
procps               3.2.7-1
psmisc               21.5-3
python               2.5.2-1
python-libxml2       2.7.3-11
python-libxslt       1.1.24-10
rebase               3.0.1-1
rsync                3.0.6-1
ruby                 1.8.7-p72-2
run                  1.1.12-10
sed                  4.1.5-2
subversion           1.6.5-2
subversion-perl      1.6.5-2
syslog-ng            3.0.1-2
tar                  1.22-1
tcltk                20080420-1
termcap              20050421-1
terminfo             5.7_20090228-10
terminfo0            5.5_20061104-10
texinfo              4.13-3
tzcode               2008h-1
unzip                6.0-10
util-linux           2.14.1-1
w32api               3.13-1
wget                 1.11.4-4
which                2.20-2
xz                   4.999.9beta-10
zip                  3.0-11
zlib                 1.2.3-10
zlib-devel           1.2.3-10
zlib0                1.2.3-10
Use -h to see help about each section

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

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Cygwin 1.7 & mintty error - cannot run mintty more than once at a   time
  2009-09-29 23:54   ` David Antliff
@ 2009-09-30  6:09     ` Andy Koppe
  2009-09-30 18:24       ` Christopher Faylor
  0 siblings, 1 reply; 7+ messages in thread
From: Andy Koppe @ 2009-09-30  6:09 UTC (permalink / raw)
  To: cygwin

2009/9/30 David Antliff:
>> From http://cygwin.com/problems.html: "Run 'cygcheck -s -v -r
>>>cygcheck.out' and include that file as an attachment in your report.
>
> Done, although I've manually stripped out some company-specific info
> I'd rather not publish on the Internet.

Good idea.


>> Also, which version of mintty are you using, and how exactly are you
>> invoking it? And are you running 1.5 at the same time?
>
> According to the 'About' dialog, I am using 0.4.4, which came with
> yesterday's Cygwin-1.7 fresh install.
>
> I'm invoking it from cygwin.bat like this (instead of bash --login -i):
> cygstart mintty --size=88,30 -
>
> However I get the same problem if I simply run
> c:\cygwin-1.7\bin\mintty.exe from a Windows cmd.exe prompt, when one
> instance is already running.
>
> Yes, I am running various 1.5 processes (including mintty) at the same
> time. I can try shutting down all 1.5 minttys if you like.

Yes, I think that's worth trying. 1.5 and 1.7 should be able to run
side-by-side, and it works for me, but who knows. Even better if you
were able to shut down all Cygwin processes, or reboot.


>  85  166760 [main] mintty 4336 fhandler_pipe::create_selectable:
CreateNamedPipe: name \\.\pipe\cygwin-tty1-to-master, size 131072
> 242  167002 [main] mintty 4336 fhandler_pipe::create_selectable: pipe busy

The is a call to CreateNamedPipe in Cygwin's pty emulation failing
with "ERROR_PIPE_BUSY". Helpfully, CreateNamedPipe's MSDN page makes
no mention of it, but the code in pipe.cc has this:

	case ERROR_PIPE_BUSY:
	  /* The pipe is already open with compatible parameters.
	     Pick a new name and retry.  */
	  debug_printf ("pipe busy", name ? ", retrying" : "");
	  break;

In this case we don't retry because the name is fixed to
"\\.\pipe\cygwin-tty1-to-master".

This article suggests a call to WaitNamedPipe in case of
ERROR_PIPE_BUSY:
http://msdn.microsoft.com/en-us/library/aa365592%28VS.85%29.aspx. I've
got no idea whether that would help here.

cgf?

Andy

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Cygwin 1.7 & mintty error - cannot run mintty more than once  at a   time
  2009-09-30  6:09     ` Andy Koppe
@ 2009-09-30 18:24       ` Christopher Faylor
  2009-10-02  1:15         ` David Antliff
  0 siblings, 1 reply; 7+ messages in thread
From: Christopher Faylor @ 2009-09-30 18:24 UTC (permalink / raw)
  To: cygwin

On Wed, Sep 30, 2009 at 07:09:38AM +0100, Andy Koppe wrote:
>2009/9/30 David Antliff:
>>> From http://cygwin.com/problems.html: "Run 'cygcheck -s -v -r
>>>>cygcheck.out' and include that file as an attachment in your report.
>>
>> Done, although I've manually stripped out some company-specific info
>> I'd rather not publish on the Internet.
>
>Good idea.
>
>
>>> Also, which version of mintty are you using, and how exactly are you
>>> invoking it? And are you running 1.5 at the same time?
>>
>> According to the 'About' dialog, I am using 0.4.4, which came with
>> yesterday's Cygwin-1.7 fresh install.
>>
>> I'm invoking it from cygwin.bat like this (instead of bash --login -i):
>> cygstart mintty --size=88,30 -
>>
>> However I get the same problem if I simply run
>> c:\cygwin-1.7\bin\mintty.exe from a Windows cmd.exe prompt, when one
>> instance is already running.
>>
>> Yes, I am running various 1.5 processes (including mintty) at the same
>> time. I can try shutting down all 1.5 minttys if you like.
>
>Yes, I think that's worth trying. 1.5 and 1.7 should be able to run
>side-by-side, and it works for me, but who knows. Even better if you
>were able to shut down all Cygwin processes, or reboot.
>
>
>>  85  166760 [main] mintty 4336 fhandler_pipe::create_selectable:
>CreateNamedPipe: name \\.\pipe\cygwin-tty1-to-master, size 131072
>> 242  167002 [main] mintty 4336 fhandler_pipe::create_selectable: pipe busy
>
>The is a call to CreateNamedPipe in Cygwin's pty emulation failing
>with "ERROR_PIPE_BUSY". Helpfully, CreateNamedPipe's MSDN page makes
>no mention of it, but the code in pipe.cc has this:
>
>	case ERROR_PIPE_BUSY:
>	  /* The pipe is already open with compatible parameters.
>	     Pick a new name and retry.  */
>	  debug_printf ("pipe busy", name ? ", retrying" : "");
>	  break;
>
>In this case we don't retry because the name is fixed to
>"\\.\pipe\cygwin-tty1-to-master".
>
>This article suggests a call to WaitNamedPipe in case of
>ERROR_PIPE_BUSY:
>http://msdn.microsoft.com/en-us/library/aa365592%28VS.85%29.aspx. I've
>got no idea whether that would help here.
>
>cgf?

It shouldn't be necessary.

The tty code is supposed to avoid setting up more than one tty server
for the same tty number.  If there is an ERROR_PIPE_BUSY problem when
setting up cygwin-tty1-to-master that might indicate that some other
Cygwin process has already established a tty but the process is somehow
not sharing Cygwin's shared memory pool where this information is kept.

This is probably one of those cases where 1.5 and 1.7 can't coexist.  If
you're running pty processes from each then you'll have this problem.

cgf

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Cygwin 1.7 & mintty error - cannot run mintty more than once at a   time
  2009-09-30 18:24       ` Christopher Faylor
@ 2009-10-02  1:15         ` David Antliff
  2015-02-09 11:28           ` rkalapuc
  0 siblings, 1 reply; 7+ messages in thread
From: David Antliff @ 2009-10-02  1:15 UTC (permalink / raw)
  To: cygwin

On Thu, Oct 1, 2009 at 07:24, Christopher Faylor
<cgf-use-the-mailinglist-please@cygwin.com> wrote:
> This is probably one of those cases where 1.5 and 1.7 can't coexist.  If
> you're running pty processes from each then you'll have this problem.

Today I had a lull in work so I was able to close all my apps and
reboot my PC - an event I often have to plan days in advance for I'm
afraid. Upon resurrection, I now note that this problem seems to no
longer occur. I can open multiple 1.5 and 1.7 mintty sessions without
any apparent problems.

I'm still not able to launch 1.7's apache2 however - but that's the
subject of another email.

Thanks for everyone's responses.

-- David.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Cygwin 1.7 & mintty error - cannot run mintty more than once at a   time
  2009-10-02  1:15         ` David Antliff
@ 2015-02-09 11:28           ` rkalapuc
  0 siblings, 0 replies; 7+ messages in thread
From: rkalapuc @ 2015-02-09 11:28 UTC (permalink / raw)
  To: cygwin

I faced with same problem also. After quick investigation, I've found that
even after closing cygwin I had one bash process still running. Killing this
process helped me to fix an issue. Now I can launch several mintty sessions
again. Hope it will help.

Br,
Roman



--
View this message in context: http://cygwin.1069669.n5.nabble.com/Cygwin-1-7-mintty-error-cannot-run-mintty-more-than-once-at-a-time-tp55206p114996.html
Sent from the Cygwin list mailing list archive at Nabble.com.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

end of thread, other threads:[~2015-02-09 11:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-29  4:46 Cygwin 1.7 & mintty error - cannot run mintty more than once at a time David Antliff
2009-09-29  6:03 ` Andy Koppe
2009-09-29 23:54   ` David Antliff
2009-09-30  6:09     ` Andy Koppe
2009-09-30 18:24       ` Christopher Faylor
2009-10-02  1:15         ` David Antliff
2015-02-09 11:28           ` rkalapuc

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).