public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: problem with tcsh
@ 2000-02-10  7:26 Axel Riese
  0 siblings, 0 replies; 11+ messages in thread
From: Axel Riese @ 2000-02-10  7:26 UTC (permalink / raw)
  To: Cygwin Mailing List

Dear Corinna and Chris!

> The `write' call can't write to stdout and returns -1.
> Do you have an idea why this could happen? Did you change any
> other detail in your system which may be related to that?

> Actually, it's trying to write to *stdin*.  That's why it is failing.
> I have no idea why, though

The only thing I changed was setting CYGWIN=binmode some time ago.
But I cannot imagine that this causes the problem, because with
any 1999 version of cygwin1.dll everything works fine (but I'll check
this at home).

Axel


=======================================================================
Axel Riese
Research Institute for Symbolic Computation
J. Kepler University Linz                     Tel: +43 (0)732 2468 9939
Altenbergerstrasse 69                         Fax: +43 (0)732 2468 9930
A-4040 Linz                      e-Mail: Axel.Riese@risc.uni-linz.ac.at
Austria              http://www.risc.uni-linz.ac.at/people/ariese/home/
=======================================================================

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: Problem with Tcsh
  2006-01-09  1:59 Problem with Tcsh sanidip agarwal
@ 2006-01-09  2:26 ` Igor Peshansky
  0 siblings, 0 replies; 11+ messages in thread
From: Igor Peshansky @ 2006-01-09  2:26 UTC (permalink / raw)
  To: sanidip agarwal; +Cc: cygwin

On Mon, 9 Jan 2006, sanidip agarwal wrote:

> I have installed the latest version of cygwin (1.5.18-1) on a PC
> running Windows XP .  When I try to run tcsh, it gives me an error
> "Unmatched '.". Any solution to the problem?

You have an unclosed single quote somewhere in your startup scripts.
Unfortunately, you did not provide enough information about your
installation for us to even begin guessing what could be wrong.

