Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Unexpected infinite loop with xclip
- X-seq: zsh-workers 50613
- From: Michaël Cadilhac <michael@xxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Unexpected infinite loop with xclip
- Date: Wed, 7 Sep 2022 16:44:01 -0500
- Archived-at: <https://zsh.org/workers/50613>
- Domainkey-signature: a=rsa-sha1; c=nofws; d=cadilhac.name; h= mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; q=dns; s=default; b=Uez0bXg8HQC4nshN dmb7O4ARkf+k3coKhN6Wzy4clVD2qdiQgYu+cT6kOnWWddOvE0yZHW13oUIS3j1J 9DqpP3QFQAmcNLoW7qvakJ3HwS7lXh5Ns1U9xoBGTkivH6qznm13BPQnbP4R+RwB RjWlGlU+CRj8fTN4vuN0JVlZM8GGS2ALVgc0mfIveobwvIU2Dw29PYbscP7prZlI sb1MZVfRKl0ed0NqAgap1XZA0moJKhoejT+7eccoxdnOtgvA+g5YhIccZaQ5OE4U n2yyIvlTJa3oFLSQoq3OY6mmoooD6F45Gc7De+CMk31SKgXGR4iycO898Wt/KVrM HQbdSQ==
- List-id: <zsh-workers.zsh.org>
Hello Workers,
I can't explain the behavior of the following on my system:
With zsh -f:
$ while :; do read; echo | xclip; echo loop; done
RET
loop
loop
loop
...
(In the above, RET is the only user input.)
Bash does not have this problem. This is independent from the
terminal I use, it even has the same behavior on a X11-free TTY (with
DISPLAY set correctly). I'd find it strange that it be xclip related,
but could not find any other program that caused this.
Bug, feature, PEBKAC?
Cheers,
Michaël
Messages sorted by:
Reverse Date,
Date,
Thread,
Author