public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* bash-2.05b-15 still broken
@ 2003-09-16  0:55 Alexander Osipenko
  2003-09-16 10:01 ` Ronald Landheer-Cieslak
  2003-09-16 17:05 ` Hannu E K Nevalainen (garbage mail)
  0 siblings, 2 replies; 11+ messages in thread
From: Alexander Osipenko @ 2003-09-16  0:55 UTC (permalink / raw)
  To: cygwin

Just as described in article
http://www.cygwin.com/ml/cygwin/2003-09/msg00825.html

PS1='\[\e]0;\w\a\e[32;1m\]$ \[\e[0m\]'

current directory contais 2 scripts: `pkgcheck.pl'  and `pkgwget.sh`
Starting a command:

$ ./pk

and pressing TAB 3 times (one for completion ./pkg and other two for the list of completions), string

pkgcheck.pl  pkgwget.sh
$ ./pkgpkg

appears and after ^H (or ^U)

$ ./p

these 3 characters remains unerasable


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

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

* Re: bash-2.05b-15 still broken
  2003-09-16  0:55 bash-2.05b-15 still broken Alexander Osipenko
@ 2003-09-16 10:01 ` Ronald Landheer-Cieslak
  2003-09-16 17:05 ` Hannu E K Nevalainen (garbage mail)
  1 sibling, 0 replies; 11+ messages in thread
From: Ronald Landheer-Cieslak @ 2003-09-16 10:01 UTC (permalink / raw)
  To: cygwin

WFM:
$ PS1='\[\e]0;\w\a\e[32;1m\]$ \[\e[0m\]'
$ ./todo
todo-manager-0.70.2         todomgr
todo-manager-0.70.2.tar.gz  
$ ./todo

Could you attach cygcheck output as per http://cygwin.com/problems.html ?

rlc

On Tue, Sep 16, 2003 at 04:16:55AM +0400, Alexander Osipenko wrote:
> Just as described in article
> http://www.cygwin.com/ml/cygwin/2003-09/msg00825.html
> 
> PS1='\[\e]0;\w\a\e[32;1m\]$ \[\e[0m\]'
> 
> current directory contais 2 scripts: `pkgcheck.pl'  and `pkgwget.sh`
> Starting a command:
> 
> $ ./pk
> 
> and pressing TAB 3 times (one for completion ./pkg and other two for the list of completions), string
> 
> pkgcheck.pl  pkgwget.sh
> $ ./pkgpkg
> 
> appears and after ^H (or ^U)
> 
> $ ./p
> 
> these 3 characters remains unerasable
> 
> 
> --
> 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/

-- 
You will live a long, healthy, happy life and make bags of money.

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

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

* RE: bash-2.05b-15 still broken
  2003-09-16  0:55 bash-2.05b-15 still broken Alexander Osipenko
  2003-09-16 10:01 ` Ronald Landheer-Cieslak
@ 2003-09-16 17:05 ` Hannu E K Nevalainen (garbage mail)
  2003-09-16 19:13   ` Rolf Campbell
                     ` (2 more replies)
  1 sibling, 3 replies; 11+ messages in thread
From: Hannu E K Nevalainen (garbage mail) @ 2003-09-16 17:05 UTC (permalink / raw)
  To: cygwin

> From: Alexander Osipenko

> Just as described in article
> http://www.cygwin.com/ml/cygwin/2003-09/msg00825.html
>
> PS1='\[\e]0;\w\a\e[32;1m\]$ \[\e[0m\]'
>
> current directory contais 2 scripts: `pkgcheck.pl'  and `pkgwget.sh`
> Starting a command:
>
> $ ./pk
>
> and pressing TAB 3 times (one for completion ./pkg and other two
> for the list of completions), string
>
> pkgcheck.pl  pkgwget.sh
> $ ./pkgpkg
>
> appears and after ^H (or ^U)
>
> $ ./p
>
> these 3 characters remains unerasable

 I can't reproduce that... BUT having a plain prompt like this in rxvt:

 $

and hitting CTRL-C makes bash bail out. (i.e. the rxvt window closes)

Changing my cygwin.bat contents to:
 bash -c 'strace -o /rxvt-bash.txt \
 rxvt -ls -e /usr/bin/bash --login -i &'

created the attachment.
$ ls -l /rxvt-bash.txt
-rw-r--r--    1 Administ  3619868 Sep 16 13:15 /rxvt-bash.txt
$ gzip -9 /rxvt-bash.txt
$ ls -l /rxvt-bash.txt.gz
-rw-r--r--    1 Administ   527962 Sep 16 13:15 /rxvt-bash.txt.gz

Someone w more knowledge needs to chek on this.
Due to size: Ask for it and I'll send it in private mail.

/Hannu E K Nevalainen, B.Sc. EE - 59°16.37'N, 17°12.60'E
-- UTC+1, GMT+1, CET --
--END OF MESSAGE--


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

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

* Re: bash-2.05b-15 still broken
  2003-09-16 17:05 ` Hannu E K Nevalainen (garbage mail)
