zsh-workers
 help / color / mirror / code / Atom feed
From: Daniel Shahaf <d.s@daniel.shahaf.name>
To: zsh-workers@zsh.org
Subject: BUG: restore_queue_signals(): q = 2 != queue_in = 3
Date: Mon, 30 Jan 2017 06:53:25 +0000	[thread overview]
Message-ID: <20170130065325.GA6220@fujitsu.shahaf.local2> (raw)

Reproduction:

$ zsh -f
% autoload compinit
% compinit
% cd /t<TAB>88: exec.c:3855: BUG: q = 2 != queue_in = 3
mp/<CURSOR>

That line number is:

2643 execcmd_exec(Estate state, Execcmd_params eparams,
2645 {                                                                                                                       
3854                 dont_queue_signals();                                                                                   
3855                 if (!errflag)
3856                     lastval = execbuiltin(args, assigns, (Builtin) hn);
3857                 if (do_save & BINF_COMMAND)
3858                     errflag &= ~ERRFLAG_ERROR;
3859                 restore_queue_signals(q);

Further information:

% echo /t*
/tmp
% echo $ZSH_P<TAB>88: exec.c:3855: BUG: q = 2 != queue_in = 3
11: exec.c:3855: BUG: q = 2 != queue_in = 3
ATCHLEVEL 
zsh-5.3.1-62-gb007341


             reply	other threads:[~2017-01-30  6:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-30  6:53 Daniel Shahaf [this message]
2017-01-30 15:24 ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170130065325.GA6220@fujitsu.shahaf.local2 \
    --to=d.s@daniel.shahaf.name \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).