Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Bug: zsh crashed when completing with pattern
- X-seq: zsh-workers 54205
- From: Ma Rocket <ma2014119@xxxxxxxxxxx>
- To: "zsh-workers@xxxxxxx" <zsh-workers@xxxxxxx>
- Subject: Bug: zsh crashed when completing with pattern
- Date: Sun, 22 Feb 2026 16:28:03 +0000
- Accept-language: zh-CN, en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=AcBC+hZgIxoWLSKfAzRK92HSC5I/YODJRBdrDj6enMA=; b=wvxTLzbUaf5YgojT7Payysq4+RbziinqqZSg1IsWvZ3+2i/uyPq010wCKgCbuMT843oAdGe4XXxh2lR8LUR46TELDq8mqe9uh3ntdRSqgwJ2C2+mNF17wIsNBd56QDWOegueXq2t3p8VM/wdgeFwZmq8dOMptMHrot2AxqOKZ98H1kZ2QpliDwFwAveeg21+aXTnT1UcZs+JfmPf3PSprEyNiWSKLGccBCCHr0NQNoPf2T417JKX7kPKIIF6cNK+P+rLGYSXqq1rWlnCqOx9JrN7Sy+jlc7/KFf9zUyIH6it7Z8TbWUPBlajePjRTkkCjKvpeEgKty+pAkNbz4h5rQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=to0RndKjpWsQc2YlpZZBmhdvtTo8J4DuGnvoKN18+YUgeqQYLf+TXtHdnPPIx4MxlUNvtCoPa5d3Wu91zF3LsuGYM0m3cSzuhiOscHVy3cvjnZ/USsdo+GRWLd5si54XA8btg/P1i+/llaSA/cI/Nnu0hWFQDIJyZwIScRWxgzsvcx7iEObSvM/MYDEQuwF1BjEmblVMiTqrZ5CEuc+LV1dbnefFvKd/00UCLjY5tUIo9xS5TShQ1U8oxcp9qqS0faKwO700oMEorEcCqKtBjVnNgu/EfZqb2hTCKr4gzWDM5ceGLjL7+OjbLfC+Om1KLf//KZZLBxhmo+dOvmRhyQ==
- Archived-at: <https://zsh.org/workers/54205>
- List-id: <zsh-workers.zsh.org>
- Msip_labels:
- Thread-index: AQHcpBcBa35MVmsOqkKaEHjsxJlbRg==
- Thread-topic: Bug: zsh crashed when completing with pattern
I was writing completion script when I found zsh would crash on my `_arguments` argument.
Here is the problematic line:
'(-l --highlight)'{-l,--highlight}'[Byte to highlight]:*[:number:]+:HIGHLIGHTS INT: '
The minimum completion script to reproduce: (filename: _sss)
#compdef sss
_arguments '-x[test]:*[:number:]:X: '
EOF
When press tab after `-x`, zsh crashed. I can predict that the pattern is the root cause.
Some core dump information from gdb is attached below.
#0 0x0000564a55848f5e in pattryrefs (prog=prog@entry=0x0, string=string@entry=0x564a76c71b70 "", stringlen=stringlen@entry=-1, unmetalenin=unmetalenin@entry=-1,
patstralloc=patstralloc@entry=0x0, patoffset=patoffset@entry=0, nump=0x0, begp=0x0, endp=0x0) at /usr/src/debug/zsh/zsh-5.9/Src/pattern.c:2300
2300 char *progstr = (char *)prog + prog->startoff;
------- tip of the day (disable with set show-tips off) -------
The set show-flags on setting will display CPU flags register in the regs context panel
LEGEND: STACK | HEAP | CODE | DATA | WX | RODATA
──────────────────────────────────────────────────────────[ REGISTERS / show-flags off / show-compact-regs off ]──────────────────────────────────────────────────────────
RAX 0
RBX 0
RCX 0xffffffff
RDX 0xffffffff
RDI 0
RSI 0x564a76c71b70 —▸ 0x7f83d7976a00 (_IO_wide_data_0+64) ◂— 0
R8 0
R9 0
R10 0x564a76c68960 —▸ 0x564a76a15cf0 —▸ 0x564a76a15ed0 —▸ 0x564a76a160c0 —▸ 0x564a76a162b0 ◂— ...
R11 0
R12 0x564a76c71b70 —▸ 0x7f83d7976a00 (_IO_wide_data_0+64) ◂— 0
R13 0
R14 0x564a76c68880 ◂— 0
R15 0x564a76c639e0 ◂— 0
RBP 0
RSP 0x7fffb7f38b50 ◂— 0x7fff00000000
RIP 0x564a55848f5e (pattryrefs+30) ◂— mov r14, qword ptr [rdi]
───────────────────────────────────────────────────────────────────[ DISASM / x86-64 / set emulate on ]───────────────────────────────────────────────────────────────────
► 0x564a55848f5e <pattryrefs+30> mov r14, qword ptr [rdi] <Cannot dereference [0]>
0x564a55848f61 <pattryrefs+33> mov qword ptr [rsp + 0x58], rsi [0x7fffb7f38ba8] <= 0x564a76c71b70 —▸ 0x7f83d7976a00 (_IO_wide_data_0+64) ◂— 0
0x564a55848f66 <pattryrefs+38> mov r12, qword ptr [rsp + 0xe0] R12, [{nump}]
0x564a55848f6e <pattryrefs+46> mov dword ptr [rsp + 0x54], edx [0x7fffb7f38ba4] <= 0xffffffff
0x564a55848f72 <pattryrefs+50> mov r15, qword ptr [rsp + 0xe8] R15, [{begp}]
0x564a55848f7a <pattryrefs+58> add r14, rdi
0x564a55848f7d <pattryrefs+61> mov dword ptr [rsp + 0x50], ecx [0x7fffb7f38ba0] <= 0xffffffff
0x564a55848f81 <pattryrefs+65> mov r10, qword ptr [rsp + 0xf0] R10, [{endp}]
0x564a55848f89 <pattryrefs+73> mov dword ptr [rsp + 4], r9d [0x7fffb7f38b54] <= 0
0x564a55848f8e <pattryrefs+78> mov rax, qword ptr fs:[0x28] RAX, [0x7f83d778e128] => 0xb31b7f610e874600
0x564a55848f97 <pattryrefs+87> mov qword ptr [rsp + 0x98], rax
────────────────────────────────────────────────────────────────────────────[ SOURCE (CODE) ]─────────────────────────────────────────────────────────────────────────────
In file: /home/Rocket/.cache/debuginfod_client/55555f001666a72818e23b3e27ab8dd6043c338c/source-b53a7c21-#usr#src#debug#zsh#zsh-5.9#Src#pattern.c:2300
2295 int *nump, int *begp, int *endp)
2296 {
2297 int i, maxnpos = 0, ret;
2298 int origlen;
2299 char **sp, **ep, *ptr;
► 2300 char *progstr = (char *)prog + prog->startoff;
2301 struct patstralloc patstralloc_struct;
2302
2303 if (nump) {
2304 maxnpos = *nump;
2305 *nump = 0;
2306 }
2307
2308 if (!patstralloc)
──────────────────────────────────────────────────────────────────────────────[ BACKTRACE ]───────────────────────────────────────────────────────────────────────────────
► 0 0x564a55848f5e pattryrefs+30
1 0x564a55849984 pattry+36
2 0x7f83d6f059c4 bin_comparguments+4596
3 0x7f83d6f059c4 bin_comparguments+4596
4 0x564a557be163 execbuiltin+1811
5 0x564a557e57e6 execcmd_exec+17734
6 0x564a557e62cf execpline2+207
7 0x564a557e6714 execpline+612
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
pwndbg> p prog
$1 = (Patprog) 0x0
pwndbg> bt
#0 0x0000564a55848f5e in pattryrefs (prog=prog@entry=0x0, string=string@entry=0x564a76c71b70 "", stringlen=stringlen@entry=-1, unmetalenin=unmetalenin@entry=-1,
patstralloc=patstralloc@entry=0x0, patoffset=patoffset@entry=0, nump=0x0, begp=0x0, endp=0x0) at /usr/src/debug/zsh/zsh-5.9/Src/pattern.c:2300
#1 0x0000564a55849984 in pattry (prog=prog@entry=0x0, string=string@entry=0x564a76c71b70 "") at /usr/src/debug/zsh/zsh-5.9/Src/pattern.c:2224
#2 0x00007f83d6f059c4 in ca_parse_line (first=<optimized out>, multi=<optimized out>, all=<optimized out>, d=<optimized out>)
at /usr/src/debug/zsh/zsh-5.9/Src/Zle/computil.c:2123
#3 bin_comparguments (nam=<optimized out>, args=<optimized out>, ops=<optimized out>, func=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/Zle/computil.c:2649
#4 0x0000564a557be163 in execbuiltin (args=<optimized out>, assigns=0x0, bn=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/builtin.c:506
#5 0x0000564a557e57e6 in execcmd_exec (state=state@entry=0x7fffb7f3bfd0, eparams=eparams@entry=0x7fffb7f3a260, input=input@entry=0, output=output@entry=0,
how=<optimized out>, how@entry=18, last1=<optimized out>, last1@entry=2, close_if_forked=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:4148
#6 0x0000564a557e62cf in execpline2 (state=state@entry=0x7fffb7f3bfd0, pcode=pcode@entry=20995, how=how@entry=18, input=0, output=0, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1960
#7 0x0000564a557e6714 in execpline (state=state@entry=0x7fffb7f3bfd0, slcode=<optimized out>, how=how@entry=18, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1689
#8 0x0000564a557e8646 in execlist (state=0x7fffb7f3bfd0, dont_change_job=1, exiting=0) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1444
#9 0x0000564a5581c904 in execif (state=0x7fffb7f3bfd0, do_exec=0) at /usr/src/debug/zsh/zsh-5.9/Src/loop.c:561
#10 0x0000564a557e40ed in execcmd_exec (state=state@entry=0x7fffb7f3bfd0, eparams=eparams@entry=0x7fffb7f3bae0, input=input@entry=0, output=output@entry=0,
how=<optimized out>, how@entry=18, last1=<optimized out>, last1@entry=2, close_if_forked=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:3968
#11 0x0000564a557e62cf in execpline2 (state=state@entry=0x7fffb7f3bfd0, pcode=pcode@entry=20995, how=how@entry=18, input=0, output=0, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1960
#12 0x0000564a557e6714 in execpline (state=state@entry=0x7fffb7f3bfd0, slcode=<optimized out>, how=how@entry=18, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1689
#13 0x0000564a557e8646 in execlist (state=state@entry=0x7fffb7f3bfd0, dont_change_job=dont_change_job@entry=1, exiting=exiting@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1444
#14 0x0000564a557e8e3e in execode (p=0x564a769708f0, dont_change_job=1, exiting=0, context=0x564a55872ee7 "shfunc") at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1221
#15 0x0000564a557ec799 in runshfunc (prog=0x564a769708f0, wrap=wrap@entry=0x0, name=name@entry=0x7f83d6f16178 "_arguments") at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:6068
#16 0x00007f83d6fe292b in comp_wrapper (name=0x7f83d6f16178 "_arguments", w=0x0, prog=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/Zle/complete.c:1588
#17 comp_wrapper (prog=<optimized out>, w=0x0, name=0x7f83d6f16178 "_arguments") at /usr/src/debug/zsh/zsh-5.9/Src/Zle/complete.c:1553
#18 0x0000564a557ec52d in runshfunc (prog=0x564a769708f0, wrap=0x7f83d6fff180 <wrapper>, name=0x7f83d6f16178 "_arguments") at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:6052
#19 0x0000564a557eceda in doshfunc (shfunc=shfunc@entry=0x564a76b5a9c0, doshargs=doshargs@entry=0x7f83d6f1adf0, noreturnval=noreturnval@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:5918
#20 0x0000564a557ee5b4 in execshfunc.part.0.lto_priv.0 (shf=0x564a76b5a9c0, args=0x7f83d6f1adf0) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:5487
#21 0x0000564a557e5c70 in execshfunc (args=0x7f83d6f1adf0, shf=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:5453
#22 execcmd_exec (state=state@entry=0x7fffb7f41540, eparams=eparams@entry=0x7fffb7f3db90, input=input@entry=0, output=output@entry=0, how=<optimized out>, how@entry=18,
last1=<optimized out>, last1@entry=2, close_if_forked=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:4019
#23 0x0000564a557e62cf in execpline2 (state=state@entry=0x7fffb7f41540, pcode=pcode@entry=9859, how=how@entry=18, input=0, output=0, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1960
#24 0x0000564a557e6714 in execpline (state=state@entry=0x7fffb7f41540, slcode=<optimized out>, how=how@entry=18, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1689
#25 0x0000564a557e8646 in execlist (state=0x7fffb7f41540, dont_change_job=1, exiting=0) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1444
#26 0x0000564a5581df03 in execcase (state=0x7fffb7f41540, do_exec=0) at /usr/src/debug/zsh/zsh-5.9/Src/loop.c:681
#27 0x0000564a557e40ed in execcmd_exec (state=state@entry=0x7fffb7f41540, eparams=eparams@entry=0x7fffb7f3f5f0, input=input@entry=0, output=output@entry=0,
how=<optimized out>, how@entry=18, last1=<optimized out>, last1@entry=2, close_if_forked=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:3968
#28 0x0000564a557e62cf in execpline2 (state=state@entry=0x7fffb7f41540, pcode=pcode@entry=2371, how=how@entry=18, input=0, output=0, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1960
#29 0x0000564a557e6714 in execpline (state=state@entry=0x7fffb7f41540, slcode=<optimized out>, how=how@entry=18, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1689
#30 0x0000564a557e8646 in execlist (state=0x7fffb7f41540, dont_change_job=1, exiting=0) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1444
#31 0x0000564a5581df03 in execcase (state=0x7fffb7f41540, do_exec=0) at /usr/src/debug/zsh/zsh-5.9/Src/loop.c:681
#32 0x0000564a557e40ed in execcmd_exec (state=state@entry=0x7fffb7f41540, eparams=eparams@entry=0x7fffb7f41050, input=input@entry=0, output=output@entry=0,
how=<optimized out>, how@entry=18, last1=<optimized out>, last1@entry=2, close_if_forked=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:3968
#33 0x0000564a557e62cf in execpline2 (state=state@entry=0x7fffb7f41540, pcode=pcode@entry=2243, how=how@entry=18, input=0, output=0, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1960
#34 0x0000564a557e6714 in execpline (state=state@entry=0x7fffb7f41540, slcode=<optimized out>, how=how@entry=18, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1689
#35 0x0000564a557e8646 in execlist (state=state@entry=0x7fffb7f41540, dont_change_job=dont_change_job@entry=1, exiting=exiting@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1444
#36 0x0000564a557e8e3e in execode (p=0x564a76c601f0, dont_change_job=1, exiting=0, context=0x564a55872ee7 "shfunc") at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1221
#37 0x0000564a557ec799 in runshfunc (prog=0x564a76c601f0, wrap=wrap@entry=0x0, name=name@entry=0x7f83d6f1a170 "_pwn") at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:6068
#38 0x00007f83d6fe292b in comp_wrapper (name=0x7f83d6f1a170 "_pwn", w=0x0, prog=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/Zle/complete.c:1588
#39 comp_wrapper (prog=<optimized out>, w=0x0, name=0x7f83d6f1a170 "_pwn") at /usr/src/debug/zsh/zsh-5.9/Src/Zle/complete.c:1553
#40 0x0000564a557ec52d in runshfunc (prog=0x564a76c601f0, wrap=0x7f83d6fff180 <wrapper>, name=0x7f83d6f1a170 "_pwn") at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:6052
#41 0x0000564a557eceda in doshfunc (shfunc=shfunc@entry=0x564a7696ecb0, doshargs=doshargs@entry=0x7f83d6f1eb78, noreturnval=noreturnval@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:5918
#42 0x0000564a557ee5b4 in execshfunc.part.0.lto_priv.0 (shf=0x564a7696ecb0, args=0x7f83d6f1eb78) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:5487
#43 0x0000564a557e5c70 in execshfunc (args=0x7f83d6f1eb78, shf=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:5453
#44 execcmd_exec (state=state@entry=0x7fffb7f435f0, eparams=eparams@entry=0x7fffb7f43100, input=input@entry=0, output=output@entry=0, how=<optimized out>, how@entry=18,
last1=<optimized out>, last1@entry=2, close_if_forked=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:4019
#45 0x0000564a557e62cf in execpline2 (state=state@entry=0x7fffb7f435f0, pcode=pcode@entry=131, how=how@entry=18, input=0, output=0, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1960
#46 0x0000564a557e6714 in execpline (state=state@entry=0x7fffb7f435f0, slcode=<optimized out>, how=how@entry=18, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1689
#47 0x0000564a557e8646 in execlist (state=state@entry=0x7fffb7f435f0, dont_change_job=dont_change_job@entry=1, exiting=exiting@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1444
#48 0x0000564a557e8e3e in execode (p=0x7f83d6f1eae8, dont_change_job=1, exiting=0, context=0x564a55875610 "eval") at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1221
#49 0x0000564a557db1b7 in eval (argv=0x7f83d6f1ea80) at /usr/src/debug/zsh/zsh-5.9/Src/builtin.c:6052
#50 0x0000564a557be163 in execbuiltin (args=<optimized out>, assigns=0x0, bn=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/builtin.c:506
#51 0x0000564a557e57e6 in execcmd_exec (state=state@entry=0x7fffb7f468d0, eparams=eparams@entry=0x7fffb7f44b60, input=input@entry=0, output=output@entry=0,
how=<optimized out>, how@entry=2, last1=<optimized out>, last1@entry=2, close_if_forked=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:4148
#52 0x0000564a557e62cf in execpline2 (state=state@entry=0x7fffb7f468d0, pcode=pcode@entry=4099, how=how@entry=2, input=0, output=0, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1960
#53 0x0000564a557e6714 in execpline (state=state@entry=0x7fffb7f468d0, slcode=<optimized out>, how=how@entry=2, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1689
#54 0x0000564a557e8b5f in execlist (state=0x7fffb7f468d0, dont_change_job=1, exiting=0) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1453
#55 0x0000564a5581c99f in execif (state=0x7fffb7f468d0, do_exec=0) at /usr/src/debug/zsh/zsh-5.9/Src/loop.c:582
#56 0x0000564a557e40ed in execcmd_exec (state=state@entry=0x7fffb7f468d0, eparams=eparams@entry=0x7fffb7f463e0, input=input@entry=0, output=output@entry=0,
how=<optimized out>, how@entry=2, last1=<optimized out>, last1@entry=2, close_if_forked=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:3968
#57 0x0000564a557e62cf in execpline2 (state=state@entry=0x7fffb7f468d0, pcode=pcode@entry=3971, how=how@entry=2, input=0, output=0, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1960
#58 0x0000564a557e6714 in execpline (state=state@entry=0x7fffb7f468d0, slcode=<optimized out>, how=how@entry=2, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1689
#59 0x0000564a557e8646 in execlist (state=state@entry=0x7fffb7f468d0, dont_change_job=dont_change_job@entry=1, exiting=exiting@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1444
#60 0x0000564a557e8e3e in execode (p=0x564a76c4ae10, dont_change_job=1, exiting=0, context=0x564a55872ee7 "shfunc") at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1221
#61 0x0000564a557ec799 in runshfunc (prog=0x564a76c4ae10, wrap=wrap@entry=0x0, name=name@entry=0x7f83d6f1e178 "_dispatch") at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:6068
#62 0x00007f83d6fe292b in comp_wrapper (name=0x7f83d6f1e178 "_dispatch", w=0x0, prog=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/Zle/complete.c:1588
#63 comp_wrapper (prog=<optimized out>, w=0x0, name=0x7f83d6f1e178 "_dispatch") at /usr/src/debug/zsh/zsh-5.9/Src/Zle/complete.c:1553
#64 0x0000564a557ec52d in runshfunc (prog=0x564a76c4ae10, wrap=0x7f83d6fff180 <wrapper>, name=0x7f83d6f1e178 "_dispatch") at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:6052
#65 0x0000564a557eceda in doshfunc (shfunc=shfunc@entry=0x564a76b5b6c0, doshargs=doshargs@entry=0x7f83d6f229d8, noreturnval=noreturnval@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:5918
#66 0x0000564a557ee5b4 in execshfunc.part.0.lto_priv.0 (shf=0x564a76b5b6c0, args=0x7f83d6f229d8) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:5487
#67 0x0000564a557e5c70 in execshfunc (args=0x7f83d6f229d8, shf=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:5453
#68 execcmd_exec (state=state@entry=0x7fffb7f48980, eparams=eparams@entry=0x7fffb7f48490, input=input@entry=0, output=output@entry=0, how=<optimized out>, how@entry=18,
last1=<optimized out>, last1@entry=2, close_if_forked=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:4019
#69 0x0000564a557e62cf in execpline2 (state=state@entry=0x7fffb7f48980, pcode=pcode@entry=2563, how=how@entry=18, input=0, output=0, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1960
#70 0x0000564a557e6714 in execpline (state=state@entry=0x7fffb7f48980, slcode=<optimized out>, how=how@entry=18, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1689
#71 0x0000564a557e8646 in execlist (state=state@entry=0x7fffb7f48980, dont_change_job=dont_change_job@entry=1, exiting=exiting@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1444
#72 0x0000564a557e8e3e in execode (p=0x564a76b7fe30, dont_change_job=1, exiting=0, context=0x564a55872ee7 "shfunc") at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1221
#73 0x0000564a557ec799 in runshfunc (prog=0x564a76b7fe30, wrap=wrap@entry=0x0, name=name@entry=0x7f83d6f22170 "_normal") at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:6068
#74 0x00007f83d6fe292b in comp_wrapper (name=0x7f83d6f22170 "_normal", w=0x0, prog=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/Zle/complete.c:1588
#75 comp_wrapper (prog=<optimized out>, w=0x0, name=0x7f83d6f22170 "_normal") at /usr/src/debug/zsh/zsh-5.9/Src/Zle/complete.c:1553
#76 0x0000564a557ec52d in runshfunc (prog=0x564a76b7fe30, wrap=0x7f83d6fff180 <wrapper>, name=0x7f83d6f22170 "_normal") at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:6052
#77 0x0000564a557eceda in doshfunc (shfunc=shfunc@entry=0x564a76b5c700, doshargs=doshargs@entry=0x7f83d6f268e8, noreturnval=noreturnval@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:5918
#78 0x0000564a557ee5b4 in execshfunc.part.0.lto_priv.0 (shf=0x564a76b5c700, args=0x7f83d6f268e8) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:5487
#79 0x0000564a557e5c70 in execshfunc (args=0x7f83d6f268e8, shf=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:5453
#80 execcmd_exec (state=state@entry=0x7fffb7f4c2b0, eparams=eparams@entry=0x7fffb7f4a540, input=input@entry=0, output=output@entry=0, how=<optimized out>, how@entry=2,
last1=<optimized out>, last1@entry=2, close_if_forked=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:4019
#81 0x0000564a557e62cf in execpline2 (state=state@entry=0x7fffb7f4c2b0, pcode=pcode@entry=7555, how=how@entry=2, input=0, output=0, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1960
#82 0x0000564a557e6714 in execpline (state=state@entry=0x7fffb7f4c2b0, slcode=<optimized out>, how=how@entry=2, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1689
#83 0x0000564a557e8b5f in execlist (state=0x7fffb7f4c2b0, dont_change_job=1, exiting=0) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1453
#84 0x0000564a5581c99f in execif (state=0x7fffb7f4c2b0, do_exec=0) at /usr/src/debug/zsh/zsh-5.9/Src/loop.c:582
#85 0x0000564a557e40ed in execcmd_exec (state=state@entry=0x7fffb7f4c2b0, eparams=eparams@entry=0x7fffb7f4bdc0, input=input@entry=0, output=output@entry=0,
how=<optimized out>, how@entry=2, last1=<optimized out>, last1@entry=2, close_if_forked=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:3968
#86 0x0000564a557e62cf in execpline2 (state=state@entry=0x7fffb7f4c2b0, pcode=pcode@entry=7427, how=how@entry=2, input=0, output=0, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1960
#87 0x0000564a557e6714 in execpline (state=state@entry=0x7fffb7f4c2b0, slcode=<optimized out>, how=how@entry=2, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1689
#88 0x0000564a557e8646 in execlist (state=state@entry=0x7fffb7f4c2b0, dont_change_job=dont_change_job@entry=1, exiting=exiting@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1444
#89 0x0000564a557e8e3e in execode (p=0x564a76c5fd40, dont_change_job=1, exiting=0, context=0x564a55872ee7 "shfunc") at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1221
#90 0x0000564a557ec799 in runshfunc (prog=0x564a76c5fd40, wrap=wrap@entry=0x0, name=name@entry=0x7f83d6f26178 "_complete") at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:6068
#91 0x00007f83d6fe292b in comp_wrapper (name=0x7f83d6f26178 "_complete", w=0x0, prog=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/Zle/complete.c:1588
#92 comp_wrapper (prog=<optimized out>, w=0x0, name=0x7f83d6f26178 "_complete") at /usr/src/debug/zsh/zsh-5.9/Src/Zle/complete.c:1553
#93 0x0000564a557ec52d in runshfunc (prog=0x564a76c5fd40, wrap=0x7f83d6fff180 <wrapper>, name=0x7f83d6f26178 "_complete") at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:6052
#94 0x0000564a557eceda in doshfunc (shfunc=shfunc@entry=0x564a76b5add0, doshargs=doshargs@entry=0x7f83d6f2d8f0, noreturnval=noreturnval@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:5918
#95 0x0000564a557ee5b4 in execshfunc.part.0.lto_priv.0 (shf=0x564a76b5add0, args=0x7f83d6f2d8f0) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:5487
#96 0x0000564a557e5c70 in execshfunc (args=0x7f83d6f2d8f0, shf=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:5453
#97 execcmd_exec (state=state@entry=0x7fffb7f54660, eparams=eparams@entry=0x7fffb7f4de70, input=input@entry=0, output=output@entry=0, how=<optimized out>, how@entry=18,
last1=<optimized out>, last1@entry=2, close_if_forked=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:4019
#98 0x0000564a557e62cf in execpline2 (state=state@entry=0x7fffb7f54660, pcode=pcode@entry=14019, how=how@entry=18, input=0, output=0, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1960
#99 0x0000564a557e6714 in execpline (state=state@entry=0x7fffb7f54660, slcode=<optimized out>, how=how@entry=18, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1689
#100 0x0000564a557e8646 in execlist (state=0x7fffb7f54660, dont_change_job=1, exiting=0) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1444
#101 0x0000564a5581c904 in execif (state=0x7fffb7f54660, do_exec=0) at /usr/src/debug/zsh/zsh-5.9/Src/loop.c:561
#102 0x0000564a557e40ed in execcmd_exec (state=state@entry=0x7fffb7f54660, eparams=eparams@entry=0x7fffb7f4f6f0, input=input@entry=0, output=output@entry=0,
how=<optimized out>, how@entry=2, last1=<optimized out>, last1@entry=2, close_if_forked=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:3968
#103 0x0000564a557e62cf in execpline2 (state=state@entry=0x7fffb7f54660, pcode=pcode@entry=13699, how=how@entry=2, input=0, output=0, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1960
#104 0x0000564a557e6714 in execpline (state=state@entry=0x7fffb7f54660, slcode=<optimized out>, how=how@entry=2, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1689
#105 0x0000564a557e8646 in execlist (state=0x7fffb7f54660, dont_change_job=1, exiting=0) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1444
#106 0x0000564a55822bbd in execfor (state=<optimized out>, do_exec=0) at /usr/src/debug/zsh/zsh-5.9/Src/loop.c:175
#107 0x0000564a557e40ed in execcmd_exec (state=state@entry=0x7fffb7f54660, eparams=eparams@entry=0x7fffb7f50fe0, input=input@entry=0, output=output@entry=0,
how=<optimized out>, how@entry=2, last1=<optimized out>, last1@entry=2, close_if_forked=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:3968
#108 0x0000564a557e62cf in execpline2 (state=state@entry=0x7fffb7f54660, pcode=pcode@entry=13187, how=how@entry=2, input=0, output=0, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1960
#109 0x0000564a557e6714 in execpline (state=state@entry=0x7fffb7f54660, slcode=<optimized out>, how=how@entry=2, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1689
#110 0x0000564a557e8646 in execlist (state=0x7fffb7f54660, dont_change_job=1, exiting=0) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1444
#111 0x0000564a55822bbd in execfor (state=<optimized out>, do_exec=0) at /usr/src/debug/zsh/zsh-5.9/Src/loop.c:175
#112 0x0000564a557e40ed in execcmd_exec (state=state@entry=0x7fffb7f54660, eparams=eparams@entry=0x7fffb7f528d0, input=input@entry=0, output=output@entry=0,
how=<optimized out>, how@entry=2, last1=<optimized out>, last1@entry=2, close_if_forked=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:3968
#113 0x0000564a557e62cf in execpline2 (state=state@entry=0x7fffb7f54660, pcode=pcode@entry=11715, how=how@entry=2, input=0, output=0, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1960
#114 0x0000564a557e6714 in execpline (state=state@entry=0x7fffb7f54660, slcode=<optimized out>, how=how@entry=2, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1689
#115 0x0000564a557e8646 in execlist (state=0x7fffb7f54660, dont_change_job=1, exiting=0) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1444
#116 0x0000564a5581cad4 in exectry (state=0x7fffb7f54660, do_exec=0) at /usr/src/debug/zsh/zsh-5.9/Src/loop.c:747
#117 0x0000564a557e40ed in execcmd_exec (state=state@entry=0x7fffb7f54660, eparams=eparams@entry=0x7fffb7f54170, input=input@entry=0, output=output@entry=0,
how=<optimized out>, how@entry=2, last1=<optimized out>, last1@entry=2, close_if_forked=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:3968
#118 0x0000564a557e62cf in execpline2 (state=state@entry=0x7fffb7f54660, pcode=pcode@entry=3651, how=how@entry=2, input=0, output=0, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1960
#119 0x0000564a557e6714 in execpline (state=state@entry=0x7fffb7f54660, slcode=<optimized out>, how=how@entry=2, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1689
#120 0x0000564a557e8646 in execlist (state=state@entry=0x7fffb7f54660, dont_change_job=dont_change_job@entry=1, exiting=exiting@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1444
#121 0x0000564a557e8e3e in execode (p=0x564a76c5d1f0, dont_change_job=1, exiting=0, context=0x564a55872ee7 "shfunc") at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1221
#122 0x0000564a557ec799 in runshfunc (prog=0x564a76c5d1f0, wrap=wrap@entry=0x0, name=name@entry=0x7f83d6f32180 "_main_complete")
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:6068
#123 0x00007f83d6fe292b in comp_wrapper (name=0x7f83d6f32180 "_main_complete", w=0x0, prog=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/Zle/complete.c:1588
#124 comp_wrapper (prog=<optimized out>, w=0x0, name=0x7f83d6f32180 "_main_complete") at /usr/src/debug/zsh/zsh-5.9/Src/Zle/complete.c:1553
#125 0x0000564a557ec52d in runshfunc (prog=0x564a76c5d1f0, wrap=0x7f83d6fff180 <wrapper>, name=0x7f83d6f32180 "_main_complete")
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:6052
#126 0x0000564a557eceda in doshfunc (shfunc=shfunc@entry=0x564a76b5c080, doshargs=doshargs@entry=0x0, noreturnval=noreturnval@entry=1)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:5918
#127 0x00007f83d6fe807f in callcompfunc (fn=0x564a76babe80 "_main_complete", s=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/Zle/compcore.c:835
#128 makecomplist (lst=<optimized out>, incmd=<optimized out>, s=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/Zle/compcore.c:991
#129 do_completion (dummy=<optimized out>, dat=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/Zle/compcore.c:343
#130 0x00007f83d7773fbe in docompletion (incmd=0, lst=<optimized out>, s=0x564a76bc07b0 "") at /usr/src/debug/zsh/zsh-5.9/Src/Zle/zle_tricky.c:2342
#131 docomplete (lst=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/Zle/zle_tricky.c:868
#132 0x00007f83d776b074 in completecall (args=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/Zle/zle_tricky.c:207
#133 0x00007f83d775870f in execzlefunc (func=0x564a76bb5dc0, args=0x7f83d6f3a618, set_bindk=0, set_lbindk=0) at /usr/src/debug/zsh/zsh-5.9/Src/Zle/zle_main.c:1472
#134 0x00007f83d776e441 in bin_zle_call (name=<optimized out>, args=<optimized out>, ops=<optimized out>, func=<optimized out>)
at /usr/src/debug/zsh/zsh-5.9/Src/Zle/zle_thingy.c:806
#135 0x0000564a557be163 in execbuiltin (args=<optimized out>, assigns=0x0, bn=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/builtin.c:506
#136 0x0000564a557e57e6 in execcmd_exec (state=state@entry=0x7fffb7f58340, eparams=eparams@entry=0x7fffb7f565d0, input=input@entry=0, output=output@entry=0,
how=<optimized out>, how@entry=18, last1=<optimized out>, last1@entry=2, close_if_forked=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:4148
#137 0x0000564a557e62cf in execpline2 (state=state@entry=0x7fffb7f58340, pcode=pcode@entry=643, how=how@entry=18, input=0, output=0, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1960
#138 0x0000564a557e6714 in execpline (state=state@entry=0x7fffb7f58340, slcode=<optimized out>, how=how@entry=18, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1689
#139 0x0000564a557e8646 in execlist (state=0x7fffb7f58340, dont_change_job=1, exiting=0) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1444
#140 0x0000564a5581c99f in execif (state=0x7fffb7f58340, do_exec=0) at /usr/src/debug/zsh/zsh-5.9/Src/loop.c:582
#141 0x0000564a557e40ed in execcmd_exec (state=state@entry=0x7fffb7f58340, eparams=eparams@entry=0x7fffb7f57e50, input=input@entry=0, output=output@entry=0,
how=<optimized out>, how@entry=18, last1=<optimized out>, last1@entry=2, close_if_forked=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:3968
#142 0x0000564a557e62cf in execpline2 (state=state@entry=0x7fffb7f58340, pcode=pcode@entry=579, how=how@entry=18, input=0, output=0, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1960
#143 0x0000564a557e6714 in execpline (state=state@entry=0x7fffb7f58340, slcode=<optimized out>, how=how@entry=18, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1689
#144 0x0000564a557e8646 in execlist (state=state@entry=0x7fffb7f58340, dont_change_job=dont_change_job@entry=1, exiting=exiting@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1444
#145 0x0000564a557e8e3e in execode (p=0x564a769eee00, dont_change_job=1, exiting=0, context=0x564a55872ee7 "shfunc") at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1221
#146 0x0000564a557ec799 in runshfunc (prog=0x564a769eee00, wrap=0x0, name=0x7f83d6f3a190 "_zsh_autosuggest_invoke_original_widget")
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:6068
#147 0x0000564a557eceda in doshfunc (shfunc=shfunc@entry=0x564a769eef60, doshargs=doshargs@entry=0x7f83d6f3e5b8, noreturnval=noreturnval@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:5918
#148 0x0000564a557ee5b4 in execshfunc.part.0.lto_priv.0 (shf=0x564a769eef60, args=0x7f83d6f3e5b8) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:5487
#149 0x0000564a557e5c70 in execshfunc (args=0x7f83d6f3e5b8, shf=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:5453
#150 execcmd_exec (state=state@entry=0x7fffb7f5a160, eparams=eparams@entry=0x7fffb7f59c70, input=input@entry=0, output=output@entry=0, how=<optimized out>, how@entry=2,
last1=<optimized out>, last1@entry=2, close_if_forked=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:4019
#151 0x0000564a557e62cf in execpline2 (state=state@entry=0x7fffb7f5a160, pcode=pcode@entry=963, how=how@entry=2, input=0, output=0, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1960
#152 0x0000564a557e6714 in execpline (state=state@entry=0x7fffb7f5a160, slcode=<optimized out>, how=how@entry=2, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1689
#153 0x0000564a557e8646 in execlist (state=state@entry=0x7fffb7f5a160, dont_change_job=dont_change_job@entry=1, exiting=exiting@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1444
#154 0x0000564a557e8e3e in execode (p=0x564a769ef820, dont_change_job=1, exiting=0, context=0x564a55872ee7 "shfunc") at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1221
#155 0x0000564a557ec799 in runshfunc (prog=0x564a769ef820, wrap=0x0, name=0x7f83d6f3e180 "_zsh_autosuggest_modify") at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:6068
#156 0x0000564a557eceda in doshfunc (shfunc=shfunc@entry=0x564a769ef8a0, doshargs=doshargs@entry=0x7f83d6f423c8, noreturnval=noreturnval@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:5918
#157 0x0000564a557ee5b4 in execshfunc.part.0.lto_priv.0 (shf=0x564a769ef8a0, args=0x7f83d6f423c8) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:5487
#158 0x0000564a557e5c70 in execshfunc (args=0x7f83d6f423c8, shf=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:5453
#159 execcmd_exec (state=state@entry=0x7fffb7f5bf80, eparams=eparams@entry=0x7fffb7f5ba90, input=input@entry=0, output=output@entry=0, how=<optimized out>, how@entry=2,
last1=<optimized out>, last1@entry=2, close_if_forked=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:4019
#160 0x0000564a557e62cf in execpline2 (state=state@entry=0x7fffb7f5bf80, pcode=pcode@entry=387, how=how@entry=2, input=0, output=0, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1960
#161 0x0000564a557e6714 in execpline (state=state@entry=0x7fffb7f5bf80, slcode=<optimized out>, how=how@entry=2, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1689
#162 0x0000564a557e8646 in execlist (state=state@entry=0x7fffb7f5bf80, dont_change_job=dont_change_job@entry=1, exiting=exiting@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1444
#163 0x0000564a557e8e3e in execode (p=0x564a769b6dd0, dont_change_job=1, exiting=0, context=0x564a55872ee7 "shfunc") at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1221
#164 0x0000564a557ec799 in runshfunc (prog=0x564a769b6dd0, wrap=0x0, name=0x7f83d6f42188 "_zsh_autosuggest_widget_modify") at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:6068
#165 0x0000564a557eceda in doshfunc (shfunc=shfunc@entry=0x564a769b6f40, doshargs=doshargs@entry=0x7f83d6f46288, noreturnval=noreturnval@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:5918
#166 0x0000564a557ee5b4 in execshfunc.part.0.lto_priv.0 (shf=0x564a769b6f40, args=0x7f83d6f46288) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:5487
#167 0x0000564a557e5c70 in execshfunc (args=0x7f83d6f46288, shf=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:5453
#168 execcmd_exec (state=state@entry=0x7fffb7f5dda0, eparams=eparams@entry=0x7fffb7f5d8b0, input=input@entry=0, output=output@entry=0, how=<optimized out>,
how@entry=18, last1=<optimized out>, last1@entry=2, close_if_forked=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:4019
#169 0x0000564a557e62cf in execpline2 (state=state@entry=0x7fffb7f5dda0, pcode=pcode@entry=131, how=how@entry=18, input=0, output=0, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1960
#170 0x0000564a557e6714 in execpline (state=state@entry=0x7fffb7f5dda0, slcode=<optimized out>, how=how@entry=18, last1=last1@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1689
#171 0x0000564a557e8646 in execlist (state=state@entry=0x7fffb7f5dda0, dont_change_job=dont_change_job@entry=1, exiting=exiting@entry=0)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1444
#172 0x0000564a557e8e3e in execode (p=0x564a76bb5cc0, dont_change_job=1, exiting=0, context=0x564a55872ee7 "shfunc") at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:1221
#173 0x0000564a557ec799 in runshfunc (prog=0x564a76bb5cc0, wrap=0x0, name=0x7f83d6f461a0 "_zsh_autosuggest_bound_1_expand-or-complete")
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:6068
#174 0x0000564a557eceda in doshfunc (shfunc=shfunc@entry=0x564a76bb5b10, doshargs=doshargs@entry=0x0, noreturnval=noreturnval@entry=1)
at /usr/src/debug/zsh/zsh-5.9/Src/exec.c:5918
#175 0x00007f83d77584b6 in execzlefunc (func=0x7f83d7787c30 <thingies+2000>, args=args@entry=0x7f83d778bca8 <zlenoargs>, set_bindk=set_bindk@entry=0,
set_lbindk=set_lbindk@entry=0) at /usr/src/debug/zsh/zsh-5.9/Src/Zle/zle_main.c:1528
#176 0x00007f83d775a831 in zlecore () at /usr/src/debug/zsh/zsh-5.9/Src/Zle/zle_main.c:1149
#177 0x00007f83d775b5c4 in zleread (lp=<optimized out>, rp=<optimized out>, flags=<optimized out>, context=0, init=0x7f83d777a39a "zle-line-init",
finish=0x7f83d777a38a "zle-line-finish") at /usr/src/debug/zsh/zsh-5.9/Src/Zle/zle_main.c:1356
#178 0x0000564a5580ce34 in zleentry (cmd=cmd@entry=1) at /usr/src/debug/zsh/zsh-5.9/Src/init.c:1631
#179 0x0000564a5580d6a6 in inputline () at /usr/src/debug/zsh/zsh-5.9/Src/input.c:424
#180 ingetc () at /usr/src/debug/zsh/zsh-5.9/Src/input.c:357
#181 ingetc () at /usr/src/debug/zsh/zsh-5.9/Src/input.c:321
#182 0x0000564a558004b4 in ihgetc () at /usr/src/debug/zsh/zsh-5.9/Src/hist.c:415
#183 0x0000564a5581b28f in gettok () at /usr/src/debug/zsh/zsh-5.9/Src/lex.c:622
#184 zshlex () at /usr/src/debug/zsh/zsh-5.9/Src/lex.c:275
#185 0x0000564a5583e0a8 in zshlex () at /usr/src/debug/zsh/zsh-5.9/Src/lex.c:268
#186 parse_event (endtok=37) at /usr/src/debug/zsh/zsh-5.9/Src/parse.c:615
#187 0x0000564a558069b6 in loop (toplevel=toplevel@entry=1, justonce=justonce@entry=0) at /usr/src/debug/zsh/zsh-5.9/Src/init.c:150
#188 0x0000564a5580ee05 in zsh_main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/zsh/zsh-5.9/Src/init.c:1794
#189 0x0000564a557bd0de in main (argc=<optimized out>, argv=<optimized out>) at ./main.c:93
#190 0x00007f83d77b66c1 in __libc_start_call_main (main=main@entry=0x564a557bd0d0 <main>, argc=argc@entry=1, argv=argv@entry=0x7fffb7f5eb68)
at ../sysdeps/nptl/libc_start_call_main.h:59
#191 0x00007f83d77b67f9 in __libc_start_main_impl (main=0x564a557bd0d0 <main>, argc=1, argv=0x7fffb7f5eb68, init=<optimized out>, fini=<optimized out>,
rtld_fini=<optimized out>, stack_end=0x7fffb7f5eb58) at ../csu/libc-start.c:360
#192 0x0000564a557bd105 in _start ()
Messages sorted by:
Reverse Date,
Date,
Thread,
Author