Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: BUG: Random behavior of the shell
- X-seq: zsh-workers 44793
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- Subject: Re: BUG: Random behavior of the shell
- Date: Sun, 29 Sep 2019 15:34:00 -0700
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=eCg+O1uCSrujlVbRPnduSMlPbE/kKeLDpapXHT6GNe4=; b=dvCUeWnJfjp+f0T02S+4wVk0iiKpnUz9j216skW4Y+LX4ov4qCqWRiS94p9+W84Epb URwQiQOtCS1+LSbTOjIChY7Q5VUeXmY8M7jdE4GDPFhwGieDtEavryHcl9z5WCbZ7Wgv gZVWr5aV6u/t2Bb3fBBk7pp3LeEJHDcdd2b6SnSKJiuDyTTueoSaH9qTYPILNAHglmKK ETdjr2jZUoDVWh644LsRmMAsyG0raiev5rcUixfSeQPMShfs98wCQdoX2MNVc0pYtVDp PC3UVwm9rkzkhG3PfBYtr71vV9QKzhWwiJG5qzR6m8Mi852cx1QvuTE0l0fqOAzw1RO7 laLw==
- In-reply-to: <CAKc7PVCLs2jWy9tzLG7FVGUSuD=RFaroOWXagmowbm2B9LfoJw@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVCLs2jWy9tzLG7FVGUSuD=RFaroOWXagmowbm2B9LfoJw@mail.gmail.com>
On Sun, Sep 29, 2019 at 2:03 PM Sebastian Gniazdowski
<sgniazdowski@xxxxxxxxx> wrote:
>
> I was getting such behavior earlier, but waited with the report. Now
> it's a more clear one, so I'm reporting: https://youtu.be/N-HH2f_Rr0E
It's really difficult to see what's going on with these recordings you
keep posting. Video compression often makes them go by even faster
than real-time, and when the list of results you're displaying more
than fills the screen it's a pain to step backwards to see what you
were doing before. If you must resort to visual aids, a series of
still screen shots would be better. That said ...
> The list isn't getting filtered.
>
> Earlier was: the `quiet=1` assignment in the below
These don't seem very likely to be closely related problems. This
most recent one looks like a pattern matching issue, the other looks
like perhaps an exit status is leaking from one conditional test to
another. Why do you have a [[ ... ]] standing all by itself as a
command, with nothing testing the results? (Not that this should
cause a bug.)
> problems started when I've switched to Linux, so this could not be
> connected to any recent commits.
This isn't by any chance the same version of linux where Dennis is
reporting problems with trap functions?
I saw a "long long" vs. "long" error go by in compiler output in one
of those videos. Could wordcode be getting messed up by a default
integer byte-width in some circumstances, or something like that?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author