Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Src/exec.c:3961: BUG: q = 13 != queue_in = 14
- X-seq: zsh-workers 41366
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Src/exec.c:3961: BUG: q = 13 != queue_in = 14
- Date: Tue, 27 Jun 2017 08:38:42 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=WmrxPhfq3nNoOCNjWuwStTOWnXJWz VPqvZxexSuXOk4=; b=ucwjSa1aPhv+06XluEubYtQsrBwUewEXSC3HtGq8LI0sk 0Iq9bZCvJLXLGlmq2MJiWW8n+Ec4ZKxUyiMmxaqcrLW6Is/jbVYKaVgTyCA2BOEr 2DP/BdnDmgIBVCuzrwrP9guASSxAJGPd7O0ZrlPvVYoDqlHJvvQ+7i+Fil0IrWnX vy9YH3VHW1xyC3TgJZfRwC6toII3+Agotg1cHORtE83+XBpfCHfGT4Hp+5EwAvar wU1Or8+FQFk3xn0nlMzPK0Vjg5pIs6l3RVbQ7k6Cr0GzeDRkGeqQOKRsP6SVUPA2 6ZIGc4x1txJHB3rAB5o5q01XJIAme5+Es6mlPjH4g==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=WmrxPhfq3nNoOCNjWuwStTOWnXJWz VPqvZxexSuXOk4=; b=Gm51eF5d9zwJI88wHdiEh0Uj+srXgj9iUS3LAB21BCgAF XNTJG6IFFxI8Au6/L6RIxirD2P/lwz4aSxjnbpd8G45OXX6U4AdaGsdj7WFcNb2r AFkfS7Vw9RI/qWpp/JugGJo+k5PJy3rFoQLOgYknSfJKkkSD/u+A/ghg6HNH+r6F eBw+QzVgv+TOLUsonfzYly0opi5fFKC2He6Gg/0G9MpHEnGJcABBwxHY5UdN0fp2 uJHvQYweU3/m3dweWE/6ayUuu2EqO/7WjfCXNVRMQJhJC+qm1/W/lRpg2I8weFoP 1/zVbEld2tossY13EC2dYh2ablVOxdbpAWirAEaxQ==
- 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
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