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

Re: Complex config triggering Segfault in pattern matching code.



Ah, thank you.

$ZSH_PATCHLEVEL == "zsh-5.0.7-0-g208bded"
$(uname -a) == "Linux protogon.localdomain 3.17.6-1-ARCH #1 SMP
PREEMPT Sun Dec 7 23:43:32 UTC 2014 x86_64 GNU/Linux"

I've attached the output of gdb backtrace, watch and the headers.

On Sat, Dec 13, 2014 at 3:28 PM, Bart Schaefer
<schaefer@xxxxxxxxxxxxxxxx> wrote:
> On Dec 13, 11:49am, Jonathan H wrote:
> }
> } I've attached the coredump
>
> This doesn't help at all, because it's not usable without the same binary
> environment where the crash occurred.  The output of the "where" command
> in GDB or the equivalent stack backtrace from another debugger is what
> you should send.
>
> Also we need to know the specific version of zsh (echo $ZSH_PATCHLEVEL
> for example) and usually also the operating system you're using.
(gdb) backtrace
#0  0x000000000047c267 in charrefinc (x=0x6cc968 <patinput>,
y=0x7fb1f7d8a355 <error: Cannot access memory at address 0x7fb1f7d8a355>,
z=0x7fff4c43fd0c) at pattern.c:1900
#1  0x000000000047d4af in patmatch (prog=0x1e1a968) at pattern.c:2536
#2  0x000000000047cc98 in pattryrefs (prog=0x1e1a930,
string=0x7fb1f7d907b0 ":completion::complete:-command-::", stringlen=33,
unmetalen=33, patoffset=0, nump=0x0, begp=0x0, endp=0x0) at pattern.c:2277
#3  0x000000000047c42a in pattry (prog=0x1e1a930,
string=0x7fb1f7d907b0 ":completion::complete:-command-::")
at pattern.c:1996
#4  0x00007fb1f6359dff in lookupstyle (
ctxt=0x7fb1f7d907b0 ":completion::complete:-command-::",
style=0x7fb1f7d90798 "tag-order") at zutil.c:429
#5  0x00007fb1f635a79e in bin_zstyle (nam=0x7fb1f7d90768 "zstyle",
args=0x7fb1f7d907d8, ops=0x7fff4c4402f0, func=0) at zutil.c:631
#6  0x000000000040efc3 in execbuiltin (args=0x7fb1f7d906d8,
bn=0x7fb1f655f600 <bintab+192>) at builtin.c:450
#7  0x000000000042d8ea in execcmd (state=0x7fff4c441770, input=0, output=0,
how=2, last1=2) at exec.c:3378
#8  0x0000000000428ca1 in execpline2 (state=0x7fff4c441770, pcode=2819,
how=2, input=0, output=0, last1=0) at exec.c:1697
---Type <return> to continue, or q <return> to quit---
#9  0x0000000000427fd3 in execpline (state=0x7fff4c441770, slcode=7234,
how=2, last1=0) at exec.c:1484
#10 0x00000000004278c7 in execlist (state=0x7fff4c441770, dont_change_job=1,
exiting=0) at exec.c:1308
#11 0x000000000045689e in execif (state=0x7fff4c441770, do_exec=0)
at loop.c:525
#12 0x000000000042d732 in execcmd (state=0x7fff4c441770, input=0, output=0,
how=2, last1=2) at exec.c:3336
#13 0x0000000000428ca1 in execpline2 (state=0x7fff4c441770, pcode=2627,
how=2, input=0, output=0, last1=0) at exec.c:1697
#14 0x0000000000427fd3 in execpline (state=0x7fff4c441770, slcode=87042,
how=2, last1=0) at exec.c:1484
#15 0x0000000000427757 in execlist (state=0x7fff4c441770, dont_change_job=1,
exiting=0) at exec.c:1267
#16 0x000000000045689e in execif (state=0x7fff4c441770, do_exec=0)
at loop.c:525
#17 0x000000000042d732 in execcmd (state=0x7fff4c441770, input=0, output=0,
how=2, last1=2) at exec.c:3336
#18 0x0000000000428ca1 in execpline2 (state=0x7fff4c441770, pcode=1027,
how=2, input=0, output=0, last1=0) at exec.c:1697
#19 0x0000000000427fd3 in execpline (state=0x7fff4c441770, slcode=193538,
---Type <return> to continue, or q <return> to quit---
how=2, last1=0) at exec.c:1484
#20 0x0000000000427757 in execlist (state=0x7fff4c441770, dont_change_job=1,
exiting=0) at exec.c:1267
#21 0x000000000042717d in execode (p=0x205cba0, dont_change_job=1, exiting=0,
context=0x4a46c0 "shfunc") at exec.c:1073
#22 0x000000000043129a in runshfunc (prog=0x205cba0, wrap=0x0,
name=0x7fb1f7d8fee0 "_tags") at exec.c:5040
#23 0x00007fb1f656baa6 in comp_wrapper (prog=0x205cba0, w=0x0,
name=0x7fb1f7d8fee0 "_tags") at complete.c:1455
#24 0x00000000004311fd in runshfunc (prog=0x205cba0,
wrap=0x7fb1f67898a0 <wrapper>, name=0x7fb1f7d8fee0 "_tags") at exec.c:5025
#25 0x0000000000430e77 in doshfunc (shfunc=0x1d427c0,
doshargs=0x7fb1f7d8fe68, noreturnval=0) at exec.c:4920
#26 0x00000000004302fc in execshfunc (shf=0x1d427c0, args=0x7fb1f7d8fe68)
at exec.c:4557
#27 0x000000000042d8c2 in execcmd (state=0x7fff4c442f50, input=0, output=0,
how=2, last1=2) at exec.c:3373
#28 0x0000000000428ca1 in execpline2 (state=0x7fff4c442f50, pcode=7427,
how=2, input=0, output=0, last1=0) at exec.c:1697
#29 0x0000000000427fd3 in execpline (state=0x7fff4c442f50, slcode=4098,
how=2, last1=0) at exec.c:1484
---Type <return> to continue, or q <return> to quit---
#30 0x0000000000427757 in execlist (state=0x7fff4c442f50, dont_change_job=1,
exiting=0) at exec.c:1267
#31 0x0000000000455a4b in execfor (state=0x7fff4c442f50, do_exec=0)
at loop.c:164
#32 0x000000000042d732 in execcmd (state=0x7fff4c442f50, input=0, output=0,
how=2, last1=2) at exec.c:3336
#33 0x0000000000428ca1 in execpline2 (state=0x7fff4c442f50, pcode=6403,
how=2, input=0, output=0, last1=0) at exec.c:1697
#34 0x0000000000427fd3 in execpline (state=0x7fff4c442f50, slcode=256002,
how=2, last1=0) at exec.c:1484
#35 0x0000000000427757 in execlist (state=0x7fff4c442f50, dont_change_job=1,
exiting=0) at exec.c:1267
#36 0x0000000000455a4b in execfor (state=0x7fff4c442f50, do_exec=0)
at loop.c:164
#37 0x000000000042d732 in execcmd (state=0x7fff4c442f50, input=0, output=0,
how=2, last1=2) at exec.c:3336
#38 0x0000000000428ca1 in execpline2 (state=0x7fff4c442f50, pcode=5955,
how=2, input=0, output=0, last1=0) at exec.c:1697
#39 0x0000000000427fd3 in execpline (state=0x7fff4c442f50, slcode=304130,
how=2, last1=0) at exec.c:1484
#40 0x0000000000427757 in execlist (state=0x7fff4c442f50, dont_change_job=1,
---Type <return> to continue, or q <return> to quit---
exiting=0) at exec.c:1267
#41 0x000000000042717d in execode (p=0x1d27540, dont_change_job=1, exiting=0,
context=0x4a46c0 "shfunc") at exec.c:1073
#42 0x000000000043129a in runshfunc (prog=0x1d27540, wrap=0x0,
name=0x7fb1f7d970f8 "_files") at exec.c:5040
#43 0x00007fb1f656baa6 in comp_wrapper (prog=0x1d27540, w=0x0,
name=0x7fb1f7d970f8 "_files") at complete.c:1455
#44 0x00000000004311fd in runshfunc (prog=0x1d27540,
wrap=0x7fb1f67898a0 <wrapper>, name=0x7fb1f7d970f8 "_files")
at exec.c:5025
#45 0x0000000000430e77 in doshfunc (shfunc=0x1d02220,
doshargs=0x7fb1f7d970b0, noreturnval=0) at exec.c:4920
#46 0x00000000004302fc in execshfunc (shf=0x1d02220, args=0x7fb1f7d970b0)
at exec.c:4557
#47 0x000000000042d8c2 in execcmd (state=0x7fff4c443950, input=0, output=0,
how=2, last1=2) at exec.c:3373
#48 0x0000000000428ca1 in execpline2 (state=0x7fff4c443950, pcode=323, how=2,
input=0, output=0, last1=0) at exec.c:1697
#49 0x0000000000427fd3 in execpline (state=0x7fff4c443950, slcode=3074,
how=2, last1=0) at exec.c:1484
#50 0x0000000000427757 in execlist (state=0x7fff4c443950, dont_change_job=1,
---Type <return> to continue, or q <return> to quit---
exiting=0) at exec.c:1267
#51 0x000000000042717d in execode (p=0x1e1f300, dont_change_job=1, exiting=0,
context=0x4a46c0 "shfunc") at exec.c:1073
#52 0x000000000043129a in runshfunc (prog=0x1e1f300, wrap=0x0,
name=0x7fb1f7d96f98 "_cmd") at exec.c:5040
#53 0x00007fb1f656baa6 in comp_wrapper (prog=0x1e1f300, w=0x0,
name=0x7fb1f7d96f98 "_cmd") at complete.c:1455
#54 0x00000000004311fd in runshfunc (prog=0x1e1f300,
wrap=0x7fb1f67898a0 <wrapper>, name=0x7fb1f7d96f98 "_cmd") at exec.c:5025
#55 0x0000000000430e77 in doshfunc (shfunc=0x1e10a90,
doshargs=0x7fb1f7d96f50, noreturnval=0) at exec.c:4920
#56 0x00000000004302fc in execshfunc (shf=0x1e10a90, args=0x7fb1f7d96f50)
at exec.c:4557
#57 0x000000000042d8c2 in execcmd (state=0x7fff4c444350, input=0, output=0,
how=18, last1=2) at exec.c:3373
#58 0x0000000000428ca1 in execpline2 (state=0x7fff4c444350, pcode=131,
how=18, input=0, output=0, last1=0) at exec.c:1697
#59 0x0000000000427fd3 in execpline (state=0x7fff4c444350, slcode=3074,
how=18, last1=0) at exec.c:1484
#60 0x0000000000427757 in execlist (state=0x7fff4c444350, dont_change_job=1,
exiting=0) at exec.c:1267
---Type <return> to continue, or q <return> to quit---
#61 0x000000000042717d in execode (p=0x7fb1f7d96ee0, dont_change_job=1,
exiting=0, context=0x4a155f "eval") at exec.c:1073
#62 0x000000000041f8d6 in eval (argv=0x7fb1f7d96e78) at builtin.c:5034
#63 0x000000000041feaa in bin_eval (nam=0x7fb1f7d96e60 "eval",
argv=0x7fb1f7d96e78, ops=0x7fff4c444440, func=14) at builtin.c:5199
#64 0x000000000040efc3 in execbuiltin (args=0x7fb1f7d96e18,
bn=0x6be540 <builtins+1472>) at builtin.c:450
#65 0x000000000042d8ea in execcmd (state=0x7fff4c445240, input=0, output=0,
how=2, last1=2) at exec.c:3378
#66 0x0000000000428ca1 in execpline2 (state=0x7fff4c445240, pcode=2179,
how=2, input=0, output=0, last1=0) at exec.c:1697
#67 0x0000000000427fd3 in execpline (state=0x7fff4c445240, slcode=4130,
how=2, last1=0) at exec.c:1484
#68 0x000000000042779b in execlist (state=0x7fff4c445240, dont_change_job=1,
exiting=0) at exec.c:1275
#69 0x000000000045689e in execif (state=0x7fff4c445240, do_exec=0)
at loop.c:525
#70 0x000000000042d732 in execcmd (state=0x7fff4c445240, input=0, output=0,
how=2, last1=2) at exec.c:3336
#71 0x0000000000428ca1 in execpline2 (state=0x7fff4c445240, pcode=1923,
how=2, input=0, output=0, last1=0) at exec.c:1697
---Type <return> to continue, or q <return> to quit---
#72 0x0000000000427fd3 in execpline (state=0x7fff4c445240, slcode=43010,
how=2, last1=0) at exec.c:1484
#73 0x0000000000427757 in execlist (state=0x7fff4c445240, dont_change_job=1,
exiting=0) at exec.c:1267
#74 0x000000000042717d in execode (p=0x2053f10, dont_change_job=1, exiting=0,
context=0x4a46c0 "shfunc") at exec.c:1073
#75 0x000000000043129a in runshfunc (prog=0x2053f10, wrap=0x0,
name=0x7fb1f7d96b30 "_normal") at exec.c:5040
#76 0x00007fb1f656baa6 in comp_wrapper (prog=0x2053f10, w=0x0,
name=0x7fb1f7d96b30 "_normal") at complete.c:1455
#77 0x00000000004311fd in runshfunc (prog=0x2053f10,
wrap=0x7fb1f67898a0 <wrapper>, name=0x7fb1f7d96b30 "_normal")
at exec.c:5025
#78 0x0000000000430e77 in doshfunc (shfunc=0x1d260c0,
doshargs=0x7fb1f7d96ac8, noreturnval=0) at exec.c:4920
#79 0x00000000004302fc in execshfunc (shf=0x1d260c0, args=0x7fb1f7d96ac8)
at exec.c:4557
#80 0x000000000042d8c2 in execcmd (state=0x7fff4c4462c0, input=0, output=0,
how=2, last1=2) at exec.c:3373
#81 0x0000000000428ca1 in execpline2 (state=0x7fff4c4462c0, pcode=7555,
how=2, input=0, output=0, last1=0) at exec.c:1697
---Type <return> to continue, or q <return> to quit---
#82 0x0000000000427fd3 in execpline (state=0x7fff4c4462c0, slcode=4130,
how=2, last1=0) at exec.c:1484
#83 0x000000000042779b in execlist (state=0x7fff4c4462c0, dont_change_job=1,
exiting=0) at exec.c:1275
#84 0x000000000045689e in execif (state=0x7fff4c4462c0, do_exec=0)
at loop.c:525
#85 0x000000000042d732 in execcmd (state=0x7fff4c4462c0, input=0, output=0,
how=2, last1=2) at exec.c:3336
#86 0x0000000000428ca1 in execpline2 (state=0x7fff4c4462c0, pcode=7427,
how=2, input=0, output=0, last1=0) at exec.c:1697
#87 0x0000000000427fd3 in execpline (state=0x7fff4c4462c0, slcode=114690,
how=2, last1=0) at exec.c:1484
#88 0x0000000000427757 in execlist (state=0x7fff4c4462c0, dont_change_job=1,
exiting=0) at exec.c:1267
#89 0x000000000042717d in execode (p=0x1d25b60, dont_change_job=1, exiting=0,
context=0x4a46c0 "shfunc") at exec.c:1073
#90 0x000000000043129a in runshfunc (prog=0x1d25b60, wrap=0x0,
name=0x7fb1f7d96450 "_complete") at exec.c:5040
#91 0x00007fb1f656baa6 in comp_wrapper (prog=0x1d25b60, w=0x0,
name=0x7fb1f7d96450 "_complete") at complete.c:1455
#92 0x00000000004311fd in runshfunc (prog=0x1d25b60,
---Type <return> to continue, or q <return> to quit---
wrap=0x7fb1f67898a0 <wrapper>, name=0x7fb1f7d96450 "_complete")
at exec.c:5025
#93 0x0000000000430e77 in doshfunc (shfunc=0x1cf0730,
doshargs=0x7fb1f7d963e8, noreturnval=0) at exec.c:4920
#94 0x00000000004302fc in execshfunc (shf=0x1cf0730, args=0x7fb1f7d963e8)
at exec.c:4557
#95 0x000000000042d8c2 in execcmd (state=0x7fff4c448120, input=0, output=0,
how=18, last1=2) at exec.c:3373
#96 0x0000000000428ca1 in execpline2 (state=0x7fff4c448120, pcode=11459,
how=18, input=0, output=0, last1=0) at exec.c:1697
#97 0x0000000000427fd3 in execpline (state=0x7fff4c448120, slcode=3074,
how=18, last1=0) at exec.c:1484
#98 0x0000000000427757 in execlist (state=0x7fff4c448120, dont_change_job=1,
exiting=0) at exec.c:1267
#99 0x000000000045680a in execif (state=0x7fff4c448120, do_exec=0)
at loop.c:510
#100 0x000000000042d732 in execcmd (state=0x7fff4c448120, input=0, output=0,
how=2, last1=2) at exec.c:3336
#101 0x0000000000428ca1 in execpline2 (state=0x7fff4c448120, pcode=11139,
how=2, input=0, output=0, last1=0) at exec.c:1697
#102 0x0000000000427fd3 in execpline (state=0x7fff4c448120, slcode=48130,
---Type <return> to continue, or q <return> to quit---
how=2, last1=0) at exec.c:1484
#103 0x0000000000427757 in execlist (state=0x7fff4c448120, dont_change_job=1,
exiting=0) at exec.c:1267
#104 0x0000000000455a4b in execfor (state=0x7fff4c448120, do_exec=0)
at loop.c:164
#105 0x000000000042d732 in execcmd (state=0x7fff4c448120, input=0, output=0,
how=2, last1=2) at exec.c:3336
#106 0x0000000000428ca1 in execpline2 (state=0x7fff4c448120, pcode=10627,
how=2, input=0, output=0, last1=0) at exec.c:1697
#107 0x0000000000427fd3 in execpline (state=0x7fff4c448120, slcode=90114,
how=2, last1=0) at exec.c:1484
#108 0x0000000000427757 in execlist (state=0x7fff4c448120, dont_change_job=1,
exiting=0) at exec.c:1267
#109 0x0000000000455a4b in execfor (state=0x7fff4c448120, do_exec=0)
at loop.c:164
#110 0x000000000042d732 in execcmd (state=0x7fff4c448120, input=0, output=0,
how=2, last1=2) at exec.c:3336
#111 0x0000000000428ca1 in execpline2 (state=0x7fff4c448120, pcode=9155,
how=2, input=0, output=0, last1=0) at exec.c:1697
#112 0x0000000000427fd3 in execpline (state=0x7fff4c448120, slcode=220162,
how=2, last1=0) at exec.c:1484
---Type <return> to continue, or q <return> to quit---
#113 0x0000000000427757 in execlist (state=0x7fff4c448120, dont_change_job=1,
exiting=0) at exec.c:1267
#114 0x000000000042717d in execode (p=0x203fc60, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#115 0x000000000043129a in runshfunc (prog=0x203fc60, wrap=0x0,
name=0x7fb1f7f32050 "_main_complete") at exec.c:5040
#116 0x00007fb1f656baa6 in comp_wrapper (prog=0x203fc60, w=0x0,
name=0x7fb1f7f32050 "_main_complete") at complete.c:1455
#117 0x00000000004311fd in runshfunc (prog=0x203fc60,
wrap=0x7fb1f67898a0 <wrapper>, name=0x7fb1f7f32050 "_main_complete")
at exec.c:5025
#118 0x0000000000430e77 in doshfunc (shfunc=0x1d1b320, doshargs=0x0,
noreturnval=1) at exec.c:4920
#119 0x00007fb1f656e5e9 in callcompfunc (s=0x7fb1f7f38ab0 "l",
fn=0x2088190 "_main_complete") at compcore.c:840
#120 0x00007fb1f656eebd in makecomplist (s=0x7fb1f7f38ab0 "l", incmd=1, lst=0)
at compcore.c:989
#121 0x00007fb1f656ca18 in do_completion (dummy=0x7fb1f69da8e8 <zlehooks+40>,
dat=0x7fff4c448650) at compcore.c:349
#122 0x000000000045e10a in runhookdef (h=0x7fb1f69da8e8 <zlehooks+40>,
d=0x7fff4c448650) at module.c:996
---Type <return> to continue, or q <return> to quit---
#123 0x00007fb1f67c2687 in docompletion (s=0x203a7e0 "l", lst=0, incmd=1)
at zle_tricky.c:2260
#124 0x00007fb1f67be0aa in docomplete (lst=0) at zle_tricky.c:864
#125 0x00007fb1f67bc564 in completeword (args=0x7fb1f69daea8 <zlenoargs>)
at zle_tricky.c:232
#126 0x00007fb1f67bc445 in completecall (args=0x7fb1f7f38918)
at zle_tricky.c:208
#127 0x00007fb1f67aab43 in execzlefunc (func=0x7fb1f69d7430 <thingies+880>,
args=0x7fb1f7f38918, set_bindk=0) at zle_main.c:1381
#128 0x00007fb1f67bbb2d in bin_zle_call (name=0x7fb1f7f388e0 "zle",
args=0x7fb1f7f38918, ops=0x7fff4c448a00, func=0 '\000')
at zle_thingy.c:711
#129 0x00007fb1f67babe2 in bin_zle (name=0x7fb1f7f388e0 "zle",
args=0x7fb1f7f38910, ops=0x7fff4c448a00, func=0) at zle_thingy.c:382
#130 0x000000000040efc3 in execbuiltin (args=0x7fb1f7f388a8,
bn=0x7fb1f69da880 <bintab+128>) at builtin.c:450
#131 0x000000000042d8ea in execcmd (state=0x7fff4c449180, input=0, output=0,
how=18, last1=2) at exec.c:3378
#132 0x0000000000428ca1 in execpline2 (state=0x7fff4c449180, pcode=259,
how=18, input=0, output=0, last1=0) at exec.c:1697
#133 0x0000000000427fd3 in execpline (state=0x7fff4c449180, slcode=3074,
---Type <return> to continue, or q <return> to quit---
how=18, last1=0) at exec.c:1484
#134 0x0000000000427757 in execlist (state=0x7fff4c449180, dont_change_job=1,
exiting=0) at exec.c:1267
#135 0x000000000042717d in execode (p=0x1cb0760, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#136 0x000000000043129a in runshfunc (prog=0x1cb0760, wrap=0x0,
name=0x7fb1f7f38800 "with-afu-compfuncs") at exec.c:5040
#137 0x0000000000430e77 in doshfunc (shfunc=0x1cb0ae0,
doshargs=0x7fb1f7f38738, noreturnval=0) at exec.c:4920
#138 0x00000000004302fc in execshfunc (shf=0x1cb0ae0, args=0x7fb1f7f38738)
at exec.c:4557
#139 0x000000000042d8c2 in execcmd (state=0x7fff4c449a70, input=0, output=0,
how=18, last1=2) at exec.c:3373
#140 0x0000000000428ca1 in execpline2 (state=0x7fff4c449a70, pcode=259,
how=18, input=0, output=0, last1=0) at exec.c:1697
#141 0x0000000000427fd3 in execpline (state=0x7fff4c449a70, slcode=4098,
how=18, last1=0) at exec.c:1484
#142 0x0000000000427757 in execlist (state=0x7fff4c449a70, dont_change_job=1,
exiting=0) at exec.c:1267
#143 0x000000000042717d in execode (p=0x1cb07a0, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
---Type <return> to continue, or q <return> to quit---
#144 0x000000000043129a in runshfunc (prog=0x1cb07a0, wrap=0x0,
name=0x7fb1f7f38548 "with-afu-completer-vars") at exec.c:5040
#145 0x0000000000430e77 in doshfunc (shfunc=0x1cb0c40,
doshargs=0x7fb1f7f38478, noreturnval=0) at exec.c:4920
#146 0x00000000004302fc in execshfunc (shf=0x1cb0c40, args=0x7fb1f7f38478)
at exec.c:4557
#147 0x000000000042d8c2 in execcmd (state=0x7fff4c44aa00, input=0, output=0,
how=18, last1=2) at exec.c:3373
#148 0x0000000000428ca1 in execpline2 (state=0x7fff4c44aa00, pcode=1219,
how=18, input=0, output=0, last1=0) at exec.c:1697
#149 0x0000000000427fd3 in execpline (state=0x7fff4c44aa00, slcode=3074,
how=18, last1=0) at exec.c:1484
#150 0x0000000000427757 in execlist (state=0x7fff4c44aa00, dont_change_job=1,
exiting=0) at exec.c:1267
#151 0x0000000000456df1 in exectry (state=0x7fff4c44aa00, do_exec=0)
at loop.c:658
#152 0x000000000042d732 in execcmd (state=0x7fff4c44aa00, input=0, output=0,
how=18, last1=2) at exec.c:3336
#153 0x0000000000428ca1 in execpline2 (state=0x7fff4c44aa00, pcode=259,
how=18, input=0, output=0, last1=0) at exec.c:1697
#154 0x0000000000427fd3 in execpline (state=0x7fff4c44aa00, slcode=106498,
---Type <return> to continue, or q <return> to quit---
how=18, last1=0) at exec.c:1484
#155 0x0000000000427757 in execlist (state=0x7fff4c44aa00, dont_change_job=1,
exiting=0) at exec.c:1267
#156 0x000000000042717d in execode (p=0x1cac5e0, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#157 0x000000000043129a in runshfunc (prog=0x1cac5e0, wrap=0x0,
name=0x7fb1f7f37f78 "with-afu-region-highlight-saving") at exec.c:5040
#158 0x0000000000430e77 in doshfunc (shfunc=0x1cac680,
doshargs=0x7fb1f7f37e58, noreturnval=0) at exec.c:4920
#159 0x00000000004302fc in execshfunc (shf=0x1cac680, args=0x7fb1f7f37e58)
at exec.c:4557
#160 0x000000000042d8c2 in execcmd (state=0x7fff4c44b2f0, input=0, output=0,
how=2, last1=2) at exec.c:3373
#161 0x0000000000428ca1 in execpline2 (state=0x7fff4c44b2f0, pcode=323,
how=2, input=0, output=0, last1=0) at exec.c:1697
#162 0x0000000000427fd3 in execpline (state=0x7fff4c44b2f0, slcode=6146,
how=2, last1=0) at exec.c:1484
#163 0x0000000000427757 in execlist (state=0x7fff4c44b2f0, dont_change_job=1,
exiting=0) at exec.c:1267
#164 0x000000000042717d in execode (p=0x1cb1970, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
---Type <return> to continue, or q <return> to quit---
#165 0x000000000043129a in runshfunc (prog=0x1cb1970, wrap=0x0,
name=0x7fb1f7f37d30 "auto-fu") at exec.c:5040
#166 0x0000000000430e77 in doshfunc (shfunc=0x1cb1860,
doshargs=0x7fb1f7f37ca0, noreturnval=0) at exec.c:4920
#167 0x00000000004302fc in execshfunc (shf=0x1cb1860, args=0x7fb1f7f37ca0)
at exec.c:4557
#168 0x000000000042d8c2 in execcmd (state=0x7fff4c44bbe0, input=0, output=0,
how=2, last1=2) at exec.c:3373
#169 0x0000000000428ca1 in execpline2 (state=0x7fff4c44bbe0, pcode=3075,
how=2, input=0, output=0, last1=0) at exec.c:1697
#170 0x0000000000427fd3 in execpline (state=0x7fff4c44bbe0, slcode=4098,
how=2, last1=0) at exec.c:1484
#171 0x0000000000427757 in execlist (state=0x7fff4c44bbe0, dont_change_job=1,
exiting=0) at exec.c:1267
#172 0x000000000042717d in execode (p=0x1cb0d60, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#173 0x000000000043129a in runshfunc (prog=0x1cb0d60, wrap=0x0,
name=0x7fb1f7f375b8 "with-afu-menuselecting-handling") at exec.c:5040
#174 0x0000000000430e77 in doshfunc (shfunc=0x1cb06a0,
doshargs=0x7fb1f7f37508, noreturnval=0) at exec.c:4920
#175 0x00000000004302fc in execshfunc (shf=0x1cb06a0, args=0x7fb1f7f37508)
---Type <return> to continue, or q <return> to quit---
at exec.c:4557
#176 0x000000000042d8c2 in execcmd (state=0x7fff4c44cb40, input=0, output=0,
how=2, last1=2) at exec.c:3373
#177 0x0000000000428ca1 in execpline2 (state=0x7fff4c44cb40, pcode=259,
how=2, input=0, output=0, last1=0) at exec.c:1697
#178 0x0000000000427fd3 in execpline (state=0x7fff4c44cb40, slcode=4098,
how=2, last1=0) at exec.c:1484
#179 0x0000000000427757 in execlist (state=0x7fff4c44cb40, dont_change_job=1,
exiting=0) at exec.c:1267
#180 0x000000000042514d in execcursh (state=0x7fff4c44cb40, do_exec=0)
at exec.c:421
#181 0x000000000042d732 in execcmd (state=0x7fff4c44cb40, input=0, output=0,
how=2, last1=2) at exec.c:3336
#182 0x0000000000428ca1 in execpline2 (state=0x7fff4c44cb40, pcode=259,
how=2, input=0, output=0, last1=0) at exec.c:1697
#183 0x0000000000427fd3 in execpline (state=0x7fff4c44cb40, slcode=16386,
how=2, last1=0) at exec.c:1484
#184 0x0000000000427757 in execlist (state=0x7fff4c44cb40, dont_change_job=1,
exiting=0) at exec.c:1267
#185 0x000000000042717d in execode (p=0x1cb0700, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
---Type <return> to continue, or q <return> to quit---
#186 0x000000000043129a in runshfunc (prog=0x1cb0700, wrap=0x0,
name=0x7fb1f7f37390 "auto-fu-maybe") at exec.c:5040
#187 0x0000000000430e77 in doshfunc (shfunc=0x1cb09b0,
doshargs=0x7fb1f7f37330, noreturnval=0) at exec.c:4920
#188 0x00000000004302fc in execshfunc (shf=0x1cb09b0, args=0x7fb1f7f37330)
at exec.c:4557
#189 0x000000000042d8c2 in execcmd (state=0x7fff4c44daa0, input=0, output=0,
how=18, last1=2) at exec.c:3373
#190 0x0000000000428ca1 in execpline2 (state=0x7fff4c44daa0, pcode=1155,
how=18, input=0, output=0, last1=0) at exec.c:1697
#191 0x0000000000427fd3 in execpline (state=0x7fff4c44daa0, slcode=3074,
how=18, last1=0) at exec.c:1484
#192 0x0000000000427757 in execlist (state=0x7fff4c44daa0, dont_change_job=1,
exiting=0) at exec.c:1267
#193 0x000000000042514d in execcursh (state=0x7fff4c44daa0, do_exec=0)
at exec.c:421
#194 0x000000000042d732 in execcmd (state=0x7fff4c44daa0, input=0, output=0,
how=18, last1=2) at exec.c:3336
#195 0x0000000000428ca1 in execpline2 (state=0x7fff4c44daa0, pcode=1155,
how=18, input=0, output=0, last1=0) at exec.c:1697
#196 0x0000000000427fd3 in execpline (state=0x7fff4c44daa0, slcode=9218,
---Type <return> to continue, or q <return> to quit---
how=18, last1=0) at exec.c:1484
#197 0x0000000000427757 in execlist (state=0x7fff4c44daa0, dont_change_job=1,
exiting=0) at exec.c:1267
#198 0x000000000042717d in execode (p=0x1cad690, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#199 0x000000000043129a in runshfunc (prog=0x1cad690, wrap=0x0,
name=0x7fb1f7f4deb0 "with-afu") at exec.c:5040
#200 0x0000000000430e77 in doshfunc (shfunc=0x1cad130,
doshargs=0x7fb1f7f4dae8, noreturnval=0) at exec.c:4920
#201 0x00000000004302fc in execshfunc (shf=0x1cad130, args=0x7fb1f7f4dae8)
at exec.c:4557
#202 0x000000000042d8c2 in execcmd (state=0x7fff4c44ea00, input=0, output=0,
how=2, last1=2) at exec.c:3373
#203 0x0000000000428ca1 in execpline2 (state=0x7fff4c44ea00, pcode=451,
how=2, input=0, output=0, last1=0) at exec.c:1697
#204 0x0000000000427fd3 in execpline (state=0x7fff4c44ea00, slcode=5122,
how=2, last1=0) at exec.c:1484
#205 0x0000000000427757 in execlist (state=0x7fff4c44ea00, dont_change_job=1,
exiting=0) at exec.c:1267
#206 0x000000000042514d in execcursh (state=0x7fff4c44ea00, do_exec=0)
at exec.c:421
---Type <return> to continue, or q <return> to quit---
#207 0x000000000042d732 in execcmd (state=0x7fff4c44ea00, input=0, output=0,
how=2, last1=2) at exec.c:3336
#208 0x0000000000428ca1 in execpline2 (state=0x7fff4c44ea00, pcode=451,
how=2, input=0, output=0, last1=0) at exec.c:1697
#209 0x0000000000427fd3 in execpline (state=0x7fff4c44ea00, slcode=17410,
how=2, last1=0) at exec.c:1484
#210 0x0000000000427757 in execlist (state=0x7fff4c44ea00, dont_change_job=1,
exiting=0) at exec.c:1267
#211 0x000000000042717d in execode (p=0x1cadd60, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#212 0x000000000043129a in runshfunc (prog=0x1cadd60, wrap=0x0,
name=0x7fb1f7f4d200 "with-afu-zsh-syntax-highlighting") at exec.c:5040
#213 0x0000000000430e77 in doshfunc (shfunc=0x1cad900,
doshargs=0x7fb1f7f4cf58, noreturnval=0) at exec.c:4920
#214 0x00000000004302fc in execshfunc (shf=0x1cad900, args=0x7fb1f7f4cf58)
at exec.c:4557
#215 0x000000000042d8c2 in execcmd (state=0x7fff4c44f2f0, input=0, output=0,
how=18, last1=2) at exec.c:3373
#216 0x0000000000428ca1 in execpline2 (state=0x7fff4c44f2f0, pcode=67,
how=18, input=0, output=0, last1=0) at exec.c:1697
#217 0x0000000000427fd3 in execpline (state=0x7fff4c44f2f0, slcode=4098,
---Type <return> to continue, or q <return> to quit---
how=18, last1=0) at exec.c:1484
#218 0x0000000000427757 in execlist (state=0x7fff4c44f2f0, dont_change_job=1,
exiting=0) at exec.c:1267
#219 0x000000000042717d in execode (p=0x1cadbb0, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#220 0x000000000043129a in runshfunc (prog=0x1cadbb0, wrap=0x0,
name=0x7fb1f7f4ceb8 "with-afu-resume") at exec.c:5040
#221 0x0000000000430e77 in doshfunc (shfunc=0x1cadc80,
doshargs=0x7fb1f7f4cc50, noreturnval=0) at exec.c:4920
#222 0x00000000004302fc in execshfunc (shf=0x1cadc80, args=0x7fb1f7f4cc50)
at exec.c:4557
#223 0x000000000042d8c2 in execcmd (state=0x7fff4c450280, input=0, output=0,
how=2, last1=2) at exec.c:3373
#224 0x0000000000428ca1 in execpline2 (state=0x7fff4c450280, pcode=771,
how=2, input=0, output=0, last1=0) at exec.c:1697
#225 0x0000000000427fd3 in execpline (state=0x7fff4c450280, slcode=3074,
how=2, last1=0) at exec.c:1484
#226 0x0000000000427757 in execlist (state=0x7fff4c450280, dont_change_job=1,
exiting=0) at exec.c:1267
#227 0x0000000000456df1 in exectry (state=0x7fff4c450280, do_exec=0)
at loop.c:658
---Type <return> to continue, or q <return> to quit---
#228 0x000000000042d732 in execcmd (state=0x7fff4c450280, input=0, output=0,
how=2, last1=2) at exec.c:3336
#229 0x0000000000428ca1 in execpline2 (state=0x7fff4c450280, pcode=259,
how=2, input=0, output=0, last1=0) at exec.c:1697
#230 0x0000000000427fd3 in execpline (state=0x7fff4c450280, slcode=62466,
how=2, last1=0) at exec.c:1484
#231 0x0000000000427757 in execlist (state=0x7fff4c450280, dont_change_job=1,
exiting=0) at exec.c:1267
#232 0x000000000042717d in execode (p=0x1cae690, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#233 0x000000000043129a in runshfunc (prog=0x1cae690, wrap=0x0,
name=0x7fb1f7f4ca98 "with-afu-magic-insert") at exec.c:5040
#234 0x0000000000430e77 in doshfunc (shfunc=0x1cae730,
doshargs=0x7fb1f7f4c7f8, noreturnval=0) at exec.c:4920
#235 0x00000000004302fc in execshfunc (shf=0x1cae730, args=0x7fb1f7f4c7f8)
at exec.c:4557
#236 0x000000000042d8c2 in execcmd (state=0x7fff4c450b70, input=0, output=0,
how=18, last1=2) at exec.c:3373
#237 0x0000000000428ca1 in execpline2 (state=0x7fff4c450b70, pcode=131,
how=18, input=0, output=0, last1=0) at exec.c:1697
#238 0x0000000000427fd3 in execpline (state=0x7fff4c450b70, slcode=5122,
---Type <return> to continue, or q <return> to quit---
how=18, last1=0) at exec.c:1484
#239 0x0000000000427757 in execlist (state=0x7fff4c450b70, dont_change_job=1,
exiting=0) at exec.c:1267
#240 0x000000000042717d in execode (p=0x1cae4c0, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#241 0x000000000043129a in runshfunc (prog=0x1cae4c0, wrap=0x0,
name=0x7fb1f7f4c7b0 "with-afu-magic-insert~") at exec.c:5040
#242 0x0000000000430e77 in doshfunc (shfunc=0x1cae560,
doshargs=0x7fb1f7f4c540, noreturnval=1) at exec.c:4920
#243 0x00007fb1f67aaee8 in execzlefunc (func=0x1cad180, args=0x7fb1f7f4c538,
set_bindk=0) at zle_main.c:1422
#244 0x00007fb1f67bbb2d in bin_zle_call (name=0x7fb1f7f4c2e0 "zle",
args=0x7fb1f7f4c4e0, ops=0x7fff4c451040, func=0 '\000')
at zle_thingy.c:711
#245 0x00007fb1f67babe2 in bin_zle (name=0x7fb1f7f4c2e0 "zle",
args=0x7fb1f7f4c4d0, ops=0x7fff4c451040, func=0) at zle_thingy.c:382
#246 0x000000000040efc3 in execbuiltin (args=0x7fb1f7f4c250,
bn=0x7fb1f69da880 <bintab+128>) at builtin.c:450
#247 0x000000000042d8ea in execcmd (state=0x7fff4c4517c0, input=0, output=0,
how=18, last1=2) at exec.c:3378
#248 0x0000000000428ca1 in execpline2 (state=0x7fff4c4517c0, pcode=67,
---Type <return> to continue, or q <return> to quit---
how=18, input=0, output=0, last1=0) at exec.c:1697
#249 0x0000000000427fd3 in execpline (state=0x7fff4c4517c0, slcode=7170,
how=18, last1=0) at exec.c:1484
#250 0x0000000000427757 in execlist (state=0x7fff4c4517c0, dont_change_job=1,
exiting=0) at exec.c:1267
#251 0x000000000042717d in execode (p=0x1cad7c0, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#252 0x000000000043129a in runshfunc (prog=0x1cad7c0, wrap=0x0,
name=0x7fb1f7f4c210 "with-afu~") at exec.c:5040
#253 0x0000000000430e77 in doshfunc (shfunc=0x1cad850,
doshargs=0x7fb1f7f4bfe8, noreturnval=0) at exec.c:4920
#254 0x00000000004302fc in execshfunc (shf=0x1cad850, args=0x7fb1f7f4bfe8)
at exec.c:4557
#255 0x000000000042d8c2 in execcmd (state=0x7fff4c4520b0, input=0, output=0,
how=18, last1=2) at exec.c:3373
#256 0x0000000000428ca1 in execpline2 (state=0x7fff4c4520b0, pcode=67,
how=18, input=0, output=0, last1=0) at exec.c:1697
#257 0x0000000000427fd3 in execpline (state=0x7fff4c4520b0, slcode=13314,
how=18, last1=0) at exec.c:1484
#258 0x0000000000427757 in execlist (state=0x7fff4c4520b0, dont_change_job=1,
exiting=0) at exec.c:1267
---Type <return> to continue, or q <return> to quit---
#259 0x000000000042717d in execode (p=0x1d9bf70, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#260 0x000000000043129a in runshfunc (prog=0x1d9bf70, wrap=0x0,
name=0x7fb1f7f4bfa8 "afu+self-insert") at exec.c:5040
#261 0x0000000000430e77 in doshfunc (shfunc=0x1d9a270, doshargs=0x0,
noreturnval=1) at exec.c:4920
#262 0x00007fb1f67aaee8 in execzlefunc (func=0x1d9a560, args=0x7fb1f7f4bf78,
set_bindk=0) at zle_main.c:1422
#263 0x00007fb1f67bbb2d in bin_zle_call (name=0x7fb1f7f4bf30 "zle",
args=0x7fb1f7f4bf78, ops=0x7fff4c452580, func=0 '\000')
at zle_thingy.c:711
#264 0x00007fb1f67babe2 in bin_zle (name=0x7fb1f7f4bf30 "zle",
args=0x7fb1f7f4bf70, ops=0x7fff4c452580, func=0) at zle_thingy.c:382
#265 0x000000000040efc3 in execbuiltin (args=0x7fb1f7f4bed0,
bn=0x7fb1f69da880 <bintab+128>) at builtin.c:450
#266 0x000000000042d8ea in execcmd (state=0x7fff4c453380, input=0, output=0,
how=18, last1=2) at exec.c:3378
#267 0x0000000000428ca1 in execpline2 (state=0x7fff4c453380, pcode=259,
how=18, input=0, output=0, last1=0) at exec.c:1697
#268 0x0000000000427fd3 in execpline (state=0x7fff4c453380, slcode=5122,
how=18, last1=0) at exec.c:1484
---Type <return> to continue, or q <return> to quit---
#269 0x0000000000427757 in execlist (state=0x7fff4c453380, dont_change_job=1,
exiting=0) at exec.c:1267
#270 0x000000000045689e in execif (state=0x7fff4c453380, do_exec=0)
at loop.c:525
#271 0x000000000042d732 in execcmd (state=0x7fff4c453380, input=0, output=0,
how=18, last1=2) at exec.c:3336
#272 0x0000000000428ca1 in execpline2 (state=0x7fff4c453380, pcode=131,
how=18, input=0, output=0, last1=0) at exec.c:1697
#273 0x0000000000427fd3 in execpline (state=0x7fff4c453380, slcode=22530,
how=18, last1=0) at exec.c:1484
#274 0x0000000000427757 in execlist (state=0x7fff4c453380, dont_change_job=1,
exiting=0) at exec.c:1267
#275 0x000000000042717d in execode (p=0x1da1830, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#276 0x000000000043129a in runshfunc (prog=0x1da1830, wrap=0x0,
name=0x7fb1f7f4bd38 "self-insert-by-keymap") at exec.c:5040
#277 0x0000000000430e77 in doshfunc (shfunc=0x1d9bf20, doshargs=0x0,
noreturnval=1) at exec.c:4920
#278 0x00007fb1f67aaee8 in execzlefunc (func=0x7fb1f69d7ed0 <thingies+3600>,
args=0x7fb1f69daea8 <zlenoargs>, set_bindk=0) at zle_main.c:1422
#279 0x00007fb1f67a9e21 in zlecore () at zle_main.c:1106
---Type <return> to continue, or q <return> to quit---
#280 0x00007fb1f67ac80a in recursiveedit (args=0x7fb1f7f4ba70)
at zle_main.c:1819
#281 0x00007fb1f67aabb5 in execzlefunc (func=0x7fb1f69d9960 <thingies+10400>,
args=0x7fb1f7f4ba70, set_bindk=0) at zle_main.c:1388
#282 0x00007fb1f67bbb2d in bin_zle_call (name=0x7fb1f7f4ba38 "zle",
args=0x7fb1f7f4ba70, ops=0x7fff4c453a40, func=0 '\000')
at zle_thingy.c:711
#283 0x00007fb1f67babe2 in bin_zle (name=0x7fb1f7f4ba38 "zle",
args=0x7fb1f7f4ba60, ops=0x7fff4c453a40, func=0) at zle_thingy.c:382
#284 0x000000000040efc3 in execbuiltin (args=0x7fb1f7f4b9a0,
bn=0x7fb1f69da880 <bintab+128>) at builtin.c:450
#285 0x000000000042d8ea in execcmd (state=0x7fff4c4541c0, input=0, output=0,
how=2, last1=2) at exec.c:3378
#286 0x0000000000428ca1 in execpline2 (state=0x7fff4c4541c0, pcode=67, how=2,
input=0, output=0, last1=0) at exec.c:1697
#287 0x0000000000427fd3 in execpline (state=0x7fff4c4541c0, slcode=7202,
how=2, last1=0) at exec.c:1484
#288 0x000000000042779b in execlist (state=0x7fff4c4541c0, dont_change_job=1,
exiting=0) at exec.c:1275
#289 0x000000000042717d in execode (p=0x1c6c590, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
---Type <return> to continue, or q <return> to quit---
#290 0x000000000043129a in runshfunc (prog=0x1c6c590, wrap=0x0,
name=0x7fb1f7f4b928 "_zsh_highlight_widget_recursive-edit") at exec.c:5040
#291 0x0000000000430e77 in doshfunc (shfunc=0x1c6c8f0, doshargs=0x0,
noreturnval=1) at exec.c:4920
#292 0x00007fb1f67aaee8 in execzlefunc (func=0x7fb1f69d7de0 <thingies+3360>,
args=0x7fb1f7f4b840, set_bindk=0) at zle_main.c:1422
#293 0x00007fb1f67bbb2d in bin_zle_call (name=0x7fb1f7f4b800 "zle",
args=0x7fb1f7f4b840, ops=0x7fff4c454690, func=0 '\000')
at zle_thingy.c:711
#294 0x00007fb1f67babe2 in bin_zle (name=0x7fb1f7f4b800 "zle",
args=0x7fb1f7f4b828, ops=0x7fff4c454690, func=0) at zle_thingy.c:382
#295 0x000000000040efc3 in execbuiltin (args=0x7fb1f7f4b788,
bn=0x7fb1f69da880 <bintab+128>) at builtin.c:450
#296 0x000000000042d8ea in execcmd (state=0x7fff4c454e10, input=0, output=0,
how=2, last1=2) at exec.c:3378
#297 0x0000000000428ca1 in execpline2 (state=0x7fff4c454e10, pcode=195,
how=2, input=0, output=0, last1=0) at exec.c:1697
#298 0x0000000000427fd3 in execpline (state=0x7fff4c454e10, slcode=6210,
how=2, last1=0) at exec.c:1484
#299 0x00000000004278c7 in execlist (state=0x7fff4c454e10, dont_change_job=1,
exiting=0) at exec.c:1308
---Type <return> to continue, or q <return> to quit---
#300 0x000000000042717d in execode (p=0x1d73a00, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#301 0x000000000043129a in runshfunc (prog=0x1d73a00, wrap=0x0,
name=0x7fb1f7f4b6a0 "afu-recursive-edit-and-accept") at exec.c:5040
#302 0x0000000000430e77 in doshfunc (shfunc=0x1ca7150,
doshargs=0x7fb1f7f4b610, noreturnval=0) at exec.c:4920
#303 0x00000000004302fc in execshfunc (shf=0x1ca7150, args=0x7fb1f7f4b610)
at exec.c:4557
#304 0x000000000042d8c2 in execcmd (state=0x7fff4c455da0, input=0, output=0,
how=18, last1=2) at exec.c:3373
#305 0x0000000000428ca1 in execpline2 (state=0x7fff4c455da0, pcode=771,
how=18, input=0, output=0, last1=0) at exec.c:1697
#306 0x0000000000427fd3 in execpline (state=0x7fff4c455da0, slcode=3074,
how=18, last1=0) at exec.c:1484
#307 0x0000000000427757 in execlist (state=0x7fff4c455da0, dont_change_job=1,
exiting=0) at exec.c:1267
#308 0x0000000000456df1 in exectry (state=0x7fff4c455da0, do_exec=0)
at loop.c:658
#309 0x000000000042d732 in execcmd (state=0x7fff4c455da0, input=0, output=0,
how=18, last1=2) at exec.c:3336
#310 0x0000000000428ca1 in execpline2 (state=0x7fff4c455da0, pcode=259,
---Type <return> to continue, or q <return> to quit---
how=18, input=0, output=0, last1=0) at exec.c:1697
#311 0x0000000000427fd3 in execpline (state=0x7fff4c455da0, slcode=60418,
how=18, last1=0) at exec.c:1484
#312 0x0000000000427757 in execlist (state=0x7fff4c455da0, dont_change_job=1,
exiting=0) at exec.c:1267
#313 0x000000000042717d in execode (p=0x1d73ef0, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#314 0x000000000043129a in runshfunc (prog=0x1d73ef0, wrap=0x0,
name=0x7fb1f7f4b278 "afu-line-init") at exec.c:5040
#315 0x0000000000430e77 in doshfunc (shfunc=0x1ca7730,
doshargs=0x7fb1f7f4b210, noreturnval=0) at exec.c:4920
#316 0x00000000004302fc in execshfunc (shf=0x1ca7730, args=0x7fb1f7f4b210)
at exec.c:4557
#317 0x000000000042d8c2 in execcmd (state=0x7fff4c4573a0, input=0, output=0,
how=18, last1=2) at exec.c:3373
#318 0x0000000000428ca1 in execpline2 (state=0x7fff4c4573a0, pcode=259,
how=18, input=0, output=0, last1=0) at exec.c:1697
#319 0x0000000000427fd3 in execpline (state=0x7fff4c4573a0, slcode=3074,
how=18, last1=0) at exec.c:1484
#320 0x0000000000427757 in execlist (state=0x7fff4c4573a0, dont_change_job=1,
exiting=0) at exec.c:1267
---Type <return> to continue, or q <return> to quit---
#321 0x000000000042514d in execcursh (state=0x7fff4c4573a0, do_exec=0)
at exec.c:421
#322 0x000000000042d732 in execcmd (state=0x7fff4c4573a0, input=0, output=0,
how=18, last1=2) at exec.c:3336
#323 0x0000000000428ca1 in execpline2 (state=0x7fff4c4573a0, pcode=259,
how=18, input=0, output=0, last1=0) at exec.c:1697
#324 0x0000000000427fd3 in execpline (state=0x7fff4c4573a0, slcode=9218,
how=18, last1=0) at exec.c:1484
#325 0x0000000000427757 in execlist (state=0x7fff4c4573a0, dont_change_job=1,
exiting=0) at exec.c:1267
#326 0x0000000000456df1 in exectry (state=0x7fff4c4573a0, do_exec=0)
at loop.c:658
#327 0x000000000042d732 in execcmd (state=0x7fff4c4573a0, input=0, output=0,
how=18, last1=2) at exec.c:3336
#328 0x0000000000428ca1 in execpline2 (state=0x7fff4c4573a0, pcode=131,
how=18, input=0, output=0, last1=0) at exec.c:1697
#329 0x0000000000427fd3 in execpline (state=0x7fff4c4573a0, slcode=25602,
how=18, last1=0) at exec.c:1484
#330 0x0000000000427757 in execlist (state=0x7fff4c4573a0, dont_change_job=1,
exiting=0) at exec.c:1267
#331 0x000000000042717d in execode (p=0x1d24f70, dont_change_job=1,
---Type <return> to continue, or q <return> to quit---
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#332 0x000000000043129a in runshfunc (prog=0x1d24f70, wrap=0x0,
name=0x7fb1f7f4b198 "with-afu-zle-rebinding") at exec.c:5040
#333 0x0000000000430e77 in doshfunc (shfunc=0x203f680,
doshargs=0x7fb1f7f4b0e8, noreturnval=0) at exec.c:4920
#334 0x00000000004302fc in execshfunc (shf=0x203f680, args=0x7fb1f7f4b0e8)
at exec.c:4557
#335 0x000000000042d8c2 in execcmd (state=0x7fff4c457c90, input=0, output=0,
how=18, last1=2) at exec.c:3373
#336 0x0000000000428ca1 in execpline2 (state=0x7fff4c457c90, pcode=515,
how=18, input=0, output=0, last1=0) at exec.c:1697
#337 0x0000000000427fd3 in execpline (state=0x7fff4c457c90, slcode=3074,
how=18, last1=0) at exec.c:1484
#338 0x0000000000427757 in execlist (state=0x7fff4c457c90, dont_change_job=1,
exiting=0) at exec.c:1267
#339 0x000000000042717d in execode (p=0x1ca7a30, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#340 0x000000000043129a in runshfunc (prog=0x1ca7a30, wrap=0x0,
name=0x7fb1f7f4af78 "with-afu-trapint") at exec.c:5040
#341 0x0000000000430e77 in doshfunc (shfunc=0x1ca78d0,
doshargs=0x7fb1f7f4aea8, noreturnval=0) at exec.c:4920
---Type <return> to continue, or q <return> to quit---
#342 0x00000000004302fc in execshfunc (shf=0x1ca78d0, args=0x7fb1f7f4aea8)
at exec.c:4557
#343 0x000000000042d8c2 in execcmd (state=0x7fff4c458580, input=0, output=0,
how=18, last1=2) at exec.c:3373
#344 0x0000000000428ca1 in execpline2 (state=0x7fff4c458580, pcode=67,
how=18, input=0, output=0, last1=0) at exec.c:1697
#345 0x0000000000427fd3 in execpline (state=0x7fff4c458580, slcode=5122,
how=18, last1=0) at exec.c:1484
#346 0x0000000000427757 in execlist (state=0x7fff4c458580, dont_change_job=1,
exiting=0) at exec.c:1267
#347 0x000000000042717d in execode (p=0x1ca8a40, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#348 0x000000000043129a in runshfunc (prog=0x1ca8a40, wrap=0x0,
name=0x7fb1f7f4ae68 "auto-fu-init") at exec.c:5040
#349 0x0000000000430e77 in doshfunc (shfunc=0x1ca8d80,
doshargs=0x7fb1f7f4ae08, noreturnval=0) at exec.c:4920
#350 0x00000000004302fc in execshfunc (shf=0x1ca8d80, args=0x7fb1f7f4ae08)
at exec.c:4557
#351 0x000000000042d8c2 in execcmd (state=0x7fff4c4594f0, input=0, output=0,
how=18, last1=2) at exec.c:3373
#352 0x0000000000428ca1 in execpline2 (state=0x7fff4c4594f0, pcode=195,
---Type <return> to continue, or q <return> to quit---
how=18, input=0, output=0, last1=0) at exec.c:1697
#353 0x0000000000427fd3 in execpline (state=0x7fff4c4594f0, slcode=3074,
how=18, last1=0) at exec.c:1484
#354 0x0000000000427757 in execlist (state=0x7fff4c4594f0, dont_change_job=1,
exiting=0) at exec.c:1267
#355 0x000000000045689e in execif (state=0x7fff4c4594f0, do_exec=0)
at loop.c:525
#356 0x000000000042d732 in execcmd (state=0x7fff4c4594f0, input=0, output=0,
how=18, last1=2) at exec.c:3336
#357 0x0000000000428ca1 in execpline2 (state=0x7fff4c4594f0, pcode=131,
how=18, input=0, output=0, last1=0) at exec.c:1697
#358 0x0000000000427fd3 in execpline (state=0x7fff4c4594f0, slcode=12290,
how=18, last1=0) at exec.c:1484
#359 0x0000000000427757 in execlist (state=0x7fff4c4594f0, dont_change_job=1,
exiting=0) at exec.c:1267
#360 0x000000000042717d in execode (p=0x1c91ba0, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#361 0x000000000043129a in runshfunc (prog=0x1c91ba0, wrap=0x0,
name=0x7fb1f7f4ad78 "zle-line-init") at exec.c:5040
#362 0x0000000000430e77 in doshfunc (shfunc=0x1c91c50, doshargs=0x0,
noreturnval=1) at exec.c:4920
---Type <return> to continue, or q <return> to quit---
#363 0x00007fb1f67aaee8 in execzlefunc (func=0x1da26c0, args=0x7fff4c4598f0,
set_bindk=1) at zle_main.c:1422
#364 0x00007fb1f67c7da7 in zlecallhook (name=0x7fb1f67cdda0 "zle-line-init",
arg=0x0) at zle_utils.c:1706
#365 0x00007fb1f67aa6ee in zleread (lp=0x6d2af0 <prompt>,
rp=0x6d2b28 <rprompt>, flags=3, context=0,
init=0x7fb1f67cdda0 "zle-line-init",
finish=0x7fb1f67cdd90 "zle-line-finish") at zle_main.c:1285
#366 0x00007fb1f67acd80 in zle_main_entry (cmd=1, ap=0x7fff4c459b10)
at zle_main.c:1950
#367 0x000000000044857d in zleentry (cmd=1) at init.c:1482
#368 0x000000000044922c in inputline () at input.c:285
#369 0x00000000004490a5 in ingetc () at input.c:221
#370 0x000000000043d5be in ihgetc () at hist.c:282
#371 0x00000000004520ea in gettok () at lex.c:720
#372 0x0000000000451899 in zshlex () at lex.c:401
#373 0x0000000000470c12 in parse_event () at parse.c:454
#374 0x00000000004452d8 in loop (toplevel=1, justonce=0) at init.c:132
#375 0x0000000000448a76 in zsh_main (argc=1, argv=0x7fff4c459ec8)
at init.c:1638
#376 0x000000000040e546 in main (argc=1, argv=0x7fff4c459ec8) at ./main.c:93
PID: 6718 (zsh)
UID: 1000 (pythonnut)
GID: 100 (users)
Signal: 11 (SEGV)
Timestamp: Sat 2014-12-13 18:49:42 UTC (4h 43min ago)
Command Line: Downloads/cauldron/zsh/bin/zsh
Executable: /home/pythonnut/Downloads/cauldron/zsh/bin/zsh
Control Group: /user.slice/user-1000.slice/session-c4.scope
Unit: session-c4.scope
Slice: user-1000.slice
Session: c4
Owner UID: 1000 (pythonnut)
Boot ID: b4e42e969ef94190a997f3e52f011e51
Machine ID: be7f3553b57b4e2c889c633f23a1b3a4
Hostname: protogon.localdomain
Coredump: /var/lib/systemd/coredump/core.zsh.1000.b4e42e969ef94190a997f3e52f011e51.6718.1418496582000000.lz4
Message: Process 6718 (zsh) of user 1000 dumped core.

