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

Two more wordcode problems, probably



These are presumably both a result of the wordcode changes:

1) Bad results using ksh-format autoload:

% ./zsh -f
% fpath=(.)
% cat tst
tst() {
  print hello
}
% autoload tst
% tst
% which tst
tst () {

}

Basically, every single line is messed up, although it doesn't seem to dump
core (it has more fun without...)


2) completion after `cvs add' dumps core.  Do you want the whole backtrace?
No? Bad luck.  (Phew.  I sometimes wonder what we've got ourselves into.)

By the way, I say `dumps core' but for me it doesn't, since somehow this
(Linux Mandrake 6.1) system comes with a hard limit 0 for coredumpsize, so
only root can change this.  Any theories as to why, or where I can put an
`unlimit -h coredumpsize', short of recompiling init or login?

#0  0x809a96c in prefork (list=0x2ac8dad8, flags=4) at subst.c:59
#1  0x809b0e4 in singsub (s=0x7fff2330) at subst.c:238
#2  0x805c832 in cond_str (args=0x2ac8dac8, num=1, raw=1) at cond.c:373
#3  0x2ac547b0 in cond_psfix (a=0x2ac8dac8, id=3) at complete.c:1278
#4  0x805b844 in evalcond (state=0x7fff2e24) at cond.c:100
#5  0x806455d in execcond (state=0x7fff2e24, do_exec=0) at exec.c:2852
#6  0x806248e in execcmd (state=0x7fff2e24, input=0, output=0, how=18, last1=2)
    at exec.c:2096
#7  0x805f470 in execpline2 (state=0x7fff2e24, pcode=131, how=18, input=0, 
    output=0, last1=0) at exec.c:1106
#8  0x805e712 in execpline (state=0x7fff2e24, slcode=2050, how=18, last1=0)
    at exec.c:910
#9  0x805e0d9 in execlist (state=0x7fff2e24, dont_change_job=1, exiting=0)
    at exec.c:761
#10 0x807f026 in execif (state=0x7fff2e24, do_exec=0) at loop.c:444
#11 0x806248e in execcmd (state=0x7fff2e24, input=0, output=0, how=18, last1=2)
    at exec.c:2096
#12 0x805f470 in execpline2 (state=0x7fff2e24, pcode=131, how=18, input=0, 
    output=0, last1=0) at exec.c:1106
#13 0x805e712 in execpline (state=0x7fff2e24, slcode=19458, how=18, last1=0)
    at exec.c:910
#14 0x805e0d9 in execlist (state=0x7fff2e24, dont_change_job=1, exiting=0)
    at exec.c:761
#15 0x805df6f in execode (p=0x8170230, dont_change_job=1, exiting=0)
    at exec.c:707
#16 0x8065322 in runshfunc (prog=0x8170230, wrap=0x0, 
    name=0x2ac8da48 "_cvs_setup_prefix") at exec.c:3220
#17 0x2ac54463 in comp_wrapper (prog=0x8170230, w=0x0, 
    name=0x2ac8da48 "_cvs_setup_prefix") at complete.c:1217
#18 0x80652b7 in runshfunc (prog=0x8170230, wrap=0x2ac6a71c, 
    name=0x2ac8da48 "_cvs_setup_prefix") at exec.c:3208
#19 0x2ac415c3 in func_wrapper (prog=0x8170230, w=0x2ac6a71c, 
    name=0x2ac8da48 "_cvs_setup_prefix") at parameter.c:584
#20 0x80652b7 in runshfunc (prog=0x8170230, wrap=0x2ac46a1c, 
    name=0x2ac8da48 "_cvs_setup_prefix") at exec.c:3208
#21 0x8065105 in doshfunc (name=0x8170338 "_cvs_setup_prefix", prog=0x8170230, 
    doshargs=0x2ac8da00, flags=0, noreturnval=0) at exec.c:3156
#22 0x8064bf6 in execshfunc (shf=0x8170320, args=0x2ac8da00) at exec.c:3009
#23 0x8062650 in execcmd (state=0x7fff355c, input=0, output=0, how=2, last1=2)
    at exec.c:2133
#24 0x805f470 in execpline2 (state=0x7fff355c, pcode=195, how=2, input=0, 
    output=0, last1=0) at exec.c:1106
#25 0x805e712 in execpline (state=0x7fff355c, slcode=1538, how=2, last1=0)
    at exec.c:910
#26 0x805e0d9 in execlist (state=0x7fff355c, dont_change_job=1, exiting=0)
    at exec.c:761
#27 0x805df6f in execode (p=0x8171280, dont_change_job=1, exiting=0)
    at exec.c:707
#28 0x8065322 in runshfunc (prog=0x8171280, wrap=0x0, 
    name=0x2ac8d908 "_cvs_files_unmaintained") at exec.c:3220
#29 0x2ac54463 in comp_wrapper (prog=0x8171280, w=0x0, 
    name=0x2ac8d908 "_cvs_files_unmaintained") at complete.c:1217
#30 0x80652b7 in runshfunc (prog=0x8171280, wrap=0x2ac6a71c, 
    name=0x2ac8d908 "_cvs_files_unmaintained") at exec.c:3208
#31 0x2ac415c3 in func_wrapper (prog=0x8171280, w=0x2ac6a71c, 
    name=0x2ac8d908 "_cvs_files_unmaintained") at parameter.c:584
#32 0x80652b7 in runshfunc (prog=0x8171280, wrap=0x2ac46a1c, 
    name=0x2ac8d908 "_cvs_files_unmaintained") at exec.c:3208
#33 0x8065105 in doshfunc (name=0x81715a8 "_cvs_files_unmaintained", 
    prog=0x8171280, doshargs=0x2ac8d650, flags=0, noreturnval=0) at exec.c:3156
#34 0x8064bf6 in execshfunc (shf=0x8171590, args=0x2ac8d650) at exec.c:3009
#35 0x8062650 in execcmd (state=0x7fff5bb0, input=0, output=0, how=18, last1=2)
    at exec.c:2133
#36 0x805f470 in execpline2 (state=0x7fff5bb0, pcode=16451, how=18, input=0, 
    output=0, last1=0) at exec.c:1106
#37 0x805e712 in execpline (state=0x7fff5bb0, slcode=3074, how=18, last1=0)
    at exec.c:910
#38 0x805e0d9 in execlist (state=0x7fff5bb0, dont_change_job=1, exiting=0)
    at exec.c:761
#39 0x807f103 in execif (state=0x7fff5bb0, do_exec=0) at loop.c:457
#40 0x806248e in execcmd (state=0x7fff5bb0, input=0, output=0, how=18, last1=2)
    at exec.c:2096
#41 0x805f470 in execpline2 (state=0x7fff5bb0, pcode=14083, how=18, input=0, 
    output=0, last1=0) at exec.c:1106
#42 0x805e712 in execpline (state=0x7fff5bb0, slcode=64002, how=18, last1=0)
    at exec.c:910
#43 0x805e0d9 in execlist (state=0x7fff5bb0, dont_change_job=1, exiting=0)
    at exec.c:761
#44 0x807f103 in execif (state=0x7fff5bb0, do_exec=0) at loop.c:457
#45 0x806248e in execcmd (state=0x7fff5bb0, input=0, output=0, how=18, last1=2)
    at exec.c:2096
#46 0x805f470 in execpline2 (state=0x7fff5bb0, pcode=12867, how=18, input=0, 
    output=0, last1=0) at exec.c:1106
#47 0x805e712 in execpline (state=0x7fff5bb0, slcode=117762, how=18, last1=0)
    at exec.c:910
#48 0x805e0d9 in execlist (state=0x7fff5bb0, dont_change_job=1, exiting=0)
    at exec.c:761
#49 0x807f103 in execif (state=0x7fff5bb0, do_exec=0) at loop.c:457
#50 0x806248e in execcmd (state=0x7fff5bb0, input=0, output=0, how=2, last1=2)
    at exec.c:2096
#51 0x805f470 in execpline2 (state=0x7fff5bb0, pcode=12675, how=2, input=0, 
    output=0, last1=0) at exec.c:1106
#52 0x805e712 in execpline (state=0x7fff5bb0, slcode=129538, how=2, last1=0)
    at exec.c:910
#53 0x805e0d9 in execlist (state=0x7fff5bb0, dont_change_job=1, exiting=0)
    at exec.c:761
#54 0x807ecad in execwhile (state=0x7fff5bb0, do_exec=0) at loop.c:360
#55 0x806248e in execcmd (state=0x7fff5bb0, input=0, output=0, how=2, last1=2)
    at exec.c:2096
#56 0x805f470 in execpline2 (state=0x7fff5bb0, pcode=12611, how=2, input=0, 
    output=0, last1=0) at exec.c:1106
#57 0x805e712 in execpline (state=0x7fff5bb0, slcode=258050, how=2, last1=0)
    at exec.c:910
#58 0x805e0d9 in execlist (state=0x7fff5bb0, dont_change_job=1, exiting=0)
    at exec.c:761
#59 0x807ecad in execwhile (state=0x7fff5bb0, do_exec=0) at loop.c:360
#60 0x806248e in execcmd (state=0x7fff5bb0, input=0, output=0, how=2, last1=2)
    at exec.c:2096
#61 0x805f470 in execpline2 (state=0x7fff5bb0, pcode=12547, how=2, input=0, 
    output=0, last1=0) at exec.c:1106
#62 0x805e712 in execpline (state=0x7fff5bb0, slcode=335362, how=2, last1=0)
    at exec.c:910
#63 0x805e0d9 in execlist (state=0x7fff5bb0, dont_change_job=1, exiting=0)
    at exec.c:761
#64 0x807f103 in execif (state=0x7fff5bb0, do_exec=0) at loop.c:457
#65 0x806248e in execcmd (state=0x7fff5bb0, input=0, output=0, how=18, last1=2)
    at exec.c:2096
#66 0x805f470 in execpline2 (state=0x7fff5bb0, pcode=10755, how=18, input=0, 
    output=0, last1=0) at exec.c:1106
#67 0x805e712 in execpline (state=0x7fff5bb0, slcode=455682, how=18, last1=0)
    at exec.c:910
#68 0x805e0d9 in execlist (state=0x7fff5bb0, dont_change_job=1, exiting=0)
    at exec.c:761
#69 0x805df6f in execode (p=0x8171ea0, dont_change_job=1, exiting=0)
    at exec.c:707
#70 0x8065322 in runshfunc (prog=0x8171ea0, wrap=0x0, 
    name=0x2ac8b968 "_arguments") at exec.c:3220
#71 0x2ac54463 in comp_wrapper (prog=0x8171ea0, w=0x0, 
    name=0x2ac8b968 "_arguments") at complete.c:1217
#72 0x80652b7 in runshfunc (prog=0x8171ea0, wrap=0x2ac6a71c, 
    name=0x2ac8b968 "_arguments") at exec.c:3208
#73 0x2ac415c3 in func_wrapper (prog=0x8171ea0, w=0x2ac6a71c, 
    name=0x2ac8b968 "_arguments") at parameter.c:584
#74 0x80652b7 in runshfunc (prog=0x8171ea0, wrap=0x2ac46a1c, 
    name=0x2ac8b968 "_arguments") at exec.c:3208
#75 0x8065105 in doshfunc (name=0x812fc10 "_arguments", prog=0x8171ea0, 
    doshargs=0x2ac8b880, flags=8192, noreturnval=0) at exec.c:3156
#76 0x8064bf6 in execshfunc (shf=0x812fbc0, args=0x2ac8b880) at exec.c:3009
#77 0x8062650 in execcmd (state=0x7fff630c, input=0, output=0, how=18, last1=2)
    at exec.c:2133
#78 0x805f470 in execpline2 (state=0x7fff630c, pcode=195, how=18, input=0, 
    output=0, last1=0) at exec.c:1106
#79 0x805e712 in execpline (state=0x7fff630c, slcode=3586, how=18, last1=0)
    at exec.c:910
#80 0x805e0d9 in execlist (state=0x7fff630c, dont_change_job=1, exiting=0)
    at exec.c:761
#81 0x805df6f in execode (p=0x8156008, dont_change_job=1, exiting=0)
    at exec.c:707
#82 0x8065322 in runshfunc (prog=0x8156008, wrap=0x0, 
    name=0x2ac8b808 "_cvs_add") at exec.c:3220
#83 0x2ac54463 in comp_wrapper (prog=0x8156008, w=0x0, 
    name=0x2ac8b808 "_cvs_add") at complete.c:1217
#84 0x80652b7 in runshfunc (prog=0x8156008, wrap=0x2ac6a71c, 
    name=0x2ac8b808 "_cvs_add") at exec.c:3208
#85 0x2ac415c3 in func_wrapper (prog=0x8156008, w=0x2ac6a71c, 
    name=0x2ac8b808 "_cvs_add") at parameter.c:584
#86 0x80652b7 in runshfunc (prog=0x8156008, wrap=0x2ac46a1c, 
    name=0x2ac8b808 "_cvs_add") at exec.c:3208
#87 0x8065105 in doshfunc (name=0x81560d0 "_cvs_add", prog=0x8156008, 
    doshargs=0x2ac8b7a8, flags=0, noreturnval=0) at exec.c:3156
#88 0x8064bf6 in execshfunc (shf=0x81560b8, args=0x2ac8b7a8) at exec.c:3009
#89 0x8062650 in execcmd (state=0x7fff748c, input=0, output=0, how=18, last1=2)
    at exec.c:2133
#90 0x805f470 in execpline2 (state=0x7fff748c, pcode=1411, how=18, input=0, 
    output=0, last1=0) at exec.c:1106
#91 0x805e712 in execpline (state=0x7fff748c, slcode=1538, how=18, last1=0)
    at exec.c:910
#92 0x805e0d9 in execlist (state=0x7fff748c, dont_change_job=1, exiting=0)
    at exec.c:761
#93 0x807f103 in execif (state=0x7fff748c, do_exec=0) at loop.c:457
#94 0x806248e in execcmd (state=0x7fff748c, input=0, output=0, how=18, last1=2)
    at exec.c:2096
#95 0x805f470 in execpline2 (state=0x7fff748c, pcode=1283, how=18, input=0, 
    output=0, last1=0) at exec.c:1106
#96 0x805e712 in execpline (state=0x7fff748c, slcode=13826, how=18, last1=0)
    at exec.c:910
#97 0x805e0d9 in execlist (state=0x7fff748c, dont_change_job=1, exiting=0)
    at exec.c:761
#98 0x807f103 in execif (state=0x7fff748c, do_exec=0) at loop.c:457
#99 0x806248e in execcmd (state=0x7fff748c, input=0, output=0, how=18, last1=2)
    at exec.c:2096
#100 0x805f470 in execpline2 (state=0x7fff748c, pcode=899, how=18, input=0, 
    output=0, last1=0) at exec.c:1106
#101 0x805e712 in execpline (state=0x7fff748c, slcode=37378, how=18, last1=0)
    at exec.c:910
#102 0x805e0d9 in execlist (state=0x7fff748c, dont_change_job=1, exiting=0)
    at exec.c:761
#103 0x805df6f in execode (p=0x8155b10, dont_change_job=1, exiting=0)
    at exec.c:707
#104 0x8065322 in runshfunc (prog=0x8155b10, wrap=0x0, 
    name=0x2ac8aad0 "_cvs_command") at exec.c:3220
#105 0x2ac54463 in comp_wrapper (prog=0x8155b10, w=0x0, 
    name=0x2ac8aad0 "_cvs_command") at complete.c:1217
#106 0x80652b7 in runshfunc (prog=0x8155b10, wrap=0x2ac6a71c, 
    name=0x2ac8aad0 "_cvs_command") at exec.c:3208
#107 0x2ac415c3 in func_wrapper (prog=0x8155b10, w=0x2ac6a71c, 
    name=0x2ac8aad0 "_cvs_command") at parameter.c:584
#108 0x80652b7 in runshfunc (prog=0x8155b10, wrap=0x2ac46a1c, 
    name=0x2ac8aad0 "_cvs_command") at exec.c:3208
#109 0x8065105 in doshfunc (name=0x8155ff0 "_cvs_command", prog=0x8155b10, 
    doshargs=0x2ac8a830, flags=0, noreturnval=0) at exec.c:3156
#110 0x8064bf6 in execshfunc (shf=0x8130628, args=0x2ac8a830) at exec.c:3009
#111 0x8062650 in execcmd (state=0x7fff9af8, input=0, output=0, how=18, 
    last1=2) at exec.c:2133
#112 0x805f470 in execpline2 (state=0x7fff9af8, pcode=16451, how=18, input=0, 
    output=0, last1=0) at exec.c:1106
#113 0x805e712 in execpline (state=0x7fff9af8, slcode=3074, how=18, last1=0)
    at exec.c:910
#114 0x805e0d9 in execlist (state=0x7fff9af8, dont_change_job=1, exiting=0)
    at exec.c:761
#115 0x807f103 in execif (state=0x7fff9af8, do_exec=0) at loop.c:457
#116 0x806248e in execcmd (state=0x7fff9af8, input=0, output=0, how=18, 
    last1=2) at exec.c:2096
#117 0x805f470 in execpline2 (state=0x7fff9af8, pcode=14083, how=18, input=0, 
    output=0, last1=0) at exec.c:1106
#118 0x805e712 in execpline (state=0x7fff9af8, slcode=64002, how=18, last1=0)
    at exec.c:910
#119 0x805e0d9 in execlist (state=0x7fff9af8, dont_change_job=1, exiting=0)
    at exec.c:761
#120 0x807f103 in execif (state=0x7fff9af8, do_exec=0) at loop.c:457
#121 0x806248e in execcmd (state=0x7fff9af8, input=0, output=0, how=18, 
    last1=2) at exec.c:2096
#122 0x805f470 in execpline2 (state=0x7fff9af8, pcode=12867, how=18, input=0, 
    output=0, last1=0) at exec.c:1106
#123 0x805e712 in execpline (state=0x7fff9af8, slcode=117762, how=18, last1=0)
    at exec.c:910
#124 0x805e0d9 in execlist (state=0x7fff9af8, dont_change_job=1, exiting=0)
    at exec.c:761
#125 0x807f103 in execif (state=0x7fff9af8, do_exec=0) at loop.c:457
#126 0x806248e in execcmd (state=0x7fff9af8, input=0, output=0, how=2, last1=2)
    at exec.c:2096
#127 0x805f470 in execpline2 (state=0x7fff9af8, pcode=12675, how=2, input=0, 
    output=0, last1=0) at exec.c:1106
#128 0x805e712 in execpline (state=0x7fff9af8, slcode=129538, how=2, last1=0)
    at exec.c:910
#129 0x805e0d9 in execlist (state=0x7fff9af8, dont_change_job=1, exiting=0)
    at exec.c:761
#130 0x807ecad in execwhile (state=0x7fff9af8, do_exec=0) at loop.c:360
#131 0x806248e in execcmd (state=0x7fff9af8, input=0, output=0, how=2, last1=2)
    at exec.c:2096
#132 0x805f470 in execpline2 (state=0x7fff9af8, pcode=12611, how=2, input=0, 
    output=0, last1=0) at exec.c:1106
#133 0x805e712 in execpline (state=0x7fff9af8, slcode=258050, how=2, last1=0)
    at exec.c:910
#134 0x805e0d9 in execlist (state=0x7fff9af8, dont_change_job=1, exiting=0)
    at exec.c:761
#135 0x807ecad in execwhile (state=0x7fff9af8, do_exec=0) at loop.c:360
#136 0x806248e in execcmd (state=0x7fff9af8, input=0, output=0, how=2, last1=2)
    at exec.c:2096
#137 0x805f470 in execpline2 (state=0x7fff9af8, pcode=12547, how=2, input=0, 
    output=0, last1=0) at exec.c:1106
#138 0x805e712 in execpline (state=0x7fff9af8, slcode=335362, how=2, last1=0)
    at exec.c:910
#139 0x805e0d9 in execlist (state=0x7fff9af8, dont_change_job=1, exiting=0)
    at exec.c:761
#140 0x807f103 in execif (state=0x7fff9af8, do_exec=0) at loop.c:457
#141 0x806248e in execcmd (state=0x7fff9af8, input=0, output=0, how=18, 
    last1=2) at exec.c:2096
#142 0x805f470 in execpline2 (state=0x7fff9af8, pcode=10755, how=18, input=0, 
    output=0, last1=0) at exec.c:1106
#143 0x805e712 in execpline (state=0x7fff9af8, slcode=455682, how=18, last1=0)
    at exec.c:910
#144 0x805e0d9 in execlist (state=0x7fff9af8, dont_change_job=1, exiting=0)
    at exec.c:761
#145 0x805df6f in execode (p=0x8171ea0, dont_change_job=1, exiting=0)
    at exec.c:707
#146 0x8064e16 in execautofn (state=0x7fffa040, do_exec=0) at exec.c:3065
#147 0x806248e in execcmd (state=0x7fffa040, input=0, output=0, how=18, 
    last1=2) at exec.c:2096
#148 0x805f470 in execpline2 (state=0x7fffa040, pcode=3, how=18, input=0, 
    output=0, last1=0) at exec.c:1106
#149 0x805e712 in execpline (state=0x7fffa040, slcode=1538, how=18, last1=0)
    at exec.c:910
#150 0x805e0d9 in execlist (state=0x7fffa040, dont_change_job=1, exiting=0)
    at exec.c:761
#151 0x805df6f in execode (p=0x812fbd8, dont_change_job=1, exiting=0)
    at exec.c:707
#152 0x8065322 in runshfunc (prog=0x812fbd8, wrap=0x0, 
    name=0x2ac75360 "_arguments") at exec.c:3220
#153 0x2ac54463 in comp_wrapper (prog=0x812fbd8, w=0x0, 
    name=0x2ac75360 "_arguments") at complete.c:1217
#154 0x80652b7 in runshfunc (prog=0x812fbd8, wrap=0x2ac6a71c, 
    name=0x2ac75360 "_arguments") at exec.c:3208
#155 0x2ac415c3 in func_wrapper (prog=0x812fbd8, w=0x2ac6a71c, 
    name=0x2ac75360 "_arguments") at parameter.c:584
#156 0x80652b7 in runshfunc (prog=0x812fbd8, wrap=0x2ac46a1c, 
    name=0x2ac75360 "_arguments") at exec.c:3208
#157 0x8065105 in doshfunc (name=0x812fc10 "_arguments", prog=0x812fbd8, 
    doshargs=0x2ac74f70, flags=8704, noreturnval=0) at exec.c:3156
#158 0x8064bf6 in execshfunc (shf=0x812fbc0, args=0x2ac74f70) at exec.c:3009
#159 0x8062650 in execcmd (state=0x7fffa790, input=0, output=0, how=18, 
    last1=2) at exec.c:2133
#160 0x805f470 in execpline2 (state=0x7fffa790, pcode=195, how=18, input=0, 
    output=0, last1=0) at exec.c:1106
#161 0x805e712 in execpline (state=0x7fffa790, slcode=9218, how=18, last1=0)
    at exec.c:910
#162 0x805e0d9 in execlist (state=0x7fffa790, dont_change_job=1, exiting=0)
    at exec.c:761
#163 0x805df6f in execode (p=0x8155918, dont_change_job=1, exiting=0)
    at exec.c:707
#164 0x8065322 in runshfunc (prog=0x8155918, wrap=0x0, name=0x2ac74ef8 "_cvs")
    at exec.c:3220
#165 0x2ac54463 in comp_wrapper (prog=0x8155918, w=0x0, name=0x2ac74ef8 "_cvs")
    at complete.c:1217
#166 0x80652b7 in runshfunc (prog=0x8155918, wrap=0x2ac6a71c, 
    name=0x2ac74ef8 "_cvs") at exec.c:3208
#167 0x2ac415c3 in func_wrapper (prog=0x8155918, w=0x2ac6a71c, 
    name=0x2ac74ef8 "_cvs") at parameter.c:584
#168 0x80652b7 in runshfunc (prog=0x8155918, wrap=0x2ac46a1c, 
    name=0x2ac74ef8 "_cvs") at exec.c:3208
#169 0x8065105 in doshfunc (name=0x81555a8 "_cvs", prog=0x8155918, 
    doshargs=0x2ac74e88, flags=0, noreturnval=0) at exec.c:3156
#170 0x8064bf6 in execshfunc (shf=0x8155af8, args=0x2ac74e88) at exec.c:3009
#171 0x8062650 in execcmd (state=0x7fffaea4, input=0, output=0, how=18, 
    last1=2) at exec.c:2133
#172 0x805f470 in execpline2 (state=0x7fffaea4, pcode=41539, how=18, input=0, 
    output=0, last1=0) at exec.c:1106
#173 0x805e712 in execpline (state=0x7fffaea4, slcode=2050, how=18, last1=0)
    at exec.c:910
#174 0x805e0d9 in execlist (state=0x7fffaea4, dont_change_job=1, exiting=0)
    at exec.c:761
#175 0x805df6f in execode (p=0x81558f8, dont_change_job=1, exiting=0)
    at exec.c:707
#176 0x8064e16 in execautofn (state=0x7fffb3ec, do_exec=0) at exec.c:3065
#177 0x806248e in execcmd (state=0x7fffb3ec, input=0, output=0, how=18, 
    last1=2) at exec.c:2096
#178 0x805f470 in execpline2 (state=0x7fffb3ec, pcode=3, how=18, input=0, 
    output=0, last1=0) at exec.c:1106
#179 0x805e712 in execpline (state=0x7fffb3ec, slcode=1538, how=18, last1=0)
    at exec.c:910
#180 0x805e0d9 in execlist (state=0x7fffb3ec, dont_change_job=1, exiting=0)
    at exec.c:761
#181 0x805df6f in execode (p=0x8130640, dont_change_job=1, exiting=0)
    at exec.c:707
#182 0x8065322 in runshfunc (prog=0x8130640, wrap=0x0, name=0x2ac4a4d8 "_cvs")
    at exec.c:3220
#183 0x2ac54463 in comp_wrapper (prog=0x8130640, w=0x0, name=0x2ac4a4d8 "_cvs")
    at complete.c:1217
#184 0x80652b7 in runshfunc (prog=0x8130640, wrap=0x2ac6a71c, 
    name=0x2ac4a4d8 "_cvs") at exec.c:3208
#185 0x2ac415c3 in func_wrapper (prog=0x8130640, w=0x2ac6a71c, 
    name=0x2ac4a4d8 "_cvs") at parameter.c:584
#186 0x80652b7 in runshfunc (prog=0x8130640, wrap=0x2ac46a1c, 
    name=0x2ac4a4d8 "_cvs") at exec.c:3208
#187 0x8065105 in doshfunc (
    name=0x8130678 "\220\036\027\bèX\025\bøX\025\b\031", prog=0x8130640, 
    doshargs=0x2ac4a490, flags=8704, noreturnval=0) at exec.c:3156
#188 0x8064bf6 in execshfunc (shf=0x8130628, args=0x2ac4a490) at exec.c:3009
#189 0x8062650 in execcmd (state=0x7fffc030, input=0, output=0, how=2, last1=2)
    at exec.c:2133
#190 0x805f470 in execpline2 (state=0x7fffc030, pcode=5059, how=2, input=0, 
    output=0, last1=0) at exec.c:1106
#191 0x805e712 in execpline (state=0x7fffc030, slcode=1570, how=2, last1=0)
    at exec.c:910
#192 0x805e101 in execlist (state=0x7fffc030, dont_change_job=1, exiting=0)
    at exec.c:768
#193 0x807f103 in execif (state=0x7fffc030, do_exec=0) at loop.c:457
#194 0x806248e in execcmd (state=0x7fffc030, input=0, output=0, how=2, last1=2)
    at exec.c:2096
#195 0x805f470 in execpline2 (state=0x7fffc030, pcode=4931, how=2, input=0, 
    output=0, last1=0) at exec.c:1106
#196 0x805e712 in execpline (state=0x7fffc030, slcode=33282, how=2, last1=0)
    at exec.c:910
#197 0x805e0d9 in execlist (state=0x7fffc030, dont_change_job=1, exiting=0)
    at exec.c:761
#198 0x805df6f in execode (p=0x81546e0, dont_change_job=1, exiting=0)
    at exec.c:707
#199 0x8064e16 in execautofn (state=0x7fffc578, do_exec=0) at exec.c:3065
#200 0x806248e in execcmd (state=0x7fffc578, input=0, output=0, how=18, 
    last1=2) at exec.c:2096
#201 0x805f470 in execpline2 (state=0x7fffc578, pcode=3, how=18, input=0, 
    output=0, last1=0) at exec.c:1106
#202 0x805e712 in execpline (state=0x7fffc578, slcode=1538, how=18, last1=0)
    at exec.c:910
#203 0x805e0d9 in execlist (state=0x7fffc578, dont_change_job=1, exiting=0)
    at exec.c:761
#204 0x805df6f in execode (p=0x8131ea8, dont_change_job=1, exiting=0)
    at exec.c:707
#205 0x8065322 in runshfunc (prog=0x8131ea8, wrap=0x0, 
    name=0x2ac49828 "_normal") at exec.c:3220
#206 0x2ac54463 in comp_wrapper (prog=0x8131ea8, w=0x0, 
    name=0x2ac49828 "_normal") at complete.c:1217
#207 0x80652b7 in runshfunc (prog=0x8131ea8, wrap=0x2ac6a71c, 
    name=0x2ac49828 "_normal") at exec.c:3208
#208 0x2ac415c3 in func_wrapper (prog=0x8131ea8, w=0x2ac6a71c, 
    name=0x2ac49828 "_normal") at parameter.c:584
#209 0x80652b7 in runshfunc (prog=0x8131ea8, wrap=0x2ac46a1c, 
    name=0x2ac49828 "_normal") at exec.c:3208
#210 0x8065105 in doshfunc (name=0x8131ee0 "_normal", prog=0x8131ea8, 
    doshargs=0x2ac497e8, flags=8704, noreturnval=0) at exec.c:3156
#211 0x8064bf6 in execshfunc (shf=0x8131e90, args=0x2ac497e8) at exec.c:3009
#212 0x8062650 in execcmd (state=0x7fffd1b0, input=0, output=0, how=18, 
    last1=2) at exec.c:2133
#213 0x805f470 in execpline2 (state=0x7fffd1b0, pcode=2755, how=18, input=0, 
    output=0, last1=0) at exec.c:1106
#214 0x805e712 in execpline (state=0x7fffd1b0, slcode=2050, how=18, last1=0)
    at exec.c:910
#215 0x805e0d9 in execlist (state=0x7fffd1b0, dont_change_job=1, exiting=0)
    at exec.c:761
#216 0x807f103 in execif (state=0x7fffd1b0, do_exec=0) at loop.c:457
#217 0x806248e in execcmd (state=0x7fffd1b0, input=0, output=0, how=2, last1=2)
    at exec.c:2096
#218 0x805f470 in execpline2 (state=0x7fffd1b0, pcode=2627, how=2, input=0, 
    output=0, last1=0) at exec.c:1106
#219 0x805e712 in execpline (state=0x7fffd1b0, slcode=48642, how=2, last1=0)
    at exec.c:910
#220 0x805e0d9 in execlist (state=0x7fffd1b0, dont_change_job=1, exiting=0)
    at exec.c:761
#221 0x805df6f in execode (p=0x814fd78, dont_change_job=1, exiting=0)
    at exec.c:707
#222 0x8064e16 in execautofn (state=0x7fffd6f8, do_exec=0) at exec.c:3065
#223 0x806248e in execcmd (state=0x7fffd6f8, input=0, output=0, how=18, 
    last1=2) at exec.c:2096
#224 0x805f470 in execpline2 (state=0x7fffd6f8, pcode=3, how=18, input=0, 
    output=0, last1=0) at exec.c:1106
#225 0x805e712 in execpline (state=0x7fffd6f8, slcode=1538, how=18, last1=0)
    at exec.c:910
#226 0x805e0d9 in execlist (state=0x7fffd6f8, dont_change_job=1, exiting=0)
    at exec.c:761
#227 0x805df6f in execode (p=0x8130320, dont_change_job=1, exiting=0)
    at exec.c:707
#228 0x8065322 in runshfunc (prog=0x8130320, wrap=0x0, 
    name=0x2ac490e8 "_complete") at exec.c:3220
#229 0x2ac54463 in comp_wrapper (prog=0x8130320, w=0x0, 
    name=0x2ac490e8 "_complete") at complete.c:1217
#230 0x80652b7 in runshfunc (prog=0x8130320, wrap=0x2ac6a71c, 
    name=0x2ac490e8 "_complete") at exec.c:3208
#231 0x2ac415c3 in func_wrapper (prog=0x8130320, w=0x2ac6a71c, 
    name=0x2ac490e8 "_complete") at parameter.c:584
#232 0x80652b7 in runshfunc (prog=0x8130320, wrap=0x2ac46a1c, 
    name=0x2ac490e8 "_complete") at exec.c:3208
#233 0x8065105 in doshfunc (name=0x8130358 "_complete", prog=0x8130320, 
    doshargs=0x2ac49090, flags=8704, noreturnval=0) at exec.c:3156
#234 0x8064bf6 in execshfunc (shf=0x8130308, args=0x2ac49090) at exec.c:3009
#235 0x8062650 in execcmd (state=0x7fffe8a4, input=0, output=0, how=18, 
    last1=2) at exec.c:2133
#236 0x805f470 in execpline2 (state=0x7fffe8a4, pcode=4227, how=18, input=0, 
    output=0, last1=0) at exec.c:1106
#237 0x805e712 in execpline (state=0x7fffe8a4, slcode=1538, how=18, last1=0)
    at exec.c:910
#238 0x805e0d9 in execlist (state=0x7fffe8a4, dont_change_job=1, exiting=0)
    at exec.c:761
#239 0x807f026 in execif (state=0x7fffe8a4, do_exec=0) at loop.c:444
#240 0x806248e in execcmd (state=0x7fffe8a4, input=0, output=0, how=18, 
    last1=2) at exec.c:2096
#241 0x805f470 in execpline2 (state=0x7fffe8a4, pcode=4227, how=18, input=0, 
    output=0, last1=0) at exec.c:1106
#242 0x805e712 in execpline (state=0x7fffe8a4, slcode=10242, how=18, last1=0)
    at exec.c:910
#243 0x805e0d9 in execlist (state=0x7fffe8a4, dont_change_job=1, exiting=0)
    at exec.c:761
#244 0x807e117 in execfor (state=0x7fffe8a4, do_exec=0) at loop.c:134
#245 0x806248e in execcmd (state=0x7fffe8a4, input=0, output=0, how=2, last1=2)
    at exec.c:2096
#246 0x805f470 in execpline2 (state=0x7fffe8a4, pcode=4163, how=2, input=0, 
    output=0, last1=0) at exec.c:1106
#247 0x805e712 in execpline (state=0x7fffe8a4, slcode=12802, how=2, last1=0)
    at exec.c:910
#248 0x805e0d9 in execlist (state=0x7fffe8a4, dont_change_job=1, exiting=0)
    at exec.c:761
#249 0x805df6f in execode (p=0x8150ce0, dont_change_job=1, exiting=0)
    at exec.c:707
#250 0x8064e16 in execautofn (state=0x7fffedec, do_exec=0) at exec.c:3065
#251 0x806248e in execcmd (state=0x7fffedec, input=0, output=0, how=18, 
    last1=2) at exec.c:2096
#252 0x805f470 in execpline2 (state=0x7fffedec, pcode=3, how=18, input=0, 
    output=0, last1=0) at exec.c:1106
#253 0x805e712 in execpline (state=0x7fffedec, slcode=1538, how=18, last1=0)
    at exec.c:910
#254 0x805e0d9 in execlist (state=0x7fffedec, dont_change_job=1, exiting=0)
    at exec.c:761
#255 0x805df6f in execode (p=0x8131940, dont_change_job=1, exiting=0)
    at exec.c:707
#256 0x8065322 in runshfunc (prog=0x8131940, wrap=0x0, 
    name=0x2ac48020 "_main_complete") at exec.c:3220
#257 0x2ac54463 in comp_wrapper (prog=0x8131940, w=0x0, 
    name=0x2ac48020 "_main_complete") at complete.c:1217
#258 0x80652b7 in runshfunc (prog=0x8131940, wrap=0x2ac6a71c, 
    name=0x2ac48020 "_main_complete") at exec.c:3208
#259 0x2ac415c3 in func_wrapper (prog=0x8131940, w=0x2ac6a71c, 
    name=0x2ac48020 "_main_complete") at parameter.c:584
#260 0x80652b7 in runshfunc (prog=0x8131940, wrap=0x2ac46a1c, 
    name=0x2ac48020 "_main_complete") at exec.c:3208
#261 0x8065105 in doshfunc (name=0x81274b8 "_main_complete", prog=0x8131940, 
    doshargs=0x0, flags=0, noreturnval=0) at exec.c:3156
#262 0x2ac56955 in callcompfunc (s=0x2aac0f20 "", 
    fn=0x81274b8 "_main_complete") at compcore.c:727
#263 0x2ac57341 in makecomplist (s=0x2aac0f20 "", incmd=0, lst=0)
    at compcore.c:884
#264 0x2ac5544f in do_completion (dummy=0x2ac38ea8, dat=0x7ffff11c)
    at compcore.c:313
#265 0x8085f2e in runhookdef (h=0x2ac38ea8, d=0x7ffff11c) at module.c:1613
#266 0x2ac2b39b in docompletion (s=0x814fb30 "", lst=0, incmd=0)
    at zle_tricky.c:1680
#267 0x2ac284ca in docomplete (lst=0) at zle_tricky.c:741
#268 0x2ac270e7 in expandorcomplete (args=0x2ac38e24) at zle_tricky.c:260
#269 0x2ac26cb4 in completecall (args=0x2ac38e24) at zle_tricky.c:165
#270 0x2ac1c083 in execzlefunc (func=0x2ac36d68, args=0x2ac38e24)
    at zle_main.c:645
#271 0x2ac1ba8a in zleread (
    lp=0x81168f0 "%(?..(%?%))%(2L.+.)%(t.Ding!.%(30t.Dong!.%D{%L:%M}))%# ", 
    rp=0x0, flags=3) at zle_main.c:564
#272 0x8075394 in inputline () at input.c:265
#273 0x807527d in ingetc () at input.c:210
#274 0x806e4cc in ihgetc () at hist.c:242
#275 0x807ad39 in gettok () at lex.c:560
#276 0x807a61a in yylex () at lex.c:313
#277 0x808dd4f in parse_event () at parse.c:292
#278 0x8072c14 in loop (toplevel=1, justonce=0) at init.c:115
#279 0x8051301 in main (argc=1, argv=0x7ffff404) at ./main.c:89

-- 
Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx>



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