Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug Report: Interactive Mode Glitches
- X-seq: zsh-workers 36949
- From: Nir Friedman <quicknir@xxxxxxxxx>
- To: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- Subject: Re: Bug Report: Interactive Mode Glitches
- Date: Sat, 24 Oct 2015 17:04:27 -0400
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=ZQ+A+em5qCAAO08y2u90RmFmgily6zttYyuXbxgJBeA=; b=0oC54tUeuKfVgt7EwBqzaXTPlOZ5i0HEzUQSYsy4RCxnJakjBPgcwy8MUOETXj26x7 zaEBueU2BORD/fkIKrJTwDuwQuWhxG2gs/CzosfssR0MQCfjLwxnIxlVvqId44G8hD0O +nOS6XHFzckhl1lGM782ira3HIiLtDYxyi4e0eIz+/1oyDGI+MVUoMVWi1lR2FjffVFS tt/AmWkkcF57Us29/uud5nRfII7XW9MWOuxDZ2FEMUWahVK7egUUj9qvZVSyvWdufebB c+9KXhen8Zm+RFqYeQIY+a37Hy2Qp43e5mJH15hHRNTMlbmv3g2gknydMSuYNS5DMpyc r9TQ==
- In-reply-to: <20151024205608.GE11372@tarsus.local2>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CA+cBnHDFZPK4d3hRYGZ_5o=1mep3D5iq67Ppsy1N91B9Pqd9vw@mail.gmail.com> <20151024203730.GD11372@tarsus.local2> <CA+cBnHCFJYxvaLL4O7wmKwP7rcdoTrh5aViMkT6zZW3eYaWYjw@mail.gmail.com> <20151024205608.GE11372@tarsus.local2>
Yes, I run with a tabbed emulator (terminator) and just the one tab closes,
sorry that wasn't clear. I will try running zsh from inside zsh and see
what I come up with.
I'm mostly on FC20, but I've also observed this on recent Ubuntu versions.
On Sat, Oct 24, 2015 at 4:56 PM, Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
wrote:
> Nir Friedman wrote on Sat, Oct 24, 2015 at 16:45:23 -0400:
> > Hi Daniel,
> >
> > My apologies, I only realized upon rereading this that I completely
> omitted
> > a description of what happened! What happens is that it crashes the zsh
> > process. So if you are running zsh by simply calling it from bash, it
> > reverts to the bash process. If (more typically) you are running the zsh
> > process directly in your terminal emulator, it crashes that window of the
> > terminal emulator.
> >
>
> What probably happens is not that the terminal emulator crashes, but
> that it closes because the shell exited (abnormally). Try instructing
> the terminal emulator to remain open after the process in the pty exits
> (such as with tmux's remain-on-exit option), or using a tabbed terminal
> emulator, to see this.
>
> > I'm not sure if zsh is killed by signal or some other mechanism.
>
> Try running zsh from another zsh instance. If the nested zsh crashes,
> the outer zsh will tell you that:
>
> % zsh
> tarsus% kill -11 $$
> [1] 17214 segmentation fault zsh
> % echo $?
> 137
>
> I'm not sure what to say about the rest of your email, so I'll leave it
> to others on list. Incidentally, what OS / distro are you on?
>
> Cheers,
>
> Daniel
>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author