Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug in cygwin with select and master pty
- X-seq: zsh-workers 13155
- From: cgf@xxxxxxxxxx
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: Bug in cygwin with select and master pty
- Date: Sun, 12 Nov 2000 15:19:35 -0500
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
In article <001e01c049b7$7f159ea0$21c9ca95@xxxxxxxxxxxxxx>,
Andrej Borsenkow <Andrej.Borsenkow@xxxxxxxxxxxxxx> wrote:
>> } About select - so far there seems to be no known problems under cygwin
>> } (that does not mean, there are no problems).
>>
>>OK, if there are no known problems with select, then the test on line
>>1376 can change from `ret <= 0' to `ret < 0' -- and in that case it's
>>possible that we could split read_poll() into two cases, HAVE_SELECT v.
>>all the other code that's there. I won't do that for now, though.
>
>Life is fun. 5 minutes later I discovered a bug that made blocking
>multiline reads (with or without pattern) hang at the end of the first
>line. I sent sort of a patch to cygwin list, but I am not sure if it
>really does the right thing (it fixed the bug I've seen, O.K. The
>question is whether it introduced another bugs :-)
I didn't see any followup to this but the new (1.1.5) release of cygwin
should not have this problem.
>Anyway, fiddling with currently released versions of cygwin is pretty
>useless wrt to zpty (all of them are buggy in some way). Unfortunately
>(to us) zsh seems to be the only program that has these problems. With
>all implications.
Have all of these problems been reported to the cygwin mailing list? Are
there still problems in 1.1.5?
>The pgrp problem still remains.
What is the pgrp problem? Was this reported to the cygwin mailing list?
cgf
Messages sorted by:
Reverse Date,
Date,
Thread,
Author