@ 2003-09-16 19:13   ` Rolf Campbell
  2003-09-16 19:55     ` Christopher Faylor
                       ` (2 more replies)
  2003-09-16 19:37   ` Hannu E K Nevalainen (garbage mail)
  2003-09-17  8:55   ` Ronald Landheer-Cieslak
  2 siblings, 3 replies; 11+ messages in thread
From: Rolf Campbell @ 2003-09-16 19:13 UTC (permalink / raw)
  To: cygwin

Hannu E K Nevalainen (garbage mail) wrote:
>>From: Alexander Osipenko
> 
> 
>>Just as described in article
>>http://www.cygwin.com/ml/cygwin/2003-09/msg00825.html
>>
>>PS1='\[\e]0;\w\a\e[32;1m\]$ \[\e[0m\]'
>>
>>current directory contais 2 scripts: `pkgcheck.pl'  and `pkgwget.sh`
>>Starting a command:
>>
>>$ ./pk
>>
>>and pressing TAB 3 times (one for completion ./pkg and other two
>>for the list of completions), string
>>
>>pkgcheck.pl  pkgwget.sh
>>$ ./pkgpkg
>>
>>appears and after ^H (or ^U)
>>
>>$ ./p
>>
>>these 3 characters remains unerasable
>  I can't reproduce that... BUT having a plain prompt like this in rxvt:
> 
>  $
> 
> and hitting CTRL-C makes bash bail out. (i.e. the rxvt window closes)
> 
And I cannot reproduce either problem.



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

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

* RE: bash-2.05b-15 still broken
  2003-09-16 17:05 ` Hannu E K Nevalainen (garbage mail)
  2003-09-16 19:13   ` Rolf Campbell
@ 2003-09-16 19:37   ` Hannu E K Nevalainen (garbage mail)
  2003-09-17  8:55   ` Ronald Landheer-Cieslak
  2 siblings, 0 replies; 11+ messages in thread
From: Hannu E K Nevalainen (garbage mail) @ 2003-09-16 19:37 UTC (permalink / raw)
  To: cygwin

Ok... forgot that THING again. :-7
VERY recent setup.exe run from ...rcn.net, i.e. yesterday.
Therefore no 'cygcheck -svr' attached. (I've sent many of those to the list
now) - and I really do think that this problem is within rxvt or bash.

$ uname -a
CYGWIN_NT-5.0 P450 1.5.5s(0.94/3/2) 20030915 22:06:13 i686 unknown unknown
Cygwin
$ cygcheck -svr >c_svr-snap.txt
$ grep -i bash c_svr-snap.txt
Found: C:\Program\cygwin\bin\bash.exe
bash                    2.05b-15
$ grep -i rxvt c_svr-snap.txt
COLORTERM = `rxvt-xpm'
rxvt                    2.7.10-3

/Hannu E K Nevalainen, B.Sc. EE - 59°16.37'N, 17°12.60'E
-- UTC+1, GMT+1, CET --
--END OF MESSAGE--

> -----Original Message-----
> From: cygwin-owner@cygwin.com [mailto:cygwin-owner@cygwin.com]On Behalf
> Of Hannu E K Nevalainen (garbage mail)
> Sent: Tuesday, September 16, 2003 6:56 PM
> To: cygwin@cygwin.com
> Subject: RE: bash-2.05b-15 still broken
>
>
> > From: Alexander Osipenko
>
> > Just as described in article
> > http://www.cygwin.com/ml/cygwin/2003-09/msg00825.html
> >
> > PS1='\[\e]0;\w\a\e[32;1m\]$ \[\e[0m\]'
> >
> > current directory contais 2 scripts: `pkgcheck.pl'  and `pkgwget.sh`
> > Starting a command:
> >
> > $ ./pk
> >
> > and pressing TAB 3 times (one for completion ./pkg and other two
> > for the list of completions), string
> >
> > pkgcheck.pl  pkgwget.sh
> > $ ./pkgpkg
> >
> > appears and after ^H (or ^U)
> >
> > $ ./p
> >
> > these 3 characters remains unerasable
>
>  I can't reproduce that... BUT having a plain prompt like this in rxvt:
>
>  $
>
> and hitting CTRL-C makes bash bail out. (i.e. the rxvt window closes)
>
> Changing my cygwin.bat contents to:
>  bash -c 'strace -o /rxvt-bash.txt \
>  rxvt -ls -e /usr/bin/bash --login -i &'
>
> created the attachment.
> $ ls -l /rxvt-bash.txt
> -rw-r--r--    1 Administ  3619868 Sep 16 13:15 /rxvt-bash.txt
> $ gzip -9 /rxvt-bash.txt
> $ ls -l /rxvt-bash.txt.gz
> -rw-r--r--    1 Administ   527962 Sep 16 13:15 /rxvt-bash.txt.gz
>
> Someone w more knowledge needs to chek on this.
> Due to size: Ask for it and I'll send it in private mail.
>
> /Hannu E K Nevalainen, B.Sc. EE - 59°16.37'N, 17°12.60'E
> -- UTC+1, GMT+1, CET --
> --END OF MESSAGE--
>
>
> --
> 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/
>


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

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

