Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Src/exec.c:3961: BUG: q = 13 != queue_in = 14



The error is reproducible, but my current recipe requires z-sy-h.
Haven't tried yet to minimize that, sorry.

Recipe:
[[[
$ git clone https://github.com/zsh-users/zsh-syntax-highlighting /tmp/zsh-syntax-highlighting
$ Src/zsh -f 
% source /tmp/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 
% echo <TAB>
2: …/Src/exec.c:3961: BUG: q = 13 != queue_in = 14
               
]]]

Bisected to:
[[[
commit e51c9c17af51e4055efb5a2cc36739d1d7ae457f
Author: Barton E. Schaefer <schaefer@xxxxxxx>
Date:   Sun Jan 29 08:30:14 2017 -0800

    40453: signal handler safety for callers of patcompile(PAT_STATIC), which is not re-entrant.
]]]

Using these versions:
% echo $ZSH_PATCHLEVEL
zsh-5.3.1-229-gd78761c
% (cd /tmp/zsh-syntax-highlighting && git rev-parse HEAD)
ad522a091429ba180c930f84b2a023b40de4dbcc
% 

A similar issue was reported in 40463 (sic).

Cheers,

Daniel



Messages sorted by: Reverse Date, Date, Thread, Author