Please read and follow the Cygwin problem reporting guidelines at
<http://cygwin.com/problems.html>, particularly the part about attaching,
as an uncompressed text *attachment*, the output of "cygcheck -svr" on
your system, but please don't disregard the rest of the page.  Also, it
would help to know exactly how you invoke tcsh, and what are the last few
lines of the output of 'tcsh -V -c "exit"'.
HTH,
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_	    pechtcha@cs.nyu.edu | igor@watson.ibm.com
ZZZzz /,`.-'`'    -.  ;-;;,_		Igor Peshansky, Ph.D. (name changed!)
     |,4-  ) )-,_. ,\ (  `'-'		old name: Igor Pechtchanski
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte."
"But no -- you are no fool; you call yourself a fool, there's proof enough in
that!" -- Rostand, "Cyrano de Bergerac"


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

* Problem with Tcsh
@ 2006-01-09  1:59 sanidip agarwal
  2006-01-09  2:26 ` Igor Peshansky
  0 siblings, 1 reply; 11+ messages in thread
From: sanidip agarwal @ 2006-01-09  1:59 UTC (permalink / raw)
  To: cygwin

I have installed the latest version of cygwin (1.5.18-1) on a PC running 
Windows XP .  When I try to run tcsh, it gives me an error "Unmatched '.". 
Any solution to the 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: problem with tcsh
@ 2000-02-10 23:25 Axel Riese
  0 siblings, 0 replies; 11+ messages in thread
From: Axel Riese @ 2000-02-10 23:25 UTC (permalink / raw)
  To: Cygwin Mailing List

Hi !

> >The `write' call can't write to stdout and returns -1.
> 
> Actually, it's trying to write to *stdin*.  That's why it is failing.
> I have no idea why, though.

I investigated this problem a little bit further and found that
with the cygwin1.dll from December 15, 1999 everything works.
I also remember that the problem appears with all snapshots from this
year, so something must have gone wrong between December 15 and
January 1.

Maybe this helps,

Axel


=======================================================================
Axel Riese
Research Institute for Symbolic Computation
J. Kepler University Linz                     Tel: +43 (0)732 2468 9939
Altenbergerstrasse 69                         Fax: +43 (0)732 2468 9930
A-4040 Linz                      e-Mail: Axel.Riese@risc.uni-linz.ac.at
Austria              http://www.risc.uni-linz.ac.at/people/ariese/home/
=======================================================================

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: problem with tcsh
  2000-02-10  8:16     ` Corinna Vinschen
  2000-02-10 12:13       ` Glenn Spell
@ 2000-02-10 16:14       ` Michael Hirmke
  1 sibling, 0 replies; 11+ messages in thread
From: Michael Hirmke @ 2000-02-10 16:14 UTC (permalink / raw)
  To: cygwin

[...]
>> Actually, it's trying to write to *stdin*.  That's why it is failing.
>> I have no idea why, though.

Uhm, I have a similar problem with ssh.
When connecting to my Linux box using Sergey's ssh from a bash running
in an NT console window and trying to edit a file with vi there,
something is closing stdin and vi tries to read from stderr!
Perhaps this is related?
I attach an strace log (from Linux) in case it may help.

It happens on NT4 and W2K with Cygwin 1.0 and the newer snapshots no
matter whether I use CYGWIN=tty or =notty.

[...]
>
>Corinna

Bye.
Michael.

------------------------< snip snip snip >-----------------------------
execve("/usr/bin/vi", ["vi"], [/* 65 vars */]) = 0
brk(0)                                  = 0x80db92c
open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=30316, ...}) = 0
mmap(NULL, 30316, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40015000
close(3)                                = 0
open("/lib/libncurses.so.4", O_RDONLY)  = 3
fstat(3, {st_mode=S_IFREG|0755, st_size=526454, ...}) = 0
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\345"..., 4096) = 4096
mmap(NULL, 297868, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x4001d000
mprotect(0x40059000, 52108, PROT_NONE)  = 0
mmap(0x40059000, 40960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x3b000) = 0x40059000
mmap(0x40063000, 11148, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40063000
close(3)                                = 0
open("/usr/lib/libgpm.so.1", O_RDONLY)  = 3
fstat(3, {st_mode=S_IFREG|0755, st_size=24302, ...}) = 0
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240\27"..., 4096) = 4096
mmap(NULL, 21680, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40066000
mprotect(0x4006a000, 5296, PROT_NONE)   = 0
mmap(0x4006a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x3000) = 0x4006a000
close(3)                                = 0
open("/lib/libc.so.6", O_RDONLY)        = 3
fstat(3, {st_mode=S_IFREG|0755, st_size=4223971, ...}) = 0
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\204"..., 4096) = 4096
mmap(NULL, 1025596, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x4006c000
mprotect(0x4015f000, 30268, PROT_NONE)  = 0
mmap(0x4015f000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0xf2000) = 0x4015f000
mmap(0x40163000, 13884, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40163000
close(3)                                = 0
mprotect(0x4006c000, 995328, PROT_READ|PROT_WRITE) = 0
mprotect(0x4006c000, 995328, PROT_READ|PROT_EXEC) = 0
munmap(0x40015000, 30316)               = 0
personality(PER_LINUX)                  = 0
getpid()                                = 8704
brk(0)                                  = 0x80db92c
brk(0x80db964)                          = 0x80db964
brk(0x80dc000)                          = 0x80dc000
open("/usr/share/locale/locale.alias", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=2174, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40015000
read(3, "# Locale name alias data base.\n#"..., 4096) = 2174
brk(0x80dd000)                          = 0x80dd000
read(3, "", 4096)                       = 0
close(3)                                = 0
munmap(0x40015000, 4096)                = 0
open("/usr/share/locale/de_DE.ISO-8859-1/LC_MESSAGES", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/i18n/de_DE.ISO-8859-1/LC_MESSAGES", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/de_DE.iso88591/LC_MESSAGES", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/i18n/de_DE.iso88591/LC_MESSAGES", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/de_DE/LC_MESSAGES", O_RDONLY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=1024, ...}) = 0
close(3)                                = 0
open("/usr/share/locale/de_DE/LC_MESSAGES/SYS_LC_MESSAGES", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=44, ...}) = 0
mmap(NULL, 44, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40015000
close(3)                                = 0
open("/usr/share/locale/de_DE.ISO-8859-1/LC_MONETARY", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/i18n/de_DE.ISO-8859-1/LC_MONETARY", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/de_DE.iso88591/LC_MONETARY", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/i18n/de_DE.iso88591/LC_MONETARY", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/de_DE/LC_MONETARY", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=94, ...}) = 0
mmap(NULL, 94, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40016000
close(3)                                = 0
open("/usr/share/locale/de_DE.ISO-8859-1/LC_COLLATE", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/i18n/de_DE.ISO-8859-1/LC_COLLATE", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/de_DE.iso88591/LC_COLLATE", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/i18n/de_DE.iso88591/LC_COLLATE", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/de_DE/LC_COLLATE", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=29970, ...}) = 0
mmap(NULL, 29970, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40167000
close(3)                                = 0
brk(0x80de000)                          = 0x80de000
open("/usr/share/locale/de_DE.ISO-8859-1/LC_TIME", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/i18n/de_DE.ISO-8859-1/LC_TIME", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/de_DE.iso88591/LC_TIME", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/i18n/de_DE.iso88591/LC_TIME", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/de_DE/LC_TIME", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=492, ...}) = 0
mmap(NULL, 492, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40017000
close(3)                                = 0
open("/usr/share/locale/de_DE.ISO-8859-1/LC_NUMERIC", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/i18n/de_DE.ISO-8859-1/LC_NUMERIC", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/de_DE.iso88591/LC_NUMERIC", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/i18n/de_DE.iso88591/LC_NUMERIC", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/de_DE/LC_NUMERIC", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=27, ...}) = 0
mmap(NULL, 27, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40018000
close(3)                                = 0
open("/usr/share/locale/de_DE.ISO-8859-1/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/i18n/de_DE.ISO-8859-1/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/de_DE.iso88591/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/i18n/de_DE.iso88591/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/de_DE/LC_CTYPE", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=10428, ...}) = 0
mmap(NULL, 10428, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000
close(3)                                = 0
brk(0x80df000)                          = 0x80df000
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
getcwd("/home/mh", 1024)                = 9
chdir("/home/mh")                       = 0
getcwd("/home/mh", 1025)                = 9
chdir("/home/mh")                       = 0
brk(0x80e0000)                          = 0x80e0000
rt_sigaction(SIGWINCH, {0x809faa0, [], 0x4000000}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGTSTP, {SIG_DFL}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGINT, {0x809fac0, [], 0x4000000}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGHUP, {0x809fae0, [], 0x4000000}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGQUIT, {0x809fae0, [], 0x4000000}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGILL, {0x809fae0, [], 0x4000000}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGTRAP, {0x809fae0, [], 0x4000000}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGABRT, {0x809fae0, [], 0x4000000}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGFPE, {0x809fae0, [], 0x4000000}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGBUS, {0x809fae0, [], 0x4000000}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGSEGV, {0x809fae0, [], 0x4000000}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGALRM, {0x809fae0, [], 0x4000000}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGTERM, {0x809fae0, [], 0x4000000}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGVTALRM, {0x809fae0, [], 0x4000000}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGPROF, {0x809fae0, [], 0x4000000}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGXCPU, {0x809fae0, [], 0x4000000}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGXFSZ, {0x809fae0, [], 0x4000000}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGUSR1, {0x809fae0, [], 0x4000000}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGUSR2, {0x809fae0, [], 0x4000000}, {SIG_DFL}, 8) = 0
ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
brk(0x80e1000)                          = 0x80e1000
getuid()                                = 10000
setfsuid(10000)                         = 10000
getgid()                                = 58
setfsgid(58)                            = 58
open("/home/mh/.terminfo/l/linux", O_RDONLY) = -1 ENOENT (No such file or directory)
geteuid()                               = 10000
setfsuid(10000)                         = 10000
getegid()                               = 58
setfsgid(58)                            = 58
getuid()                                = 10000
setfsuid(10000)                         = 10000
getgid()                                = 58
setfsgid(58)                            = 58
open("/etc/terminfo/l/linux", O_RDONLY) = -1 ENOENT (No such file or directory)
geteuid()                               = 10000
setfsuid(10000)                         = 10000
getegid()                               = 58
setfsgid(58)                            = 58
getuid()                                = 10000
setfsuid(10000)                         = 10000
getgid()                                = 58
setfsgid(58)                            = 58
open("/usr/share/terminfo/l/linux", O_RDONLY) = 3
geteuid()                               = 10000
setfsuid(10000)                         = 10000
getegid()                               = 58
setfsgid(58)                            = 58
read(3, "\32\1\24\0\35\0\20\0}\1\307\2", 12) = 12
read(3, "linux|linux console\0", 20)    = 20
read(3, "\0\1\0\0\1\1\0\0\0\0\0\0\0\1\1\0\0\0\0\0\1\0\0\0\0\0\0"..., 29) = 29
read(3, "\0", 1)                        = 1
read(3, "\377\377\10\0\377\377\377\377\377\377\377\377\377\377\377"..., 32) = 32
read(3, "\377\377\0\0\2\0\4\0\25\0\32\0!\0%\0)\0\377\3774\0E\0G"..., 762) = 762
read(3, "\7\0\r\0\33[%i%p1%d;%p2%dr\0\33[3g\0\33[H\33[J"..., 711) = 711
close(3)                                = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, TIOCGWINSZ, {ws_row=30, ws_col=80, ws_xpixel=51712, ws_ypixel=30712}) = 0
ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
brk(0x80e2000)                          = 0x80e2000
ioctl(1, TIOCGWINSZ, {ws_row=30, ws_col=80, ws_xpixel=51712, ws_ypixel=30712}) = 0
brk(0x80e4000)                          = 0x80e4000
ioctl(1, TIOCGWINSZ, {ws_row=30, ws_col=80, ws_xpixel=51712, ws_ypixel=30712}) = 0
open("/etc/vimrc", O_RDONLY)            = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1942, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001c000
read(3, "\" vimrc (configuration file for "..., 4096) = 1942
brk(0x80e5000)                          = 0x80e5000
getuid()                                = 10000
setfsuid(10000)                         = 10000
getgid()                                = 58
setfsgid(58)                            = 58
open("/home/mh/.terminfo/l/linux-m", O_RDONLY) = -1 ENOENT (No such file or directory)
geteuid()                               = 10000
setfsuid(10000)                         = 10000
getegid()                               = 58
setfsgid(58)                            = 58
getuid()                                = 10000
setfsuid(10000)                         = 10000
getgid()                                = 58
setfsgid(58)                            = 58
open("/etc/terminfo/l/linux-m", O_RDONLY) = -1 ENOENT (No such file or directory)
geteuid()                               = 10000
setfsuid(10000)                         = 10000
getegid()                               = 58
setfsgid(58)                            = 58
getuid()                                = 10000
setfsuid(10000)                         = 10000
getgid()                                = 58
setfsgid(58)                            = 58
open("/usr/share/terminfo/l/linux-m", O_RDONLY) = 4
geteuid()                               = 10000
setfsuid(10000)                         = 10000
getegid()                               = 58
setfsgid(58)                            = 58
read(4, "\32\1\37\0\35\0\20\0}\1\263\2", 12) = 12
read(4, "linux-m|Linux console no color\0", 31) = 31
read(4, "\0\1\0\0\1\1\0\0\0\0\0\0\0\1\1\0\0\0\0\0\1\0\0\0\0\0\0"..., 29) = 29
read(4, "\377\377\10\0\377\377\377\377\377\377\377\377\377\377\377"..., 32) = 32
read(4, "\377\377\0\0\2\0\4\0\25\0\32\0!\0%\0)\0\377\3774\0E\0G"..., 762) = 762
read(4, "\7\0\r\0\33[%i%p1%d;%p2%dr\0\33[3g\0\33[H\33[J"..., 691) = 691
close(4)                                = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, TIOCGWINSZ, {ws_row=30, ws_col=80, ws_xpixel=51712, ws_ypixel=30712}) = 0
ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, TIOCGWINSZ, {ws_row=30, ws_col=80, ws_xpixel=51712, ws_ypixel=30712}) = 0
write(1, "\33[?25l", 6)                 = 6
read(3, "", 4096)                       = 0
read(3, "", 4096)                       = 0
close(3)                                = 0
munmap(0x4001c000, 4096)                = 0
open("/home/mh/.vimrc", O_RDONLY)       = 3
fstat(3, {st_mode=S_IFREG|0640, st_size=1116, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001c000
read(3, "\" =============================="..., 4096) = 1116
read(3, "", 4096)                       = 0
read(3, "", 4096)                       = 0
close(3)                                = 0
munmap(0x4001c000, 4096)                = 0
write(1, "\33[m", 3)                    = 3
ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(0, SNDCTL_TMR_START, {B38400 opost -isig -icanon -echo ...}) = 0
ioctl(0, TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0
brk(0x80e7000)                          = 0x80e7000
getuid()                                = 10000
socket(PF_UNIX, SOCK_STREAM, 0)         = 3
connect(3, {sun_family=AF_UNIX, sun_path="/var/run/.nscd_socket"}, 110) = -1 ECONNREFUSED (Connection refused)
close(3)                                = 0
open("/etc/nsswitch.conf", O_RDONLY)    = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1297, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001c000
read(3, "#\n# /etc/nsswitch.conf\n#\n# An ex"..., 4096) = 1297
read(3, "", 4096)                       = 0
close(3)                                = 0
munmap(0x4001c000, 4096)                = 0
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=30316, ...}) = 0
mmap(NULL, 30316, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4016f000
close(3)                                = 0
open("/lib/libnss_compat.so.2", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0755, st_size=224346, ...}) = 0
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\25"..., 4096) = 4096
mmap(NULL, 45196, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40177000
mprotect(0x40181000, 4236, PROT_NONE)   = 0
mmap(0x40181000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x9000) = 0x40181000
close(3)                                = 0
open("/lib/libnsl.so.1", O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0755, st_size=376092, ...}) = 0
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3009\0"..., 4096) = 4096
mmap(NULL, 89032, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40183000
mprotect(0x40195000, 15304, PROT_NONE)  = 0
mmap(0x40195000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x11000) = 0x40195000
mmap(0x40197000, 7112, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40197000
close(3)                                = 0
munmap(0x4016f000, 30316)               = 0
uname({sys="Linux", node="aqua", ...})  = 0
open("/etc/passwd", O_RDONLY)           = 3
fcntl(3, F_GETFD)                       = 0
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=2562, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001c000
_llseek(3, 0, [0], SEEK_CUR)            = 0
read(3, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 2562
close(3)                                = 0
munmap(0x4001c000, 4096)                = 0
uname({sys="Linux", node="aqua", ...})  = 0
getpid()                                = 8704
brk(0x80e9000)                          = 0x80e9000
select(1, [0], NULL, [0], {0, 0})       = 0 (Timeout)
getcwd("/home/mh", 1024)                = 9
select(1, [0], NULL, [0], {0, 0})       = 0 (Timeout)
write(1, "\33[1;30r\33[?25h\33[?0c\33[?25h\33[?0c\33[H"..., 547) = 547
select(1, [0], NULL, [0], {4, 0})       = 0 (Timeout)
select(1, [0], NULL, [0], NULL)         = 1 (in [0])
read(0, "", 250)                        = 0
ioctl(0, TCGETS, 0xbffff218)            = -1 EIO (Input/output error)
read(2, 0x80db000, 250)                 = -1 EBADF (Bad file descriptor)
ioctl(2, TCGETS, 0xbffff218)            = -1 ENOTTY (Inappropriate ioctl for device)
[...]
a few hundred times the same messages as above
[...]
write(1, "\33[30;1H", 7)                = -1 EIO (Input/output error)
ioctl(2, SNDCTL_TMR_START, {B38400 opost isig icanon echo ...}) = -1 ENOTTY (Inappropriate ioctl for device)
write(1, "Vim: Error reading input, exitin"..., 38) = -1 EIO (Input/output error)
write(1, "Vim: Finished.\r\n\33[30;1H", 23) = -1 EIO (Input/output error)
_exit(1)                                = ?
------------------------< snip snip snip >-----------------------------

-- 
Michael Hirmke           | Telefon +49 (911) 557999
Georg-Strobel-Strasse 81 | FAX     +49 (911) 557664
90489 Nuernberg          | E-Mail  mailto:mh@mike.franken.de
                         | WWW     http://aquarius.franken.de/

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: problem with tcsh
  2000-02-10 12:13       ` Glenn Spell
@ 2000-02-10 14:24         ` Corinna Vinschen
  0 siblings, 0 replies; 11+ messages in thread
From: Corinna Vinschen @ 2000-02-10 14:24 UTC (permalink / raw)
  To: Glenn Spell; +Cc: cygwin

Glenn Spell wrote:
> 
> On 10 Feb 2000 around  5:16PM (+0100) Corinna Vinschen wrote:
> 
> > Chris Faylor wrote:
> > >
> > > Actually, it's trying to write to *stdin*.  That's why it is failing.
> >
> > Q: Where is the difference to 9X?
> 
> I know the following is vague and may not help but it's all I have at
> the moment and it may be related... I run Win95B.
> 
> I couldn't run DLLs after 12-05-99 because bash-2.03 kept failing with
> page faults. I kept waiting for someone else to report the problems.
> Last week, I finially started investigating and found that If I
> replaced the bash-2.03 that I had compiled with gcc-2.95 (not 2.95-2)
> with an older bash-2.03 compiled with egcs-1.11 the problem disappeared.
> 
> Now I run the latest DLLs and they seem to work just fine.

You want to suggest a compiler problem? Hm, I have compiled
that tcsh-6.08.00 on ftp.franken.de with egcs-1.1, AFAICR.

But now I remember a similar problem. I'm not able anymore to compile
my cron and it runs.... I haven't changed any line of code.
Unfortunately I can't say when this becomes a problem.

Corinna

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: problem with tcsh
  2000-02-10  8:16     ` Corinna Vinschen
@ 2000-02-10 12:13       ` Glenn Spell
  2000-02-10 14:24         ` Corinna Vinschen
  2000-02-10 16:14       ` Michael Hirmke
  1 sibling, 1 reply; 11+ messages in thread
From: Glenn Spell @ 2000-02-10 12:13 UTC (permalink / raw)
  To: cygwin

On 10 Feb 2000 around  5:16PM (+0100) Corinna Vinschen wrote:

> Chris Faylor wrote:
> > 
> > Actually, it's trying to write to *stdin*.  That's why it is failing.
> 
> Q: Where is the difference to 9X?

I know the following is vague and may not help but it's all I have at
the moment and it may be related... I run Win95B.

I couldn't run DLLs after 12-05-99 because bash-2.03 kept failing with
page faults. I kept waiting for someone else to report the problems.
Last week, I finially started investigating and found that If I
replaced the bash-2.03 that I had compiled with gcc-2.95 (not 2.95-2)
with an older bash-2.03 compiled with egcs-1.11 the problem disappeared.

Now I run the latest DLLs and they seem to work just fine.

I want to install gcc-2.95-2 and recompile bash but I don't have space.

-glenn

-- 
  ________________________________________      _       _____
 )                                        )_ _ (__\____o /_/_ |
 )    Glenn Spell <glenn@gs.fay.nc.us>    )     >-----._/_/__]>
 )________________________________________)               `0  |

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: problem with tcsh
  2000-02-10  7:00   ` Chris Faylor
@ 2000-02-10  8:16     ` Corinna Vinschen
  2000-02-10 12:13       ` Glenn Spell
  2000-02-10 16:14       ` Michael Hirmke
  0 siblings, 2 replies; 11+ messages in thread
From: Corinna Vinschen @ 2000-02-10  8:16 UTC (permalink / raw)
  To: cygwin

Chris Faylor wrote:
> On Thu, Feb 10, 2000 at 09:16:16AM +0100, Corinna Vinschen wrote:
> >> This is what strace tells me about tcsh:
> >> [...]
> >>  1947  436996 [main] TCSH 1000 posify: env var converted to PATH=/usr/LOCAL/BIN:/bin:/WINDOWS:/WINDOWS/COMMAND:/DOS:/TEXMF/MIKTEX/BIN:/PROGRAMME/PACKER:/SYSTEMS/PERL5/BIN:/MSSDK/BIN:/TEXMF/EMTEX/BIN
> >>  1830  449069 [main] TCSH 1000 _write: -1 = write (0, 0x448890, 61)
> >>  3089  452158 [main] TCSH 1000 do_exit: do_exit (1)
> >> [...]
> >
> >The `write' call can't write to stdout and returns -1.
> 
> Actually, it's trying to write to *stdin*.  That's why it is failing.
> I have no idea why, though.

Oops, you're right, I missed it. 

AFAIK this behaviour is ok for an interactive tool when it has to
be sure to write a text to the same place where a user input will
come from. I will take a look into the sources today, just to be
sure. But the fact is, it works on NT and W2K.

Q: Where is the difference to 9X?

Corinna

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: problem with tcsh
  2000-02-10  0:16 ` Corinna Vinschen
@ 2000-02-10  7:00   ` Chris Faylor
  2000-02-10  8:16     ` Corinna Vinschen
  0 siblings, 1 reply; 11+ messages in thread
From: Chris Faylor @ 2000-02-10  7:00 UTC (permalink / raw)
  To: Cygwin Mailing List

On Thu, Feb 10, 2000 at 09:16:16AM +0100, Corinna Vinschen wrote:
>> This is what strace tells me about tcsh:
>> [...]
>>  1947  436996 [main] TCSH 1000 posify: env var converted to PATH=/usr/LOCAL/BIN:/bin:/WINDOWS:/WINDOWS/COMMAND:/DOS:/TEXMF/MIKTEX/BIN:/PROGRAMME/PACKER:/SYSTEMS/PERL5/BIN:/MSSDK/BIN:/TEXMF/EMTEX/BIN
>>  1830  449069 [main] TCSH 1000 _write: -1 = write (0, 0x448890, 61)
>>  3089  452158 [main] TCSH 1000 do_exit: do_exit (1)
>> [...]
>
>The `write' call can't write to stdout and returns -1.

Actually, it's trying to write to *stdin*.  That's why it is failing.
I have no idea why, though.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: problem with tcsh
  2000-02-09 23:44 Axel Riese
@ 2000-02-10  0:16 ` Corinna Vinschen
  2000-02-10  7:00   ` Chris Faylor
  0 siblings, 1 reply; 11+ messages in thread
From: Corinna Vinschen @ 2000-02-10  0:16 UTC (permalink / raw)
  To: Cygwin Mailing List

Axel Riese wrote:
> Hi,
> 
> I'm no longer able to run Corinna Vinschen's port of tcsh under Win95
> with all the snapshots from this year (it still works with the 199912xx
> cygwin1.dll's). Whenever I start tcsh it exits immediately without any message.

I'm using tcsh 6.09.00 from the Cygwin 1.0 CD in the meantime but I
have checked it with my 6.08.00 port. It works on NT and W2K.
Unfortunately I don't have W9X so I can't talk about it.

> This is what strace tells me about tcsh:
> [...]
>  1947  436996 [main] TCSH 1000 posify: env var converted to PATH=/usr/LOCAL/BIN:/bin:/WINDOWS:/WINDOWS/COMMAND:/DOS:/TEXMF/MIKTEX/BIN:/PROGRAMME/PACKER:/SYSTEMS/PERL5/BIN:/MSSDK/BIN:/TEXMF/EMTEX/BIN
>  1830  449069 [main] TCSH 1000 _write: -1 = write (0, 0x448890, 61)
>  3089  452158 [main] TCSH 1000 do_exit: do_exit (1)
> [...]

The `write' call can't write to stdout and returns -1.

Do you have an idea why this could happen? Did you change any
other detail in your system which may be related to that?

Corinna

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* problem with tcsh
@ 2000-02-09 23:44 Axel Riese
  2000-02-10  0:16 ` Corinna Vinschen
  0 siblings, 1 reply; 11+ messages in thread
From: Axel Riese @ 2000-02-09 23:44 UTC (permalink / raw)
  To: Cygwin Mailing List

Hi,

I'm no longer able to run Corinna Vinschen's port of tcsh under Win95
with all the snapshots from this year (it still works with the 199912xx
cygwin1.dll's). Whenever I start tcsh it exits immediately without any message.

This is what strace tells me about tcsh:

21844  177170 [main] TCSH 1000 environ_init: !C:=C:\CYGNUS
 1709  275166 [main] TCSH 1000 environ_init: TMP=C:\WINDOWS\TEMP
 1701  285127 [main] TCSH 1000 environ_init: TEMP=C:\WINDOWS\TEMP
 1708  294151 [main] TCSH 1000 environ_init: PROMPT=$p$g
 1712  302674 [main] TCSH 1000 environ_init: WINBOOTDIR=C:\WINDOWS
 1707  311202 [main] TCSH 1000 environ_init: COMSPEC=C:\WINDOWS\COMMAND.COM
 1734  319745 [main] TCSH 1000 environ_init: DIRCMD=/O:GNE /A
 1714  328342 [main] TCSH 1000 environ_init: EMTEXDIR=C:\TEXMF\EMTEX
 1714  337844 [main] TCSH 1000 environ_init: DVIDRVFONTS=C:\TEXMF\FONTS\PK\CX
 1742  346768 [main] TCSH 1000 environ_init: C_INCLUDE_PATH=/usr/local/w32api/include;/Cygnus/programs/axel32;/usr/local/include
 1712  355343 [main] TCSH 1000 environ_init: LIBRARY_PATH=/usr/local/lib
 1718  363942 [main] TCSH 1000 environ_init: GCC_EXEC_PREFIX=C:\Cygnus\cygwin-b20\H-i586-cygwin32\lib\gcc-lib\
 1721  372536 [main] TCSH 1000 getwinenv: can't set native for PATH= since no environ yet
 1885  374421 [main] TCSH 1000 mount_info::conv_to_posix_path: conv_to_posix_path (C:\CYGNUS\CYGWIN-B20\LOCAL\BIN, keep-rel)
 2155  376576 [main] TCSH 1000 normalize_win32_path: C:\CYGNUS\CYGWIN-B20\LOCAL\BIN = normalize_win32_path (C:\CYGNUS\CYGWIN-B20\LOCAL\BIN)
 1911  378487 [main] TCSH 1000 mount_info::conv_to_posix_path: /usr/LOCAL/BIN = conv_to_posix_path (C:\CYGNUS\CYGWIN-B20\LOCAL\BIN)
 1850  380337 [main] TCSH 1000 mount_info::conv_to_posix_path: conv_to_posix_path (C:\CYGNUS\CYGWIN-B20\H-I586-CYGWIN32\BIN, keep-rel)
 1964  382301 [main] TCSH 1000 normalize_win32_path: C:\CYGNUS\CYGWIN-B20\H-I586-CYGWIN32\BIN = normalize_win32_path (C:\CYGNUS\CYGWIN-B20\H-I586-CYGWIN32\BIN)
 1906  384207 [main] TCSH 1000 mount_info::conv_to_posix_path: /bin = conv_to_posix_path (C:\CYGNUS\CYGWIN-B20\H-I586-CYGWIN32\BIN)
 1841  386048 [main] TCSH 1000 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS, keep-rel)
 3144  389192 [main] TCSH 1000 normalize_win32_path: C:\WINDOWS = normalize_win32_path (C:\WINDOWS)
 2225  391417 [main] TCSH 1000 mount_info::conv_to_posix_path: /WINDOWS = conv_to_posix_path (C:\WINDOWS)
 1856  393273 [main] TCSH 1000 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS\COMMAND, keep-rel)
 1835  395108 [main] TCSH 1000 normalize_win32_path: C:\WINDOWS\COMMAND = normalize_win32_path (C:\WINDOWS\COMMAND)
 1861  396969 [main] TCSH 1000 mount_info::conv_to_posix_path: /WINDOWS/COMMAND = conv_to_posix_path (C:\WINDOWS\COMMAND)
 1859  398828 [main] TCSH 1000 mount_info::conv_to_posix_path: conv_to_posix_path (C:\DOS, keep-rel)
 1852  400680 [main] TCSH 1000 normalize_win32_path: C:\DOS = normalize_win32_path (C:\DOS)
 1839  402519 [main] TCSH 1000 mount_info::conv_to_posix_path: /DOS = conv_to_posix_path (C:\DOS)
 1824  404343 [main] TCSH 1000 mount_info::conv_to_posix_path: conv_to_posix_path (C:\TEXMF\MIKTEX\BIN, keep-rel)
 1838  406181 [main] TCSH 1000 normalize_win32_path: C:\TEXMF\MIKTEX\BIN = normalize_win32_path (C:\TEXMF\MIKTEX\BIN)
 1874  408055 [main] TCSH 1000 mount_info::conv_to_posix_path: /TEXMF/MIKTEX/BIN = conv_to_posix_path (C:\TEXMF\MIKTEX\BIN)
 1853  409908 [main] TCSH 1000 mount_info::conv_to_posix_path: conv_to_posix_path (C:\PROGRAMME\PACKER, keep-rel)
 1843  411751 [main] TCSH 1000 normalize_win32_path: C:\PROGRAMME\PACKER = normalize_win32_path (C:\PROGRAMME\PACKER)
 1872  413623 [main] TCSH 1000 mount_info::conv_to_posix_path: /PROGRAMME/PACKER = conv_to_posix_path (C:\PROGRAMME\PACKER)
 1869  415492 [main] TCSH 1000 mount_info::conv_to_posix_path: conv_to_posix_path (C:\SYSTEMS\PERL5\BIN, keep-rel)
 1848  417340 [main] TCSH 1000 normalize_win32_path: C:\SYSTEMS\PERL5\BIN = normalize_win32_path (C:\SYSTEMS\PERL5\BIN)
 1877  419217 [main] TCSH 1000 mount_info::conv_to_posix_path: /SYSTEMS/PERL5/BIN = conv_to_posix_path (C:\SYSTEMS\PERL5\BIN)
 1852  421069 [main] TCSH 1000 mount_info::conv_to_posix_path: conv_to_posix_path (C:\MSSDK\BIN, keep-rel)
 1853  422922 [main] TCSH 1000 normalize_win32_path: C:\MSSDK\BIN = normalize_win32_path (C:\MSSDK\BIN)
 1887  424809 [main] TCSH 1000 mount_info::conv_to_posix_path: /MSSDK/BIN = conv_to_posix_path (C:\MSSDK\BIN)
 2021  426830 [main] TCSH 1000 mount_info::conv_to_posix_path: conv_to_posix_path (C:\TEXMF\EMTEX\BIN, keep-rel)
 1864  428694 [main] TCSH 1000 normalize_win32_path: C:\TEXMF\EMTEX\BIN = normalize_win32_path (C:\TEXMF\EMTEX\BIN)
 1860  430554 [main] TCSH 1000 mount_info::conv_to_posix_path: /TEXMF/EMTEX/BIN = conv_to_posix_path (C:\TEXMF\EMTEX\BIN)
 2620  433174 [main] TCSH 1000 win_env::add_cache: posix /usr/LOCAL/BIN:/bin:/WINDOWS:/WINDOWS/COMMAND:/DOS:/TEXMF/MIKTEX/BIN:/PROGRAMME/PACKER:/SYSTEMS/PERL5/BIN:/MSSDK/BIN:/TEXMF/EMTEX/BIN
 1875  435049 [main] TCSH 1000 win_env::add_cache: native PATH=C:\CYGNUS\CYGWIN-B20\LOCAL\BIN;C:\CYGNUS\CYGWIN-B20\H-I586-CYGWIN32\BIN;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\DOS;C:\TEXMF\MIKTEX\BIN;C:\PROGRAMME\PACKER;C:\SYSTEMS\PERL5\BIN;C:\MSSDK\BIN;C:\TEXMF\EMTEX\BIN
 1947  436996 [main] TCSH 1000 posify: env var converted to PATH=/usr/LOCAL/BIN:/bin:/WINDOWS:/WINDOWS/COMMAND:/DOS:/TEXMF/MIKTEX/BIN:/PROGRAMME/PACKER:/SYSTEMS/PERL5/BIN:/MSSDK/BIN:/TEXMF/EMTEX/BIN
 1830  449069 [main] TCSH 1000 _write: -1 = write (0, 0x448890, 61)
 3089  452158 [main] TCSH 1000 do_exit: do_exit (1)
 1761  453919 [main] TCSH 1000 void: 0x0 = signal (20, 0x1)
 1716  455635 [main] TCSH 1000 void: 0x0 = signal (1, 0x1)
 1701  457336 [main] TCSH 1000 void: 0x0 = signal (2, 0x1)
 1698  459034 [main] TCSH 1000 void: 0x0 = signal (3, 0x1)
 2601  461635 [main] TCSH 1000 proc_terminate: nchildren 0, nzombies 0
 1787  463422 [main] TCSH 1000 proc_terminate: leaving
 1695  465117 [main] TCSH 1000 sigproc_terminate: entering
 1696  466813 [main] TCSH 1000 sigproc_terminate: done
 1706  468519 [main] TCSH 1000 do_exit: 1000 == pgrp 1000, send SIG{HUP,CONT} to stopped children
 2227  470746 [main] TCSH 1000 kill_pgrp: pid 1000, sig -1
 6532  477278 [main] TCSH 1000 kill_pgrp: -1 = kill (1000, -1)
 3088  480366 [main] TCSH 1000 __to_clock_t: dwHighDateTime 0, dwLowDateTime 0
 1776  482142 [main] TCSH 1000 __to_clock_t: total 00000000 00000000
 1749  483891 [main] TCSH 1000 __to_clock_t: dwHighDateTime 0, dwLowDateTime 0
 1715  485606 [main] TCSH 1000 __to_clock_t: total 00000000 00000000
 1775  487381 [main] TCSH 1000 my_parent_is_alive: No parent_alive mutex
 1738  489119 [main] TCSH 1000 do_exit: calling ExitProcess 1

Any ideas ?

- Axel


=======================================================================
Axel Riese
Research Institute for Symbolic Computation
J. Kepler University Linz                     Tel: +43 (0)732 2468 9939
Altenbergerstrasse 69                         Fax: +43 (0)732 2468 9930
A-4040 Linz                      e-Mail: Axel.Riese@risc.uni-linz.ac.at
Austria              http://www.risc.uni-linz.ac.at/people/ariese/home/
=======================================================================

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

end of thread, other threads:[~2006-01-09  2:26 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-02-10  7:26 problem with tcsh Axel Riese
  -- strict thread matches above, loose matches on Subject: below --
2006-01-09  1:59 Problem with Tcsh sanidip agarwal
2006-01-09  2:26 ` Igor Peshansky
2000-02-10 23:25 problem with tcsh Axel Riese
2000-02-09 23:44 Axel Riese
2000-02-10  0:16 ` Corinna Vinschen
2000-02-10  7:00   ` Chris Faylor
2000-02-10  8:16     ` Corinna Vinschen
2000-02-10 12:13       ` Glenn Spell
2000-02-10 14:24         ` Corinna Vinschen
2000-02-10 16:14       ` Michael Hirmke

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