* Re: bash-2.05b-15 still broken
  2003-09-16 19:13   ` Rolf Campbell
@ 2003-09-16 19:55     ` Christopher Faylor
  2003-09-16 20:37       ` Rolf Campbell
  2003-09-16 20:04     ` 1.5.5s + ^C or ^Z = bad Rolf Campbell
  2003-09-16 20:17     ` bash-2.05b-15 still broken Hannu E K Nevalainen (garbage mail)
  2 siblings, 1 reply; 11+ messages in thread
From: Christopher Faylor @ 2003-09-16 19:55 UTC (permalink / raw)
  To: cygwin

On Tue, Sep 16, 2003 at 03:04:44PM -0400, Rolf Campbell wrote:
>Hannu E K Nevalainen (garbage mail) wrote:
>>>From: Alexander Osipenko
>>
>>
>>>Just as described in article
>>>http://www.cygwin.com/ml/cygwin/2003-09/msg00825.html
>>>
>>>PS1='\[\e]0;\w\a\e[32;1m\]$ \[\e[0m\]'
>>>
>>>current directory contais 2 scripts: `pkgcheck.pl'  and `pkgwget.sh`
>>>Starting a command:
>>>
>>>$ ./pk
>>>
>>>and pressing TAB 3 times (one for completion ./pkg and other two
>>>for the list of completions), string
>>>
>>>pkgcheck.pl  pkgwget.sh
>>>$ ./pkgpkg
>>>
>>>appears and after ^H (or ^U)
>>>
>>>$ ./p
>>>
>>>these 3 characters remains unerasable
>> I can't reproduce that... BUT having a plain prompt like this in rxvt:
>>
>> $
>>
>>and hitting CTRL-C makes bash bail out. (i.e. the rxvt window closes)
>>
>And I cannot reproduce either problem.

I can.  It's odd.  I wonder why I didn't notice this in my own testing
since I did this hundreds of times last week.  It appears to be a cygwin
problem.

This is a pretty serious bug.  I'll see if I can narrow down what's
causing it.  So far it resists simple efforts to just run gdb on
rxvt.

cgf

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

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

* 1.5.5s + ^C or ^Z = bad
  2003-09-16 19:13   ` Rolf Campbell
  2003-09-16 19:55     ` Christopher Faylor
@ 2003-09-16 20:04     ` Rolf Campbell
  2003-09-16 20:17     ` bash-2.05b-15 still broken Hannu E K Nevalainen (garbage mail)
  2 siblings, 0 replies; 11+ messages in thread
From: Rolf Campbell @ 2003-09-16 20:04 UTC (permalink / raw)
  To: cygwin

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

Rolf Campbell wrote:

> Hannu E K Nevalainen (garbage mail) wrote:
> 
>>> From: Alexander Osipenko
>>
>>
>>
>>  I can't reproduce that... BUT having a plain prompt like this in rxvt:
>>
>>  $
>>
>> and hitting CTRL-C makes bash bail out. (i.e. the rxvt window closes)
>>
> And I cannot reproduce either problem.
> 

After upgrading to the latest snapshot, ^C or ^Z from while running bash 
or less (probably other programs too) causes that console to hang for 
about 10 seconds, then dissapear.

