zsh-workers
 help / color / mirror / code / Atom feed
* BUG: restore_queue_signals(): q = 2 != queue_in = 3
@ 2017-01-30  6:53 Daniel Shahaf
  2017-01-30 15:24 ` Bart Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Shahaf @ 2017-01-30  6:53 UTC (permalink / raw)
  To: zsh-workers

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-30 15:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-30  6:53 BUG: restore_queue_signals(): q = 2 != queue_in = 3 Daniel Shahaf
2017-01-30 15:24 ` Bart Schaefer

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).