GNU gdb (GDB) 7.8.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /home/pythonnut/Downloads/cauldron/zsh/bin/zsh...done.
[New LWP 6718]

(gdb) where
#0  0x000000000047c267 in charrefinc (x=0x6cc968 <patinput>,
y=0x7fb1f7d8a355 <error: Cannot access memory at address 0x7fb1f7d8a355>,
z=0x7fff4c43fd0c) at pattern.c:1900
#1  0x000000000047d4af in patmatch (prog=0x1e1a968) at pattern.c:2536
#2  0x000000000047cc98 in pattryrefs (prog=0x1e1a930,
string=0x7fb1f7d907b0 ":completion::complete:-command-::", stringlen=33,
unmetalen=33, patoffset=0, nump=0x0, begp=0x0, endp=0x0) at pattern.c:2277
#3  0x000000000047c42a in pattry (prog=0x1e1a930,
string=0x7fb1f7d907b0 ":completion::complete:-command-::")
at pattern.c:1996
#4  0x00007fb1f6359dff in lookupstyle (
ctxt=0x7fb1f7d907b0 ":completion::complete:-command-::",
style=0x7fb1f7d90798 "tag-order") at zutil.c:429
#5  0x00007fb1f635a79e in bin_zstyle (nam=0x7fb1f7d90768 "zstyle",
args=0x7fb1f7d907d8, ops=0x7fff4c4402f0, func=0) at zutil.c:631
#6  0x000000000040efc3 in execbuiltin (args=0x7fb1f7d906d8,
bn=0x7fb1f655f600 <bintab+192>) at builtin.c:450
#7  0x000000000042d8ea in execcmd (state=0x7fff4c441770, input=0, output=0,
how=2, last1=2) at exec.c:3378
#8  0x0000000000428ca1 in execpline2 (state=0x7fff4c441770, pcode=2819,
how=2, input=0, output=0, last1=0) at exec.c:1697
---Type <return> to continue, or q <return> to quit---
#9  0x0000000000427fd3 in execpline (state=0x7fff4c441770, slcode=7234,
how=2, last1=0) at exec.c:1484
#10 0x00000000004278c7 in execlist (state=0x7fff4c441770, dont_change_job=1,
exiting=0) at exec.c:1308
#11 0x000000000045689e in execif (state=0x7fff4c441770, do_exec=0)
at loop.c:525
#12 0x000000000042d732 in execcmd (state=0x7fff4c441770, input=0, output=0,
how=2, last1=2) at exec.c:3336
#13 0x0000000000428ca1 in execpline2 (state=0x7fff4c441770, pcode=2627,
how=2, input=0, output=0, last1=0) at exec.c:1697
#14 0x0000000000427fd3 in execpline (state=0x7fff4c441770, slcode=87042,
how=2, last1=0) at exec.c:1484
#15 0x0000000000427757 in execlist (state=0x7fff4c441770, dont_change_job=1,
exiting=0) at exec.c:1267
#16 0x000000000045689e in execif (state=0x7fff4c441770, do_exec=0)
at loop.c:525
#17 0x000000000042d732 in execcmd (state=0x7fff4c441770, input=0, output=0,
how=2, last1=2) at exec.c:3336
#18 0x0000000000428ca1 in execpline2 (state=0x7fff4c441770, pcode=1027,
how=2, input=0, output=0, last1=0) at exec.c:1697
#19 0x0000000000427fd3 in execpline (state=0x7fff4c441770, slcode=193538,
---Type <return> to continue, or q <return> to quit---
how=2, last1=0) at exec.c:1484
#20 0x0000000000427757 in execlist (state=0x7fff4c441770, dont_change_job=1,
exiting=0) at exec.c:1267
#21 0x000000000042717d in execode (p=0x205cba0, dont_change_job=1, exiting=0,
context=0x4a46c0 "shfunc") at exec.c:1073
#22 0x000000000043129a in runshfunc (prog=0x205cba0, wrap=0x0,
name=0x7fb1f7d8fee0 "_tags") at exec.c:5040
#23 0x00007fb1f656baa6 in comp_wrapper (prog=0x205cba0, w=0x0,
name=0x7fb1f7d8fee0 "_tags") at complete.c:1455
#24 0x00000000004311fd in runshfunc (prog=0x205cba0,
wrap=0x7fb1f67898a0 <wrapper>, name=0x7fb1f7d8fee0 "_tags") at exec.c:5025
#25 0x0000000000430e77 in doshfunc (shfunc=0x1d427c0,
doshargs=0x7fb1f7d8fe68, noreturnval=0) at exec.c:4920
#26 0x00000000004302fc in execshfunc (shf=0x1d427c0, args=0x7fb1f7d8fe68)
at exec.c:4557
#27 0x000000000042d8c2 in execcmd (state=0x7fff4c442f50, input=0, output=0,
how=2, last1=2) at exec.c:3373
#28 0x0000000000428ca1 in execpline2 (state=0x7fff4c442f50, pcode=7427,
how=2, input=0, output=0, last1=0) at exec.c:1697
#29 0x0000000000427fd3 in execpline (state=0x7fff4c442f50, slcode=4098,
how=2, last1=0) at exec.c:1484
---Type <return> to continue, or q <return> to quit---
#30 0x0000000000427757 in execlist (state=0x7fff4c442f50, dont_change_job=1,
exiting=0) at exec.c:1267
#31 0x0000000000455a4b in execfor (state=0x7fff4c442f50, do_exec=0)
at loop.c:164
#32 0x000000000042d732 in execcmd (state=0x7fff4c442f50, input=0, output=0,
how=2, last1=2) at exec.c:3336
#33 0x0000000000428ca1 in execpline2 (state=0x7fff4c442f50, pcode=6403,
how=2, input=0, output=0, last1=0) at exec.c:1697
#34 0x0000000000427fd3 in execpline (state=0x7fff4c442f50, slcode=256002,
how=2, last1=0) at exec.c:1484
#35 0x0000000000427757 in execlist (state=0x7fff4c442f50, dont_change_job=1,
exiting=0) at exec.c:1267
#36 0x0000000000455a4b in execfor (state=0x7fff4c442f50, do_exec=0)
at loop.c:164
#37 0x000000000042d732 in execcmd (state=0x7fff4c442f50, input=0, output=0,
how=2, last1=2) at exec.c:3336
#38 0x0000000000428ca1 in execpline2 (state=0x7fff4c442f50, pcode=5955,
how=2, input=0, output=0, last1=0) at exec.c:1697
#39 0x0000000000427fd3 in execpline (state=0x7fff4c442f50, slcode=304130,
how=2, last1=0) at exec.c:1484
#40 0x0000000000427757 in execlist (state=0x7fff4c442f50, dont_change_job=1,
---Type <return> to continue, or q <return> to quit---
exiting=0) at exec.c:1267
#41 0x000000000042717d in execode (p=0x1d27540, dont_change_job=1, exiting=0,
context=0x4a46c0 "shfunc") at exec.c:1073
#42 0x000000000043129a in runshfunc (prog=0x1d27540, wrap=0x0,
name=0x7fb1f7d970f8 "_files") at exec.c:5040
#43 0x00007fb1f656baa6 in comp_wrapper (prog=0x1d27540, w=0x0,
name=0x7fb1f7d970f8 "_files") at complete.c:1455
#44 0x00000000004311fd in runshfunc (prog=0x1d27540,
wrap=0x7fb1f67898a0 <wrapper>, name=0x7fb1f7d970f8 "_files")
at exec.c:5025
#45 0x0000000000430e77 in doshfunc (shfunc=0x1d02220,
doshargs=0x7fb1f7d970b0, noreturnval=0) at exec.c:4920
#46 0x00000000004302fc in execshfunc (shf=0x1d02220, args=0x7fb1f7d970b0)
at exec.c:4557
#47 0x000000000042d8c2 in execcmd (state=0x7fff4c443950, input=0, output=0,
how=2, last1=2) at exec.c:3373
#48 0x0000000000428ca1 in execpline2 (state=0x7fff4c443950, pcode=323, how=2,
input=0, output=0, last1=0) at exec.c:1697
#49 0x0000000000427fd3 in execpline (state=0x7fff4c443950, slcode=3074,
how=2, last1=0) at exec.c:1484
#50 0x0000000000427757 in execlist (state=0x7fff4c443950, dont_change_job=1,
---Type <return> to continue, or q <return> to quit---
exiting=0) at exec.c:1267
#51 0x000000000042717d in execode (p=0x1e1f300, dont_change_job=1, exiting=0,
context=0x4a46c0 "shfunc") at exec.c:1073
#52 0x000000000043129a in runshfunc (prog=0x1e1f300, wrap=0x0,
name=0x7fb1f7d96f98 "_cmd") at exec.c:5040
#53 0x00007fb1f656baa6 in comp_wrapper (prog=0x1e1f300, w=0x0,
name=0x7fb1f7d96f98 "_cmd") at complete.c:1455
#54 0x00000000004311fd in runshfunc (prog=0x1e1f300,
wrap=0x7fb1f67898a0 <wrapper>, name=0x7fb1f7d96f98 "_cmd") at exec.c:5025
#55 0x0000000000430e77 in doshfunc (shfunc=0x1e10a90,
doshargs=0x7fb1f7d96f50, noreturnval=0) at exec.c:4920
#56 0x00000000004302fc in execshfunc (shf=0x1e10a90, args=0x7fb1f7d96f50)
at exec.c:4557
#57 0x000000000042d8c2 in execcmd (state=0x7fff4c444350, input=0, output=0,
how=18, last1=2) at exec.c:3373
#58 0x0000000000428ca1 in execpline2 (state=0x7fff4c444350, pcode=131,
how=18, input=0, output=0, last1=0) at exec.c:1697
#59 0x0000000000427fd3 in execpline (state=0x7fff4c444350, slcode=3074,
how=18, last1=0) at exec.c:1484
#60 0x0000000000427757 in execlist (state=0x7fff4c444350, dont_change_job=1,
exiting=0) at exec.c:1267
---Type <return> to continue, or q <return> to quit---
#61 0x000000000042717d in execode (p=0x7fb1f7d96ee0, dont_change_job=1,
exiting=0, context=0x4a155f "eval") at exec.c:1073
#62 0x000000000041f8d6 in eval (argv=0x7fb1f7d96e78) at builtin.c:5034
#63 0x000000000041feaa in bin_eval (nam=0x7fb1f7d96e60 "eval",
argv=0x7fb1f7d96e78, ops=0x7fff4c444440, func=14) at builtin.c:5199
#64 0x000000000040efc3 in execbuiltin (args=0x7fb1f7d96e18,
bn=0x6be540 <builtins+1472>) at builtin.c:450
#65 0x000000000042d8ea in execcmd (state=0x7fff4c445240, input=0, output=0,
how=2, last1=2) at exec.c:3378
#66 0x0000000000428ca1 in execpline2 (state=0x7fff4c445240, pcode=2179,
how=2, input=0, output=0, last1=0) at exec.c:1697
#67 0x0000000000427fd3 in execpline (state=0x7fff4c445240, slcode=4130,
how=2, last1=0) at exec.c:1484
#68 0x000000000042779b in execlist (state=0x7fff4c445240, dont_change_job=1,
exiting=0) at exec.c:1275
#69 0x000000000045689e in execif (state=0x7fff4c445240, do_exec=0)
at loop.c:525
#70 0x000000000042d732 in execcmd (state=0x7fff4c445240, input=0, output=0,
how=2, last1=2) at exec.c:3336
#71 0x0000000000428ca1 in execpline2 (state=0x7fff4c445240, pcode=1923,
how=2, input=0, output=0, last1=0) at exec.c:1697
---Type <return> to continue, or q <return> to quit---
#72 0x0000000000427fd3 in execpline (state=0x7fff4c445240, slcode=43010,
how=2, last1=0) at exec.c:1484
#73 0x0000000000427757 in execlist (state=0x7fff4c445240, dont_change_job=1,
exiting=0) at exec.c:1267
#74 0x000000000042717d in execode (p=0x2053f10, dont_change_job=1, exiting=0,
context=0x4a46c0 "shfunc") at exec.c:1073
#75 0x000000000043129a in runshfunc (prog=0x2053f10, wrap=0x0,
name=0x7fb1f7d96b30 "_normal") at exec.c:5040
#76 0x00007fb1f656baa6 in comp_wrapper (prog=0x2053f10, w=0x0,
name=0x7fb1f7d96b30 "_normal") at complete.c:1455
#77 0x00000000004311fd in runshfunc (prog=0x2053f10,
wrap=0x7fb1f67898a0 <wrapper>, name=0x7fb1f7d96b30 "_normal")
at exec.c:5025
#78 0x0000000000430e77 in doshfunc (shfunc=0x1d260c0,
doshargs=0x7fb1f7d96ac8, noreturnval=0) at exec.c:4920
#79 0x00000000004302fc in execshfunc (shf=0x1d260c0, args=0x7fb1f7d96ac8)
at exec.c:4557
#80 0x000000000042d8c2 in execcmd (state=0x7fff4c4462c0, input=0, output=0,
how=2, last1=2) at exec.c:3373
#81 0x0000000000428ca1 in execpline2 (state=0x7fff4c4462c0, pcode=7555,
how=2, input=0, output=0, last1=0) at exec.c:1697
---Type <return> to continue, or q <return> to quit---
#82 0x0000000000427fd3 in execpline (state=0x7fff4c4462c0, slcode=4130,
how=2, last1=0) at exec.c:1484
#83 0x000000000042779b in execlist (state=0x7fff4c4462c0, dont_change_job=1,
exiting=0) at exec.c:1275
#84 0x000000000045689e in execif (state=0x7fff4c4462c0, do_exec=0)
at loop.c:525
#85 0x000000000042d732 in execcmd (state=0x7fff4c4462c0, input=0, output=0,
how=2, last1=2) at exec.c:3336
#86 0x0000000000428ca1 in execpline2 (state=0x7fff4c4462c0, pcode=7427,
how=2, input=0, output=0, last1=0) at exec.c:1697
#87 0x0000000000427fd3 in execpline (state=0x7fff4c4462c0, slcode=114690,
how=2, last1=0) at exec.c:1484
#88 0x0000000000427757 in execlist (state=0x7fff4c4462c0, dont_change_job=1,
exiting=0) at exec.c:1267
#89 0x000000000042717d in execode (p=0x1d25b60, dont_change_job=1, exiting=0,
context=0x4a46c0 "shfunc") at exec.c:1073
#90 0x000000000043129a in runshfunc (prog=0x1d25b60, wrap=0x0,
name=0x7fb1f7d96450 "_complete") at exec.c:5040
#91 0x00007fb1f656baa6 in comp_wrapper (prog=0x1d25b60, w=0x0,
name=0x7fb1f7d96450 "_complete") at complete.c:1455
#92 0x00000000004311fd in runshfunc (prog=0x1d25b60,
---Type <return> to continue, or q <return> to quit---
wrap=0x7fb1f67898a0 <wrapper>, name=0x7fb1f7d96450 "_complete")
at exec.c:5025
#93 0x0000000000430e77 in doshfunc (shfunc=0x1cf0730,
doshargs=0x7fb1f7d963e8, noreturnval=0) at exec.c:4920
#94 0x00000000004302fc in execshfunc (shf=0x1cf0730, args=0x7fb1f7d963e8)
at exec.c:4557
#95 0x000000000042d8c2 in execcmd (state=0x7fff4c448120, input=0, output=0,
how=18, last1=2) at exec.c:3373
#96 0x0000000000428ca1 in execpline2 (state=0x7fff4c448120, pcode=11459,
how=18, input=0, output=0, last1=0) at exec.c:1697
#97 0x0000000000427fd3 in execpline (state=0x7fff4c448120, slcode=3074,
how=18, last1=0) at exec.c:1484
#98 0x0000000000427757 in execlist (state=0x7fff4c448120, dont_change_job=1,
exiting=0) at exec.c:1267
#99 0x000000000045680a in execif (state=0x7fff4c448120, do_exec=0)
at loop.c:510
#100 0x000000000042d732 in execcmd (state=0x7fff4c448120, input=0, output=0,
how=2, last1=2) at exec.c:3336
#101 0x0000000000428ca1 in execpline2 (state=0x7fff4c448120, pcode=11139,
how=2, input=0, output=0, last1=0) at exec.c:1697
#102 0x0000000000427fd3 in execpline (state=0x7fff4c448120, slcode=48130,
---Type <return> to continue, or q <return> to quit---
how=2, last1=0) at exec.c:1484
#103 0x0000000000427757 in execlist (state=0x7fff4c448120, dont_change_job=1,
exiting=0) at exec.c:1267
#104 0x0000000000455a4b in execfor (state=0x7fff4c448120, do_exec=0)
at loop.c:164
#105 0x000000000042d732 in execcmd (state=0x7fff4c448120, input=0, output=0,
how=2, last1=2) at exec.c:3336
#106 0x0000000000428ca1 in execpline2 (state=0x7fff4c448120, pcode=10627,
how=2, input=0, output=0, last1=0) at exec.c:1697
#107 0x0000000000427fd3 in execpline (state=0x7fff4c448120, slcode=90114,
how=2, last1=0) at exec.c:1484
#108 0x0000000000427757 in execlist (state=0x7fff4c448120, dont_change_job=1,
exiting=0) at exec.c:1267
#109 0x0000000000455a4b in execfor (state=0x7fff4c448120, do_exec=0)
at loop.c:164
#110 0x000000000042d732 in execcmd (state=0x7fff4c448120, input=0, output=0,
how=2, last1=2) at exec.c:3336
#111 0x0000000000428ca1 in execpline2 (state=0x7fff4c448120, pcode=9155,
how=2, input=0, output=0, last1=0) at exec.c:1697
#112 0x0000000000427fd3 in execpline (state=0x7fff4c448120, slcode=220162,
how=2, last1=0) at exec.c:1484
---Type <return> to continue, or q <return> to quit---
#113 0x0000000000427757 in execlist (state=0x7fff4c448120, dont_change_job=1,
exiting=0) at exec.c:1267
#114 0x000000000042717d in execode (p=0x203fc60, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#115 0x000000000043129a in runshfunc (prog=0x203fc60, wrap=0x0,
name=0x7fb1f7f32050 "_main_complete") at exec.c:5040
#116 0x00007fb1f656baa6 in comp_wrapper (prog=0x203fc60, w=0x0,
name=0x7fb1f7f32050 "_main_complete") at complete.c:1455
#117 0x00000000004311fd in runshfunc (prog=0x203fc60,
wrap=0x7fb1f67898a0 <wrapper>, name=0x7fb1f7f32050 "_main_complete")
at exec.c:5025
#118 0x0000000000430e77 in doshfunc (shfunc=0x1d1b320, doshargs=0x0,
noreturnval=1) at exec.c:4920
#119 0x00007fb1f656e5e9 in callcompfunc (s=0x7fb1f7f38ab0 "l",
fn=0x2088190 "_main_complete") at compcore.c:840
#120 0x00007fb1f656eebd in makecomplist (s=0x7fb1f7f38ab0 "l", incmd=1, lst=0)
at compcore.c:989
#121 0x00007fb1f656ca18 in do_completion (dummy=0x7fb1f69da8e8 <zlehooks+40>,
dat=0x7fff4c448650) at compcore.c:349
#122 0x000000000045e10a in runhookdef (h=0x7fb1f69da8e8 <zlehooks+40>,
d=0x7fff4c448650) at module.c:996
---Type <return> to continue, or q <return> to quit---
#123 0x00007fb1f67c2687 in docompletion (s=0x203a7e0 "l", lst=0, incmd=1)
at zle_tricky.c:2260
#124 0x00007fb1f67be0aa in docomplete (lst=0) at zle_tricky.c:864
#125 0x00007fb1f67bc564 in completeword (args=0x7fb1f69daea8 <zlenoargs>)
at zle_tricky.c:232
#126 0x00007fb1f67bc445 in completecall (args=0x7fb1f7f38918)
at zle_tricky.c:208
#127 0x00007fb1f67aab43 in execzlefunc (func=0x7fb1f69d7430 <thingies+880>,
args=0x7fb1f7f38918, set_bindk=0) at zle_main.c:1381
#128 0x00007fb1f67bbb2d in bin_zle_call (name=0x7fb1f7f388e0 "zle",
args=0x7fb1f7f38918, ops=0x7fff4c448a00, func=0 '\000')
at zle_thingy.c:711
#129 0x00007fb1f67babe2 in bin_zle (name=0x7fb1f7f388e0 "zle",
args=0x7fb1f7f38910, ops=0x7fff4c448a00, func=0) at zle_thingy.c:382
#130 0x000000000040efc3 in execbuiltin (args=0x7fb1f7f388a8,
bn=0x7fb1f69da880 <bintab+128>) at builtin.c:450
#131 0x000000000042d8ea in execcmd (state=0x7fff4c449180, input=0, output=0,
how=18, last1=2) at exec.c:3378
#132 0x0000000000428ca1 in execpline2 (state=0x7fff4c449180, pcode=259,
how=18, input=0, output=0, last1=0) at exec.c:1697
#133 0x0000000000427fd3 in execpline (state=0x7fff4c449180, slcode=3074,
---Type <return> to continue, or q <return> to quit---
how=18, last1=0) at exec.c:1484
#134 0x0000000000427757 in execlist (state=0x7fff4c449180, dont_change_job=1,
exiting=0) at exec.c:1267
#135 0x000000000042717d in execode (p=0x1cb0760, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#136 0x000000000043129a in runshfunc (prog=0x1cb0760, wrap=0x0,
name=0x7fb1f7f38800 "with-afu-compfuncs") at exec.c:5040
#137 0x0000000000430e77 in doshfunc (shfunc=0x1cb0ae0,
doshargs=0x7fb1f7f38738, noreturnval=0) at exec.c:4920
#138 0x00000000004302fc in execshfunc (shf=0x1cb0ae0, args=0x7fb1f7f38738)
at exec.c:4557
#139 0x000000000042d8c2 in execcmd (state=0x7fff4c449a70, input=0, output=0,
how=18, last1=2) at exec.c:3373
#140 0x0000000000428ca1 in execpline2 (state=0x7fff4c449a70, pcode=259,
how=18, input=0, output=0, last1=0) at exec.c:1697
#141 0x0000000000427fd3 in execpline (state=0x7fff4c449a70, slcode=4098,
how=18, last1=0) at exec.c:1484
#142 0x0000000000427757 in execlist (state=0x7fff4c449a70, dont_change_job=1,
exiting=0) at exec.c:1267
#143 0x000000000042717d in execode (p=0x1cb07a0, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
---Type <return> to continue, or q <return> to quit---
#144 0x000000000043129a in runshfunc (prog=0x1cb07a0, wrap=0x0,
name=0x7fb1f7f38548 "with-afu-completer-vars") at exec.c:5040
#145 0x0000000000430e77 in doshfunc (shfunc=0x1cb0c40,
doshargs=0x7fb1f7f38478, noreturnval=0) at exec.c:4920
#146 0x00000000004302fc in execshfunc (shf=0x1cb0c40, args=0x7fb1f7f38478)
at exec.c:4557
#147 0x000000000042d8c2 in execcmd (state=0x7fff4c44aa00, input=0, output=0,
how=18, last1=2) at exec.c:3373
#148 0x0000000000428ca1 in execpline2 (state=0x7fff4c44aa00, pcode=1219,
how=18, input=0, output=0, last1=0) at exec.c:1697
#149 0x0000000000427fd3 in execpline (state=0x7fff4c44aa00, slcode=3074,
how=18, last1=0) at exec.c:1484
#150 0x0000000000427757 in execlist (state=0x7fff4c44aa00, dont_change_job=1,
exiting=0) at exec.c:1267
#151 0x0000000000456df1 in exectry (state=0x7fff4c44aa00, do_exec=0)
at loop.c:658
#152 0x000000000042d732 in execcmd (state=0x7fff4c44aa00, input=0, output=0,
how=18, last1=2) at exec.c:3336
#153 0x0000000000428ca1 in execpline2 (state=0x7fff4c44aa00, pcode=259,
how=18, input=0, output=0, last1=0) at exec.c:1697
#154 0x0000000000427fd3 in execpline (state=0x7fff4c44aa00, slcode=106498,
---Type <return> to continue, or q <return> to quit---
how=18, last1=0) at exec.c:1484
#155 0x0000000000427757 in execlist (state=0x7fff4c44aa00, dont_change_job=1,
exiting=0) at exec.c:1267
#156 0x000000000042717d in execode (p=0x1cac5e0, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#157 0x000000000043129a in runshfunc (prog=0x1cac5e0, wrap=0x0,
name=0x7fb1f7f37f78 "with-afu-region-highlight-saving") at exec.c:5040
#158 0x0000000000430e77 in doshfunc (shfunc=0x1cac680,
doshargs=0x7fb1f7f37e58, noreturnval=0) at exec.c:4920
#159 0x00000000004302fc in execshfunc (shf=0x1cac680, args=0x7fb1f7f37e58)
at exec.c:4557
#160 0x000000000042d8c2 in execcmd (state=0x7fff4c44b2f0, input=0, output=0,
how=2, last1=2) at exec.c:3373
#161 0x0000000000428ca1 in execpline2 (state=0x7fff4c44b2f0, pcode=323,
how=2, input=0, output=0, last1=0) at exec.c:1697
#162 0x0000000000427fd3 in execpline (state=0x7fff4c44b2f0, slcode=6146,
how=2, last1=0) at exec.c:1484
#163 0x0000000000427757 in execlist (state=0x7fff4c44b2f0, dont_change_job=1,
exiting=0) at exec.c:1267
#164 0x000000000042717d in execode (p=0x1cb1970, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
---Type <return> to continue, or q <return> to quit---
#165 0x000000000043129a in runshfunc (prog=0x1cb1970, wrap=0x0,
name=0x7fb1f7f37d30 "auto-fu") at exec.c:5040
#166 0x0000000000430e77 in doshfunc (shfunc=0x1cb1860,
doshargs=0x7fb1f7f37ca0, noreturnval=0) at exec.c:4920
#167 0x00000000004302fc in execshfunc (shf=0x1cb1860, args=0x7fb1f7f37ca0)
at exec.c:4557
#168 0x000000000042d8c2 in execcmd (state=0x7fff4c44bbe0, input=0, output=0,
how=2, last1=2) at exec.c:3373
#169 0x0000000000428ca1 in execpline2 (state=0x7fff4c44bbe0, pcode=3075,
how=2, input=0, output=0, last1=0) at exec.c:1697
#170 0x0000000000427fd3 in execpline (state=0x7fff4c44bbe0, slcode=4098,
how=2, last1=0) at exec.c:1484
#171 0x0000000000427757 in execlist (state=0x7fff4c44bbe0, dont_change_job=1,
exiting=0) at exec.c:1267
#172 0x000000000042717d in execode (p=0x1cb0d60, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#173 0x000000000043129a in runshfunc (prog=0x1cb0d60, wrap=0x0,
name=0x7fb1f7f375b8 "with-afu-menuselecting-handling") at exec.c:5040
#174 0x0000000000430e77 in doshfunc (shfunc=0x1cb06a0,
doshargs=0x7fb1f7f37508, noreturnval=0) at exec.c:4920
#175 0x00000000004302fc in execshfunc (shf=0x1cb06a0, args=0x7fb1f7f37508)
---Type <return> to continue, or q <return> to quit---
at exec.c:4557
#176 0x000000000042d8c2 in execcmd (state=0x7fff4c44cb40, input=0, output=0,
how=2, last1=2) at exec.c:3373
#177 0x0000000000428ca1 in execpline2 (state=0x7fff4c44cb40, pcode=259,
how=2, input=0, output=0, last1=0) at exec.c:1697
#178 0x0000000000427fd3 in execpline (state=0x7fff4c44cb40, slcode=4098,
how=2, last1=0) at exec.c:1484
#179 0x0000000000427757 in execlist (state=0x7fff4c44cb40, dont_change_job=1,
exiting=0) at exec.c:1267
#180 0x000000000042514d in execcursh (state=0x7fff4c44cb40, do_exec=0)
at exec.c:421
#181 0x000000000042d732 in execcmd (state=0x7fff4c44cb40, input=0, output=0,
how=2, last1=2) at exec.c:3336
#182 0x0000000000428ca1 in execpline2 (state=0x7fff4c44cb40, pcode=259,
how=2, input=0, output=0, last1=0) at exec.c:1697
#183 0x0000000000427fd3 in execpline (state=0x7fff4c44cb40, slcode=16386,
how=2, last1=0) at exec.c:1484
#184 0x0000000000427757 in execlist (state=0x7fff4c44cb40, dont_change_job=1,
exiting=0) at exec.c:1267
#185 0x000000000042717d in execode (p=0x1cb0700, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
---Type <return> to continue, or q <return> to quit---
#186 0x000000000043129a in runshfunc (prog=0x1cb0700, wrap=0x0,
name=0x7fb1f7f37390 "auto-fu-maybe") at exec.c:5040
#187 0x0000000000430e77 in doshfunc (shfunc=0x1cb09b0,
doshargs=0x7fb1f7f37330, noreturnval=0) at exec.c:4920
#188 0x00000000004302fc in execshfunc (shf=0x1cb09b0, args=0x7fb1f7f37330)
at exec.c:4557
#189 0x000000000042d8c2 in execcmd (state=0x7fff4c44daa0, input=0, output=0,
how=18, last1=2) at exec.c:3373
#190 0x0000000000428ca1 in execpline2 (state=0x7fff4c44daa0, pcode=1155,
how=18, input=0, output=0, last1=0) at exec.c:1697
#191 0x0000000000427fd3 in execpline (state=0x7fff4c44daa0, slcode=3074,
how=18, last1=0) at exec.c:1484
#192 0x0000000000427757 in execlist (state=0x7fff4c44daa0, dont_change_job=1,
exiting=0) at exec.c:1267
#193 0x000000000042514d in execcursh (state=0x7fff4c44daa0, do_exec=0)
at exec.c:421
#194 0x000000000042d732 in execcmd (state=0x7fff4c44daa0, input=0, output=0,
how=18, last1=2) at exec.c:3336
#195 0x0000000000428ca1 in execpline2 (state=0x7fff4c44daa0, pcode=1155,
how=18, input=0, output=0, last1=0) at exec.c:1697
#196 0x0000000000427fd3 in execpline (state=0x7fff4c44daa0, slcode=9218,
---Type <return> to continue, or q <return> to quit---
how=18, last1=0) at exec.c:1484
#197 0x0000000000427757 in execlist (state=0x7fff4c44daa0, dont_change_job=1,
exiting=0) at exec.c:1267
#198 0x000000000042717d in execode (p=0x1cad690, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#199 0x000000000043129a in runshfunc (prog=0x1cad690, wrap=0x0,
name=0x7fb1f7f4deb0 "with-afu") at exec.c:5040
#200 0x0000000000430e77 in doshfunc (shfunc=0x1cad130,
doshargs=0x7fb1f7f4dae8, noreturnval=0) at exec.c:4920
#201 0x00000000004302fc in execshfunc (shf=0x1cad130, args=0x7fb1f7f4dae8)
at exec.c:4557
#202 0x000000000042d8c2 in execcmd (state=0x7fff4c44ea00, input=0, output=0,
how=2, last1=2) at exec.c:3373
#203 0x0000000000428ca1 in execpline2 (state=0x7fff4c44ea00, pcode=451,
how=2, input=0, output=0, last1=0) at exec.c:1697
#204 0x0000000000427fd3 in execpline (state=0x7fff4c44ea00, slcode=5122,
how=2, last1=0) at exec.c:1484
#205 0x0000000000427757 in execlist (state=0x7fff4c44ea00, dont_change_job=1,
exiting=0) at exec.c:1267
#206 0x000000000042514d in execcursh (state=0x7fff4c44ea00, do_exec=0)
at exec.c:421
---Type <return> to continue, or q <return> to quit---
#207 0x000000000042d732 in execcmd (state=0x7fff4c44ea00, input=0, output=0,
how=2, last1=2) at exec.c:3336
#208 0x0000000000428ca1 in execpline2 (state=0x7fff4c44ea00, pcode=451,
how=2, input=0, output=0, last1=0) at exec.c:1697
#209 0x0000000000427fd3 in execpline (state=0x7fff4c44ea00, slcode=17410,
how=2, last1=0) at exec.c:1484
#210 0x0000000000427757 in execlist (state=0x7fff4c44ea00, dont_change_job=1,
exiting=0) at exec.c:1267
#211 0x000000000042717d in execode (p=0x1cadd60, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#212 0x000000000043129a in runshfunc (prog=0x1cadd60, wrap=0x0,
name=0x7fb1f7f4d200 "with-afu-zsh-syntax-highlighting") at exec.c:5040
#213 0x0000000000430e77 in doshfunc (shfunc=0x1cad900,
doshargs=0x7fb1f7f4cf58, noreturnval=0) at exec.c:4920
#214 0x00000000004302fc in execshfunc (shf=0x1cad900, args=0x7fb1f7f4cf58)
at exec.c:4557
#215 0x000000000042d8c2 in execcmd (state=0x7fff4c44f2f0, input=0, output=0,
how=18, last1=2) at exec.c:3373
#216 0x0000000000428ca1 in execpline2 (state=0x7fff4c44f2f0, pcode=67,
how=18, input=0, output=0, last1=0) at exec.c:1697
#217 0x0000000000427fd3 in execpline (state=0x7fff4c44f2f0, slcode=4098,
---Type <return> to continue, or q <return> to quit---
how=18, last1=0) at exec.c:1484
#218 0x0000000000427757 in execlist (state=0x7fff4c44f2f0, dont_change_job=1,
exiting=0) at exec.c:1267
#219 0x000000000042717d in execode (p=0x1cadbb0, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#220 0x000000000043129a in runshfunc (prog=0x1cadbb0, wrap=0x0,
name=0x7fb1f7f4ceb8 "with-afu-resume") at exec.c:5040
#221 0x0000000000430e77 in doshfunc (shfunc=0x1cadc80,
doshargs=0x7fb1f7f4cc50, noreturnval=0) at exec.c:4920
#222 0x00000000004302fc in execshfunc (shf=0x1cadc80, args=0x7fb1f7f4cc50)
at exec.c:4557
#223 0x000000000042d8c2 in execcmd (state=0x7fff4c450280, input=0, output=0,
how=2, last1=2) at exec.c:3373
#224 0x0000000000428ca1 in execpline2 (state=0x7fff4c450280, pcode=771,
how=2, input=0, output=0, last1=0) at exec.c:1697
#225 0x0000000000427fd3 in execpline (state=0x7fff4c450280, slcode=3074,
how=2, last1=0) at exec.c:1484
#226 0x0000000000427757 in execlist (state=0x7fff4c450280, dont_change_job=1,
exiting=0) at exec.c:1267
#227 0x0000000000456df1 in exectry (state=0x7fff4c450280, do_exec=0)
at loop.c:658
---Type <return> to continue, or q <return> to quit---
#228 0x000000000042d732 in execcmd (state=0x7fff4c450280, input=0, output=0,
how=2, last1=2) at exec.c:3336
#229 0x0000000000428ca1 in execpline2 (state=0x7fff4c450280, pcode=259,
how=2, input=0, output=0, last1=0) at exec.c:1697
#230 0x0000000000427fd3 in execpline (state=0x7fff4c450280, slcode=62466,
how=2, last1=0) at exec.c:1484
#231 0x0000000000427757 in execlist (state=0x7fff4c450280, dont_change_job=1,
exiting=0) at exec.c:1267
#232 0x000000000042717d in execode (p=0x1cae690, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#233 0x000000000043129a in runshfunc (prog=0x1cae690, wrap=0x0,
name=0x7fb1f7f4ca98 "with-afu-magic-insert") at exec.c:5040
#234 0x0000000000430e77 in doshfunc (shfunc=0x1cae730,
doshargs=0x7fb1f7f4c7f8, noreturnval=0) at exec.c:4920
#235 0x00000000004302fc in execshfunc (shf=0x1cae730, args=0x7fb1f7f4c7f8)
at exec.c:4557
#236 0x000000000042d8c2 in execcmd (state=0x7fff4c450b70, input=0, output=0,
how=18, last1=2) at exec.c:3373
#237 0x0000000000428ca1 in execpline2 (state=0x7fff4c450b70, pcode=131,
how=18, input=0, output=0, last1=0) at exec.c:1697
#238 0x0000000000427fd3 in execpline (state=0x7fff4c450b70, slcode=5122,
---Type <return> to continue, or q <return> to quit---
how=18, last1=0) at exec.c:1484
#239 0x0000000000427757 in execlist (state=0x7fff4c450b70, dont_change_job=1,
exiting=0) at exec.c:1267
#240 0x000000000042717d in execode (p=0x1cae4c0, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#241 0x000000000043129a in runshfunc (prog=0x1cae4c0, wrap=0x0,
name=0x7fb1f7f4c7b0 "with-afu-magic-insert~") at exec.c:5040
#242 0x0000000000430e77 in doshfunc (shfunc=0x1cae560,
doshargs=0x7fb1f7f4c540, noreturnval=1) at exec.c:4920
#243 0x00007fb1f67aaee8 in execzlefunc (func=0x1cad180, args=0x7fb1f7f4c538,
set_bindk=0) at zle_main.c:1422
#244 0x00007fb1f67bbb2d in bin_zle_call (name=0x7fb1f7f4c2e0 "zle",
args=0x7fb1f7f4c4e0, ops=0x7fff4c451040, func=0 '\000')
at zle_thingy.c:711
#245 0x00007fb1f67babe2 in bin_zle (name=0x7fb1f7f4c2e0 "zle",
args=0x7fb1f7f4c4d0, ops=0x7fff4c451040, func=0) at zle_thingy.c:382
#246 0x000000000040efc3 in execbuiltin (args=0x7fb1f7f4c250,
bn=0x7fb1f69da880 <bintab+128>) at builtin.c:450
#247 0x000000000042d8ea in execcmd (state=0x7fff4c4517c0, input=0, output=0,
how=18, last1=2) at exec.c:3378
#248 0x0000000000428ca1 in execpline2 (state=0x7fff4c4517c0, pcode=67,
---Type <return> to continue, or q <return> to quit---
how=18, input=0, output=0, last1=0) at exec.c:1697
#249 0x0000000000427fd3 in execpline (state=0x7fff4c4517c0, slcode=7170,
how=18, last1=0) at exec.c:1484
#250 0x0000000000427757 in execlist (state=0x7fff4c4517c0, dont_change_job=1,
exiting=0) at exec.c:1267
#251 0x000000000042717d in execode (p=0x1cad7c0, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#252 0x000000000043129a in runshfunc (prog=0x1cad7c0, wrap=0x0,
name=0x7fb1f7f4c210 "with-afu~") at exec.c:5040
#253 0x0000000000430e77 in doshfunc (shfunc=0x1cad850,
doshargs=0x7fb1f7f4bfe8, noreturnval=0) at exec.c:4920
#254 0x00000000004302fc in execshfunc (shf=0x1cad850, args=0x7fb1f7f4bfe8)
at exec.c:4557
#255 0x000000000042d8c2 in execcmd (state=0x7fff4c4520b0, input=0, output=0,
how=18, last1=2) at exec.c:3373
#256 0x0000000000428ca1 in execpline2 (state=0x7fff4c4520b0, pcode=67,
how=18, input=0, output=0, last1=0) at exec.c:1697
#257 0x0000000000427fd3 in execpline (state=0x7fff4c4520b0, slcode=13314,
how=18, last1=0) at exec.c:1484
#258 0x0000000000427757 in execlist (state=0x7fff4c4520b0, dont_change_job=1,
exiting=0) at exec.c:1267
---Type <return> to continue, or q <return> to quit---
#259 0x000000000042717d in execode (p=0x1d9bf70, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#260 0x000000000043129a in runshfunc (prog=0x1d9bf70, wrap=0x0,
name=0x7fb1f7f4bfa8 "afu+self-insert") at exec.c:5040
#261 0x0000000000430e77 in doshfunc (shfunc=0x1d9a270, doshargs=0x0,
noreturnval=1) at exec.c:4920
#262 0x00007fb1f67aaee8 in execzlefunc (func=0x1d9a560, args=0x7fb1f7f4bf78,
set_bindk=0) at zle_main.c:1422
#263 0x00007fb1f67bbb2d in bin_zle_call (name=0x7fb1f7f4bf30 "zle",
args=0x7fb1f7f4bf78, ops=0x7fff4c452580, func=0 '\000')
at zle_thingy.c:711
#264 0x00007fb1f67babe2 in bin_zle (name=0x7fb1f7f4bf30 "zle",
args=0x7fb1f7f4bf70, ops=0x7fff4c452580, func=0) at zle_thingy.c:382
#265 0x000000000040efc3 in execbuiltin (args=0x7fb1f7f4bed0,
bn=0x7fb1f69da880 <bintab+128>) at builtin.c:450
#266 0x000000000042d8ea in execcmd (state=0x7fff4c453380, input=0, output=0,
how=18, last1=2) at exec.c:3378
#267 0x0000000000428ca1 in execpline2 (state=0x7fff4c453380, pcode=259,
how=18, input=0, output=0, last1=0) at exec.c:1697
#268 0x0000000000427fd3 in execpline (state=0x7fff4c453380, slcode=5122,
how=18, last1=0) at exec.c:1484
---Type <return> to continue, or q <return> to quit---
#269 0x0000000000427757 in execlist (state=0x7fff4c453380, dont_change_job=1,
exiting=0) at exec.c:1267
#270 0x000000000045689e in execif (state=0x7fff4c453380, do_exec=0)
at loop.c:525
#271 0x000000000042d732 in execcmd (state=0x7fff4c453380, input=0, output=0,
how=18, last1=2) at exec.c:3336
#272 0x0000000000428ca1 in execpline2 (state=0x7fff4c453380, pcode=131,
how=18, input=0, output=0, last1=0) at exec.c:1697
#273 0x0000000000427fd3 in execpline (state=0x7fff4c453380, slcode=22530,
how=18, last1=0) at exec.c:1484
#274 0x0000000000427757 in execlist (state=0x7fff4c453380, dont_change_job=1,
exiting=0) at exec.c:1267
#275 0x000000000042717d in execode (p=0x1da1830, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#276 0x000000000043129a in runshfunc (prog=0x1da1830, wrap=0x0,
name=0x7fb1f7f4bd38 "self-insert-by-keymap") at exec.c:5040
#277 0x0000000000430e77 in doshfunc (shfunc=0x1d9bf20, doshargs=0x0,
noreturnval=1) at exec.c:4920
#278 0x00007fb1f67aaee8 in execzlefunc (func=0x7fb1f69d7ed0 <thingies+3600>,
args=0x7fb1f69daea8 <zlenoargs>, set_bindk=0) at zle_main.c:1422
#279 0x00007fb1f67a9e21 in zlecore () at zle_main.c:1106
---Type <return> to continue, or q <return> to quit---
#280 0x00007fb1f67ac80a in recursiveedit (args=0x7fb1f7f4ba70)
at zle_main.c:1819
#281 0x00007fb1f67aabb5 in execzlefunc (func=0x7fb1f69d9960 <thingies+10400>,
args=0x7fb1f7f4ba70, set_bindk=0) at zle_main.c:1388
#282 0x00007fb1f67bbb2d in bin_zle_call (name=0x7fb1f7f4ba38 "zle",
args=0x7fb1f7f4ba70, ops=0x7fff4c453a40, func=0 '\000')
at zle_thingy.c:711
#283 0x00007fb1f67babe2 in bin_zle (name=0x7fb1f7f4ba38 "zle",
args=0x7fb1f7f4ba60, ops=0x7fff4c453a40, func=0) at zle_thingy.c:382
#284 0x000000000040efc3 in execbuiltin (args=0x7fb1f7f4b9a0,
bn=0x7fb1f69da880 <bintab+128>) at builtin.c:450
#285 0x000000000042d8ea in execcmd (state=0x7fff4c4541c0, input=0, output=0,
how=2, last1=2) at exec.c:3378
#286 0x0000000000428ca1 in execpline2 (state=0x7fff4c4541c0, pcode=67, how=2,
input=0, output=0, last1=0) at exec.c:1697
#287 0x0000000000427fd3 in execpline (state=0x7fff4c4541c0, slcode=7202,
how=2, last1=0) at exec.c:1484
#288 0x000000000042779b in execlist (state=0x7fff4c4541c0, dont_change_job=1,
exiting=0) at exec.c:1275
#289 0x000000000042717d in execode (p=0x1c6c590, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
---Type <return> to continue, or q <return> to quit---
#290 0x000000000043129a in runshfunc (prog=0x1c6c590, wrap=0x0,
name=0x7fb1f7f4b928 "_zsh_highlight_widget_recursive-edit") at exec.c:5040
#291 0x0000000000430e77 in doshfunc (shfunc=0x1c6c8f0, doshargs=0x0,
noreturnval=1) at exec.c:4920
#292 0x00007fb1f67aaee8 in execzlefunc (func=0x7fb1f69d7de0 <thingies+3360>,
args=0x7fb1f7f4b840, set_bindk=0) at zle_main.c:1422
#293 0x00007fb1f67bbb2d in bin_zle_call (name=0x7fb1f7f4b800 "zle",
args=0x7fb1f7f4b840, ops=0x7fff4c454690, func=0 '\000')
at zle_thingy.c:711
#294 0x00007fb1f67babe2 in bin_zle (name=0x7fb1f7f4b800 "zle",
args=0x7fb1f7f4b828, ops=0x7fff4c454690, func=0) at zle_thingy.c:382
#295 0x000000000040efc3 in execbuiltin (args=0x7fb1f7f4b788,
bn=0x7fb1f69da880 <bintab+128>) at builtin.c:450
#296 0x000000000042d8ea in execcmd (state=0x7fff4c454e10, input=0, output=0,
how=2, last1=2) at exec.c:3378
#297 0x0000000000428ca1 in execpline2 (state=0x7fff4c454e10, pcode=195,
how=2, input=0, output=0, last1=0) at exec.c:1697
#298 0x0000000000427fd3 in execpline (state=0x7fff4c454e10, slcode=6210,
how=2, last1=0) at exec.c:1484
#299 0x00000000004278c7 in execlist (state=0x7fff4c454e10, dont_change_job=1,
exiting=0) at exec.c:1308
---Type <return> to continue, or q <return> to quit---
#300 0x000000000042717d in execode (p=0x1d73a00, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#301 0x000000000043129a in runshfunc (prog=0x1d73a00, wrap=0x0,
name=0x7fb1f7f4b6a0 "afu-recursive-edit-and-accept") at exec.c:5040
#302 0x0000000000430e77 in doshfunc (shfunc=0x1ca7150,
doshargs=0x7fb1f7f4b610, noreturnval=0) at exec.c:4920
#303 0x00000000004302fc in execshfunc (shf=0x1ca7150, args=0x7fb1f7f4b610)
at exec.c:4557
#304 0x000000000042d8c2 in execcmd (state=0x7fff4c455da0, input=0, output=0,
how=18, last1=2) at exec.c:3373
#305 0x0000000000428ca1 in execpline2 (state=0x7fff4c455da0, pcode=771,
how=18, input=0, output=0, last1=0) at exec.c:1697
#306 0x0000000000427fd3 in execpline (state=0x7fff4c455da0, slcode=3074,
how=18, last1=0) at exec.c:1484
#307 0x0000000000427757 in execlist (state=0x7fff4c455da0, dont_change_job=1,
exiting=0) at exec.c:1267
#308 0x0000000000456df1 in exectry (state=0x7fff4c455da0, do_exec=0)
at loop.c:658
#309 0x000000000042d732 in execcmd (state=0x7fff4c455da0, input=0, output=0,
how=18, last1=2) at exec.c:3336
#310 0x0000000000428ca1 in execpline2 (state=0x7fff4c455da0, pcode=259,
---Type <return> to continue, or q <return> to quit---
how=18, input=0, output=0, last1=0) at exec.c:1697
#311 0x0000000000427fd3 in execpline (state=0x7fff4c455da0, slcode=60418,
how=18, last1=0) at exec.c:1484
#312 0x0000000000427757 in execlist (state=0x7fff4c455da0, dont_change_job=1,
exiting=0) at exec.c:1267
#313 0x000000000042717d in execode (p=0x1d73ef0, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#314 0x000000000043129a in runshfunc (prog=0x1d73ef0, wrap=0x0,
name=0x7fb1f7f4b278 "afu-line-init") at exec.c:5040
#315 0x0000000000430e77 in doshfunc (shfunc=0x1ca7730,
doshargs=0x7fb1f7f4b210, noreturnval=0) at exec.c:4920
#316 0x00000000004302fc in execshfunc (shf=0x1ca7730, args=0x7fb1f7f4b210)
at exec.c:4557
#317 0x000000000042d8c2 in execcmd (state=0x7fff4c4573a0, input=0, output=0,
how=18, last1=2) at exec.c:3373
#318 0x0000000000428ca1 in execpline2 (state=0x7fff4c4573a0, pcode=259,
how=18, input=0, output=0, last1=0) at exec.c:1697
#319 0x0000000000427fd3 in execpline (state=0x7fff4c4573a0, slcode=3074,
how=18, last1=0) at exec.c:1484
#320 0x0000000000427757 in execlist (state=0x7fff4c4573a0, dont_change_job=1,
exiting=0) at exec.c:1267
---Type <return> to continue, or q <return> to quit---
#321 0x000000000042514d in execcursh (state=0x7fff4c4573a0, do_exec=0)
at exec.c:421
#322 0x000000000042d732 in execcmd (state=0x7fff4c4573a0, input=0, output=0,
how=18, last1=2) at exec.c:3336
#323 0x0000000000428ca1 in execpline2 (state=0x7fff4c4573a0, pcode=259,
how=18, input=0, output=0, last1=0) at exec.c:1697
#324 0x0000000000427fd3 in execpline (state=0x7fff4c4573a0, slcode=9218,
how=18, last1=0) at exec.c:1484
#325 0x0000000000427757 in execlist (state=0x7fff4c4573a0, dont_change_job=1,
exiting=0) at exec.c:1267
#326 0x0000000000456df1 in exectry (state=0x7fff4c4573a0, do_exec=0)
at loop.c:658
#327 0x000000000042d732 in execcmd (state=0x7fff4c4573a0, input=0, output=0,
how=18, last1=2) at exec.c:3336
#328 0x0000000000428ca1 in execpline2 (state=0x7fff4c4573a0, pcode=131,
how=18, input=0, output=0, last1=0) at exec.c:1697
#329 0x0000000000427fd3 in execpline (state=0x7fff4c4573a0, slcode=25602,
how=18, last1=0) at exec.c:1484
#330 0x0000000000427757 in execlist (state=0x7fff4c4573a0, dont_change_job=1,
exiting=0) at exec.c:1267
#331 0x000000000042717d in execode (p=0x1d24f70, dont_change_job=1,
---Type <return> to continue, or q <return> to quit---
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#332 0x000000000043129a in runshfunc (prog=0x1d24f70, wrap=0x0,
name=0x7fb1f7f4b198 "with-afu-zle-rebinding") at exec.c:5040
#333 0x0000000000430e77 in doshfunc (shfunc=0x203f680,
doshargs=0x7fb1f7f4b0e8, noreturnval=0) at exec.c:4920
#334 0x00000000004302fc in execshfunc (shf=0x203f680, args=0x7fb1f7f4b0e8)
at exec.c:4557
#335 0x000000000042d8c2 in execcmd (state=0x7fff4c457c90, input=0, output=0,
how=18, last1=2) at exec.c:3373
#336 0x0000000000428ca1 in execpline2 (state=0x7fff4c457c90, pcode=515,
how=18, input=0, output=0, last1=0) at exec.c:1697
#337 0x0000000000427fd3 in execpline (state=0x7fff4c457c90, slcode=3074,
how=18, last1=0) at exec.c:1484
#338 0x0000000000427757 in execlist (state=0x7fff4c457c90, dont_change_job=1,
exiting=0) at exec.c:1267
#339 0x000000000042717d in execode (p=0x1ca7a30, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#340 0x000000000043129a in runshfunc (prog=0x1ca7a30, wrap=0x0,
name=0x7fb1f7f4af78 "with-afu-trapint") at exec.c:5040
#341 0x0000000000430e77 in doshfunc (shfunc=0x1ca78d0,
doshargs=0x7fb1f7f4aea8, noreturnval=0) at exec.c:4920
---Type <return> to continue, or q <return> to quit---
#342 0x00000000004302fc in execshfunc (shf=0x1ca78d0, args=0x7fb1f7f4aea8)
at exec.c:4557
#343 0x000000000042d8c2 in execcmd (state=0x7fff4c458580, input=0, output=0,
how=18, last1=2) at exec.c:3373
#344 0x0000000000428ca1 in execpline2 (state=0x7fff4c458580, pcode=67,
how=18, input=0, output=0, last1=0) at exec.c:1697
#345 0x0000000000427fd3 in execpline (state=0x7fff4c458580, slcode=5122,
how=18, last1=0) at exec.c:1484
#346 0x0000000000427757 in execlist (state=0x7fff4c458580, dont_change_job=1,
exiting=0) at exec.c:1267
#347 0x000000000042717d in execode (p=0x1ca8a40, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#348 0x000000000043129a in runshfunc (prog=0x1ca8a40, wrap=0x0,
name=0x7fb1f7f4ae68 "auto-fu-init") at exec.c:5040
#349 0x0000000000430e77 in doshfunc (shfunc=0x1ca8d80,
doshargs=0x7fb1f7f4ae08, noreturnval=0) at exec.c:4920
#350 0x00000000004302fc in execshfunc (shf=0x1ca8d80, args=0x7fb1f7f4ae08)
at exec.c:4557
#351 0x000000000042d8c2 in execcmd (state=0x7fff4c4594f0, input=0, output=0,
how=18, last1=2) at exec.c:3373
#352 0x0000000000428ca1 in execpline2 (state=0x7fff4c4594f0, pcode=195,
---Type <return> to continue, or q <return> to quit---
how=18, input=0, output=0, last1=0) at exec.c:1697
#353 0x0000000000427fd3 in execpline (state=0x7fff4c4594f0, slcode=3074,
how=18, last1=0) at exec.c:1484
#354 0x0000000000427757 in execlist (state=0x7fff4c4594f0, dont_change_job=1,
exiting=0) at exec.c:1267
#355 0x000000000045689e in execif (state=0x7fff4c4594f0, do_exec=0)
at loop.c:525
#356 0x000000000042d732 in execcmd (state=0x7fff4c4594f0, input=0, output=0,
how=18, last1=2) at exec.c:3336
#357 0x0000000000428ca1 in execpline2 (state=0x7fff4c4594f0, pcode=131,
how=18, input=0, output=0, last1=0) at exec.c:1697
#358 0x0000000000427fd3 in execpline (state=0x7fff4c4594f0, slcode=12290,
how=18, last1=0) at exec.c:1484
#359 0x0000000000427757 in execlist (state=0x7fff4c4594f0, dont_change_job=1,
exiting=0) at exec.c:1267
#360 0x000000000042717d in execode (p=0x1c91ba0, dont_change_job=1,
exiting=0, context=0x4a46c0 "shfunc") at exec.c:1073
#361 0x000000000043129a in runshfunc (prog=0x1c91ba0, wrap=0x0,
name=0x7fb1f7f4ad78 "zle-line-init") at exec.c:5040
#362 0x0000000000430e77 in doshfunc (shfunc=0x1c91c50, doshargs=0x0,
noreturnval=1) at exec.c:4920
---Type <return> to continue, or q <return> to quit---
#363 0x00007fb1f67aaee8 in execzlefunc (func=0x1da26c0, args=0x7fff4c4598f0,
set_bindk=1) at zle_main.c:1422
#364 0x00007fb1f67c7da7 in zlecallhook (name=0x7fb1f67cdda0 "zle-line-init",
arg=0x0) at zle_utils.c:1706
#365 0x00007fb1f67aa6ee in zleread (lp=0x6d2af0 <prompt>,
rp=0x6d2b28 <rprompt>, flags=3, context=0,
init=0x7fb1f67cdda0 "zle-line-init",
finish=0x7fb1f67cdd90 "zle-line-finish") at zle_main.c:1285
#366 0x00007fb1f67acd80 in zle_main_entry (cmd=1, ap=0x7fff4c459b10)
at zle_main.c:1950
#367 0x000000000044857d in zleentry (cmd=1) at init.c:1482
#368 0x000000000044922c in inputline () at input.c:285
#369 0x00000000004490a5 in ingetc () at input.c:221
#370 0x000000000043d5be in ihgetc () at hist.c:282
#371 0x00000000004520ea in gettok () at lex.c:720
#372 0x0000000000451899 in zshlex () at lex.c:401
#373 0x0000000000470c12 in parse_event () at parse.c:454
#374 0x00000000004452d8 in loop (toplevel=1, justonce=0) at init.c:132
#375 0x0000000000448a76 in zsh_main (argc=1, argv=0x7fff4c459ec8)
at init.c:1638
#376 0x000000000040e546 in main (argc=1, argv=0x7fff4c459ec8) at ./main.c:93


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