[-- Attachment #2: cygcheck.txt --]
[-- Type: text/plain, Size: 19637 bytes --]


Cygwin Win95/NT Configuration Diagnostics
Current System Time: Tue Sep 16 15:49:50 2003

Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 4

Path:	C:\cygwin\usr\local\bin
	C:\cygwin\bin
	C:\cygwin\bin
	C:\WINNT\SYSTEM32
	C:\WINNT
	C:\WINNT\SYSTEM32\WBEM
	C:\PERFORCE
	C:\cygwin\bin
	C:\WINNT\system32
	C:\WINNT
	C:\WINNT\System32\Wbem
	C:\Perforce
	C:\cygwin\usr\local\bin
	C:\cygwin\bin
	C:\Program Files\SSH

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 11643(rcampbell) GID: 10513(Domain Users)
10513(Domain Users)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 11643(rcampbell) GID: 10513(Domain Users)
544(Administrators)   545(Users)
10513(Domain Users)

SysDir: C:\WINNT\system32
WinDir: C:\WINNT

CYGWIN = `binmode'
HOME = `C:\cygwin\home\rcampbell'
MAKE_MODE = `unix'
PWD = `/tmp'
USER = `rcampbell'

ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
APPDATA = `C:\Documents and Settings\rcampbell\Application Data'
COLORFGBG = `0;default;15'
COLORTERM = `rxvt-xpm'
COMMONPROGRAMFILES = `C:\Program Files\Common Files'
COMPUTERNAME = `PCRCAMPBELL2'
COMSPEC = `C:\WINNT\system32\cmd.exe'
COSMIC = `c:/node.beta1/COSMIC'
DISPLAY = `:0'
HOMEDRIVE = `C:'
HOMEPATH = `\'
LOGONSERVER = `\\PCRCAMPBELL2'
MANPATH = `:/usr/ssl/man'
NUMBER_OF_PROCESSORS = `1'
OLDPWD = `/home/rcampbell'
OS2LIBPATH = `C:\WINNT\system32\os2\dll;'
OS = `Windows_NT'
OSE_ROOT = `C:\OSE\OSE4.4.1\'
P4CONFIG = `.p4config'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.py;.pyc;.pyo;.pyw;.pys'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 6 Model 8 Stepping 6, GenuineIntel'
PROCESSOR_LEVEL = `6'
PROCESSOR_REVISION = `0806'
PROGRAMFILES = `C:\Program Files'
PS1 = `\[^[[02;34m\]$PWD\[^[[02;33m\]>\[^[[0m\] '
SHLVL = `1'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINNT'
TEMP = `C:\Temp'
TERM = `xterm'
TROPIC_UNIQUE_ID = `150'
USERDNSDOMAIN = `tropicnetworks.com'
USERDOMAIN = `TROPICNETWORKS'
USERNAME = `rcampbell'
USERPROFILE = `C:\Documents and Settings\rcampbell'
WINDIR = `C:\WINNT'
WINDOWID = `168046576'
_ = `/usr/bin/cygcheck'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x00000022
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/c
  (default) = `C:'
  flags = 0x00000002
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu\Programs\Cygnus Solutions
  (default) = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x00000022
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = `C:/cygwin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `C:/cygwin/bin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = `C:/cygwin/lib'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/X11R6/lib/X11/fonts
  (default) = `C:\cygwin\usr\X11R6\lib\X11\fonts'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options

c:  hd  NTFS   19069Mb  75% CP CS UN PA FC     Campbell
d:  cd  CDFS       0Mb -2147483548%    CS              Audio CD

C:                                 /c                        user    binmode
.                                  /cygdrive                 user    binmode,cygdrive
C:/cygwin                          /                         system  binmode
C:/cygwin/bin                      /usr/bin                  system  binmode
C:/cygwin/lib                      /usr/lib                  system  binmode
C:\cygwin\usr\X11R6\lib\X11\fonts  /usr/X11R6/lib/X11/fonts  system  binmode
.                                  /cygdrive                 system  binmode,cygdrive

Found: C:\cygwin\bin\awk.exe
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cp.exe
Found: C:\cygwin\bin\cpp.exe
Found: C:\cygwin\bin\find.exe
Found: C:\cygwin\bin\gcc.exe
Found: C:\cygwin\bin\gdb.exe
Found: C:\cygwin\bin\grep.exe
Found: C:\cygwin\bin\ld.exe
Found: C:\cygwin\bin\ls.exe
Found: C:\cygwin\bin\make.exe
Found: C:\cygwin\bin\mv.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Found: C:\cygwin\bin\sh.exe
Found: C:\cygwin\bin\tar.exe

   61k 2003/08/09 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2003/8/9 2:35
   54k 2002/01/27 C:\cygwin\bin\cygbz21.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz21.0.dll" v0.0 ts=2002/1/26 20:07
   14k 2003/08/10 C:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcharset-1.dll" v0.0 ts=2003/8/10 16:57
  849k 2003/08/11 C:\cygwin\bin\cygcrypto-0.9.7.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.7.dll" v0.0 ts=2003/8/11 4:58
  645k 2003/04/11 C:\cygwin\bin\cygcrypto.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto.dll" v0.0 ts=2003/4/11 6:37
  380k 2002/07/24 C:\cygwin\bin\cygdb-3.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-3.1.dll" v0.0 ts=2002/7/24 12:24
  487k 2002/07/24 C:\cygwin\bin\cygdb_cxx-3.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-3.1.dll" v0.0 ts=2002/7/24 12:25
  132k 2003/07/12 C:\cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-0.dll" v0.0 ts=2003/7/12 7:33
   35k 2002/01/09 C:\cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0
                  "cygform6.dll" v0.0 ts=2002/1/9 1:03
   48k 2003/08/09 C:\cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0
                  "cygform7.dll" v0.0 ts=2003/8/9 5:25
   28k 2003/07/20 C:\cygwin\bin\cyggdbm-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-3.dll" v0.0 ts=2003/7/20 3:58
   30k 2003/08/11 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2003/8/10 22:12
   19k 2003/03/22 C:\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm.dll" v0.0 ts=2002/2/19 22:05
   15k 2003/07/20 C:\cygwin\bin\cyggdbm_compat-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-3.dll" v0.0 ts=2003/7/20 4:00
   15k 2003/08/11 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2003/8/10 22:13
   69k 2003/08/10 C:\cygwin\bin\cyggettextlib-0-12-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextlib-0-12-1.dll" v0.0 ts=2003/8/10 18:10
   12k 2003/08/10 C:\cygwin\bin\cyggettextpo-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextpo-0.dll" v0.0 ts=2003/8/10 18:11
  134k 2003/08/10 C:\cygwin\bin\cyggettextsrc-0-12-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextsrc-0-12-1.dll" v0.0 ts=2003/8/10 18:10
  489k 2003/08/09 C:\cygwin\bin\cygguile-12.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-12.dll" v0.0 ts=2003/8/9 10:17
  489k 2003/07/28 C:\cygwin\bin\cygguile-12abi13.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-12abi13.dll" v0.0 ts=2003/7/28 14:18
   24k 2003/08/09 C:\cygwin\bin\cygguile-ltdl-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-ltdl-1.dll" v0.0 ts=2003/8/9 10:16
   24k 2003/07/28 C:\cygwin\bin\cygguile-ltdl-1abi13.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-ltdl-1abi13.dll" v0.0 ts=2003/7/28 13:48
   62k 2003/08/09 C:\cygwin\bin\cygguile-srfi-srfi-13-14-v-1-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-13-14-v-1-1.dll" v0.0 ts=2003/8/9 10:17
   62k 2003/07/28 C:\cygwin\bin\cygguile-srfi-srfi-13-14-v-1-1abi13.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-13-14-v-1-1abi13.dll" v0.0 ts=2003/7/28 14:18
   23k 2003/08/09 C:\cygwin\bin\cygguile-srfi-srfi-4-v-1-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-4-v-1-1.dll" v0.0 ts=2003/8/9 10:17
   23k 2003/07/28 C:\cygwin\bin\cygguile-srfi-srfi-4-v-1-1abi13.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-4-v-1-1abi13.dll" v0.0 ts=2003/7/28 14:18
   11k 2003/08/09 C:\cygwin\bin\cygguilereadline-v-12-12.dll - os=4.0 img=1.0 sys=4.0
                  "cygguilereadline-v-12-12.dll" v0.0 ts=2003/8/9 10:17
   11k 2003/07/28 C:\cygwin\bin\cygguilereadline-v-12-12abi13.dll - os=4.0 img=1.0 sys=4.0
                  "cygguilereadline-v-12-12abi13.dll" v0.0 ts=2003/7/28 14:18
   17k 2001/06/28 C:\cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory4.dll" v0.0 ts=2001/1/6 23:34
   29k 2003/08/10 C:\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory5.dll" v0.0 ts=2003/8/10 19:16
  306k 2002/04/27 C:\cygwin\bin\cyghttpd.dll - os=4.0 img=1.0 sys=4.0
                  "cyghttpd.dll" v0.0 ts=2002/4/27 9:23
  958k 2003/08/10 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2003/8/10 16:57
   22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-1.dll" v0.0 ts=2001/12/13 4:28
   37k 2003/08/10 C:\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-2.dll" v0.0 ts=2003/8/10 17:50
   21k 2001/06/20 C:\cygwin\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl.dll" v0.0 ts=2001/6/20 13:09
   48k 2003/08/10 C:\cygwin\bin\cygjbig1.dll - os=4.0 img=1.0 sys=4.0
                  "cygjbig1.dll" v0.0 ts=2003/8/10 19:58
  132k 2003/08/11 C:\cygwin\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-62.dll" v0.0 ts=2003/8/10 20:37
  119k 2002/02/09 C:\cygwin\bin\cygjpeg6b.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg6b.dll" v0.0 ts=2002/2/9 0:19
   61k 2003/08/09 C:\cygwin\bin\cygkpathsea-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygkpathsea-3.dll" v0.0 ts=2003/8/9 10:52
   60k 2003/07/27 C:\cygwin\bin\cygkpathsea-3abi13.dll - os=4.0 img=1.0 sys=4.0
                  "cygkpathsea-3abi13.dll" v0.0 ts=2003/7/27 16:23
   32k 2003/08/18 C:\cygwin\bin\cygltdl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygltdl-3.dll" v0.0 ts=2003/8/18 1:35
   20k 2002/01/09 C:\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu6.dll" v0.0 ts=2002/1/9 1:03
   29k 2003/08/09 C:\cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu7.dll" v0.0 ts=2003/8/9 5:25
  175k 2002/01/09 C:\cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++6.dll" v0.0 ts=2002/1/9 1:03
  202k 2002/01/09 C:\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses6.dll" v0.0 ts=2002/1/9 1:03
  224k 2003/08/09 C:\cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses7.dll" v0.0 ts=2003/8/9 5:24
   12k 2002/01/09 C:\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel6.dll" v0.0 ts=2002/1/9 1:03
   19k 2003/08/09 C:\cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel7.dll" v0.0 ts=2003/8/9 5:24
   67k 2003/09/10 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2003/9/10 10:25
   63k 2003/04/11 C:\cygwin\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre.dll" v0.0 ts=2003/4/11 4:31
   15k 2003/09/10 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix-0.dll" v0.0 ts=2003/9/10 10:25
   61k 2003/04/11 C:\cygwin\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix.dll" v0.0 ts=2003/4/11 4:31
 1024k 2003/08/25 C:\cygwin\bin\cygperl5_8_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_8_1.dll" v0.0 ts=2003/8/25 1:43
  168k 2003/08/10 C:\cygwin\bin\cygpng10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng10.dll" v0.0 ts=2003/8/10 18:31
  173k 2003/08/10 C:\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng12.dll" v0.0 ts=2003/8/10 18:35
  170k 2002/01/21 C:\cygwin\bin\cygpng2.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng2.dll" v0.0 ts=2002/1/20 20:05
   22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2002/6/9 1:45
  108k 2001/06/28 C:\cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline4.dll" v0.0 ts=2001/1/6 23:34
  148k 2003/08/10 C:\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline5.dll" v0.0 ts=2003/8/10 19:16
   66k 2001/11/20 C:\cygwin\bin\cygregex.dll - os=4.0 img=1.0 sys=4.0
                  "cygregex.dll" v0.0 ts=2001/11/20 9:44
  176k 2003/08/11 C:\cygwin\bin\cygssl-0.9.7.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.7.dll" v0.0 ts=2003/8/11 4:58
  165k 2003/04/11 C:\cygwin\bin\cygssl.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl.dll" v0.0 ts=2003/4/11 6:37
  281k 2003/02/24 C:\cygwin\bin\cygtiff3.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff3.dll" v0.0 ts=2003/2/23 23:58
  282k 2003/08/11 C:\cygwin\bin\cygtiff4.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff4.dll" v0.0 ts=2003/8/10 22:32
  948k 2003/09/11 C:\cygwin\bin\cygwin1.Sept11.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2003/9/11 19:34
  948k 2003/09/12 C:\cygwin\bin\cygwin1.Sept12.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2003/9/12 2:49
  948k 2003/09/16 C:\cygwin\bin\cygwin1.Sept15.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2003/9/15 23:43
   50k 2003/08/09 C:\cygwin\bin\cygXpm-noX4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-noX4.dll" v0.0 ts=2003/8/9 3:21
   54k 2003/08/09 C:\cygwin\bin\cygXpm-X4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-X4.dll" v0.0 ts=2003/8/9 3:22
   60k 2003/08/09 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2003/8/9 2:28
  948k 2003/09/16 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2003/9/15 23:43
    Cygwin DLL version info:
        DLL version: 1.5.5
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 94
        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: Mon Sep 15 23:43:46 EDT 2003
        Snapshot date: 20030915-23:40:22
        Shared id: cygwin1S3


Cygwin Package Information
Last downloaded files to: C:\cygwin\install2
Last downloaded files from: http://mirrors.rcn.net/pub/sourceware/cygwin

Package              Version            
_update-info-dir     00214-1            
apache               1.3.24-5           
ash                  20020731-3         
base-files           2.5-1              
base-passwd          1.1-1              
bash                 2.05b-15           
binutils             20030901-1         
bzip2                1.0.2-5            
clear                1.0-1              
cpio                 2.5-3              
cygrunsrv            0.96-2             
cygutils             1.2.1-2            
cygwin               1.5.4-1            
cygwin-doc           1.3-6              
db3.1                3.1.17-2           
diffutils            2.8.4-1            
ed                   0.2-1              
expat                1.95.6-2           
expect               20030128-1         
file                 4.03-2             
fileutils            4.1-2              
findutils            4.1.7-4            
gawk                 3.1.3-3            
gcc                  3.3.1-1            
gcc-mingw            20030911-1         
gdb                  20030901-1         
gdbm                 1.8.3-7            
gettext              0.12.1-3           
gperf                2.7.2-1            
grep                 2.5-1              
groff                1.18.1-2           
gzip                 1.3.5-1            
inetutils            1.3.2-24           
jbigkit              1.5-3              
jpeg                 6b-11              
less                 381-1              
libbz2_0             1.0.2-1            
libbz2_1             1.0.2-5            
libcharset1          1.9.1-3            
libdb3.1             3.1.17-2           
libdb3.1-devel       3.1.17-2           
libgdbm              1.8.0-5            
libgdbm-devel        1.8.3-7            
libgdbm3             1.8.3-3            
libgdbm4             1.8.3-7            
libgettextpo0        0.12.1-3           
libguile12           1.6.4-12           
libguile12abi13      1.6.4-2            
libiconv             1.9.1-3            
libiconv2            1.9.1-3            
libintl              0.10.38-3          
libintl1             0.10.40-1          
libintl2             0.12.1-3           
libjpeg62            6b-11              
libjpeg6b            6b-8               
libkpathsea3         2.0.2-12           
libkpathsea3abi13    2.0.2-2            
libltdl3             1.5-3              
libncurses5          5.2-1              
libncurses6          5.2-8              
libncurses7          5.3-4              
libpcre              4.1-1              
libpcre0             4.4-2              
libpng               1.2.5-4            
libpng10             1.0.15-4           
libpng12             1.2.5-4            
libpng2              1.0.12-1           
libpopt0             1.6.4-4            
libreadline4         4.1-2              
libreadline5         4.3-5              
libtiff-devel        3.6.0-5            
libtiff3             3.6.0-2            
libtiff4             3.6.0-5            
login                1.9-7              
make                 3.80-1             
man                  1.5j-2             
mingw                20010917-1         
mingw-runtime        3.0-1              
mktemp               1.5-3              
ncurses              5.3-4              
newlib-man           20020801           
opengl               1.1.0-6            
openssh              3.6.1p2-2          
openssl              0.9.7b-3           
openssl096           0.9.6j-1           
patch                2.5.8-8            
pcre                 4.4-2              
pcre-doc             4.4-2              
perl                 5.8.1-1            
python               2.3-2              
readline             4.3-5              
regex                4.4-2              
rsync                2.5.6-2            
rxvt                 2.7.10-3           
sed                  4.0.7-3            
sh-utils             2.0.15-4           
shutdown             1.4-1              
tar                  1.13.25-3          
tcltk                20030901-1         
termcap              20021106-2         
terminfo             5.3_20030726-1     
texinfo              4.2-4              
textutils            2.0.21-1           
tiff                 3.6.0-5            
time                 1.7-1              
unzip                5.50-5             
w32api               2.4-1              
wget                 1.8.2-2            
which                1.5-2              
xpm-nox              4.2.0-4            
zip                  2.3-5              
zlib                 1.1.4-4            
Use -h to see help about each section


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

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

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

* RE: bash-2.05b-15 still broken
  2003-09-16 19:13   ` Rolf Campbell
  2003-09-16 19:55     ` Christopher Faylor
  2003-09-16 20:04     ` 1.5.5s + ^C or ^Z = bad Rolf Campbell
@ 2003-09-16 20:17     ` Hannu E K Nevalainen (garbage mail)
  2 siblings, 0 replies; 11+ messages in thread
From: Hannu E K Nevalainen (garbage mail) @ 2003-09-16 20:17 UTC (permalink / raw)
  To: cygwin

> From: Rolf Campbell

<SNIP!>
> >  I can't reproduce that... BUT having a plain prompt like this in rxvt:
> >
> >  $
> >
> > and hitting CTRL-C makes bash bail out. (i.e. the rxvt window closes)
> >
> And I cannot reproduce either problem.

... and do you have the same versions of at least Bash and Rxvt? (See
previous posting)

 anyway... the strace output is still here, for someone to have a look at
it.

/Hannu E K Nevalainen, B.Sc. EE - 59?16.37'N, 17?12.60'E
-- UTC+1, GMT+1, CET --
--END OF MESSAGE--


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

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

* Re: bash-2.05b-15 still broken
  2003-09-16 19:55     ` Christopher Faylor
@ 2003-09-16 20:37       ` Rolf Campbell
  2003-09-16 21:56         ` Christopher Faylor
  0 siblings, 1 reply; 11+ messages in thread
From: Rolf Campbell @ 2003-09-16 20:37 UTC (permalink / raw)
  To: cygwin

Christopher Faylor wrote:
>>>I can't reproduce that... BUT having a plain prompt like this in rxvt:
>>>
>>>$
>>>
>>>and hitting CTRL-C makes bash bail out. (i.e. the rxvt window closes)
>>>
>>
>>And I cannot reproduce either problem.
> 
> 
> I can.  It's odd.  I wonder why I didn't notice this in my own testing
> since I did this hundreds of times last week.  It appears to be a cygwin
> problem.
> 
> This is a pretty serious bug.  I'll see if I can narrow down what's
> causing it.  So far it resists simple efforts to just run gdb on
> rxvt.
> 
> cgf
> 
If it helps, it worked in the Sept12 snap, but not the 13th.



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

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

* Re: bash-2.05b-15 still broken
  2003-09-16 20:37       ` Rolf Campbell
@ 2003-09-16 21:56         ` Christopher Faylor
  0 siblings, 0 replies; 11+ messages in thread
From: Christopher Faylor @ 2003-09-16 21:56 UTC (permalink / raw)
  To: cygwin

On Tue, Sep 16, 2003 at 04:32:19PM -0400, Rolf Campbell wrote:
>If it helps, it worked in the Sept12 snap, but not the 13th.

Yes, that helps and it probably confirms a suspicion.

cgf

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

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

* Re: bash-2.05b-15 still broken
  2003-09-16 17:05 ` Hannu E K Nevalainen (garbage mail)
  2003-09-16 19:13   ` Rolf Campbell
  2003-09-16 19:37   ` Hannu E K Nevalainen (garbage mail)
@ 2003-09-17  8:55   ` Ronald Landheer-Cieslak
  2 siblings, 0 replies; 11+ messages in thread
From: Ronald Landheer-Cieslak @ 2003-09-17  8:55 UTC (permalink / raw)
  To: cygwin

FYI.

The problem reported by Alexander was apparently fixed by a simple reboot (as
far as he told me off-list).

Further on in the thread I read cgf saying this is probably (certainly?) a 
Cygwin problem, so I'll wait with trying to reproduce this in Bash until I
hear from cgf..

rlc

On Tue, Sep 16, 2003 at 06:56:16PM +0200, Hannu E K Nevalainen (garbage mail) wrote:
> > From: Alexander Osipenko
> 
> > Just as described in article
> > http://www.cygwin.com/ml/cygwin/2003-09/msg00825.html
> >
> > PS1='\[\e]0;\w\a\e[32;1m\]$ \[\e[0m\]'
> >
> > current directory contais 2 scripts: `pkgcheck.pl'  and `pkgwget.sh`
> > Starting a command:
> >
> > $ ./pk
> >
> > and pressing TAB 3 times (one for completion ./pkg and other two
> > for the list of completions), string
> >
> > pkgcheck.pl  pkgwget.sh
> > $ ./pkgpkg
> >
> > appears and after ^H (or ^U)
> >
> > $ ./p
> >
> > these 3 characters remains unerasable
> 
>  I can't reproduce that... BUT having a plain prompt like this in rxvt:
> 
>  $
> 
> and hitting CTRL-C makes bash bail out. (i.e. the rxvt window closes)
> 
> Changing my cygwin.bat contents to:
>  bash -c 'strace -o /rxvt-bash.txt \
>  rxvt -ls -e /usr/bin/bash --login -i &'
> 
> created the attachment.
> $ ls -l /rxvt-bash.txt
> -rw-r--r--    1 Administ  3619868 Sep 16 13:15 /rxvt-bash.txt
> $ gzip -9 /rxvt-bash.txt
> $ ls -l /rxvt-bash.txt.gz
> -rw-r--r--    1 Administ   527962 Sep 16 13:15 /rxvt-bash.txt.gz
> 
> Someone w more knowledge needs to chek on this.
> Due to size: Ask for it and I'll send it in private mail.
> 
> /Hannu E K Nevalainen, B.Sc. EE - 59°16.37'N, 17°12.60'E
> -- UTC+1, GMT+1, CET --
> --END OF MESSAGE--
> 
> 
> --
> 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/

-- 
There is hopeful symbolism in the fact that flags do not wave in a vacuum.
		-- Arthur C. Clarke

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

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

end of thread, other threads:[~2003-09-17  8:46 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-16  0:55 bash-2.05b-15 still broken Alexander Osipenko
2003-09-16 10:01 ` Ronald Landheer-Cieslak
2003-09-16 17:05 ` Hannu E K Nevalainen (garbage mail)
2003-09-16 19:13   ` Rolf Campbell
2003-09-16 19:55     ` Christopher Faylor
2003-09-16 20:37       ` Rolf Campbell
2003-09-16 21:56         ` Christopher Faylor
2003-09-16 20:04     ` 1.5.5s + ^C or ^Z = bad Rolf Campbell
2003-09-16 20:17     ` bash-2.05b-15 still broken Hannu E K Nevalainen (garbage mail)
2003-09-16 19:37   ` Hannu E K Nevalainen (garbage mail)
2003-09-17  8:55   ` Ronald Landheer-Cieslak

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