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

describe-key-briefly crashes in cvs



% gdb --args zsh -f
GNU gdb 6.8
Copyright (C) 2008 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 "i686-pc-linux-gnu"...
(gdb) run
Starting program: /usr/local/bin/zsh -f
fartmonstret% <alt-x descr<tab>><enter>
Program received signal SIGSEGV, Segmentation fault.
                           0x080ce992 in unmetafy (s=0xa7b4bc2a
"Describe key briefly: _", len=0xafed5930) at utils.c:3592
3592	    for (t = p; (*t = *p++);)
(gdb) bt
#0  0x080ce992 in unmetafy (s=0xa7b4bc2a "Describe key briefly: _",
len=0xafed5930)
    at utils.c:3592
#1  0xa7b43c3e in stringaszleline (instr=0xa7b4bc2a "Describe key
briefly: _", incs=0,
    outll=0xafed59b0, outsz=0xafed59ac, outcs=0x0) at zle_utils.c:311
#2  0xa7b362db in zrefresh () at zle_refresh.c:1423
#3  0xa7b2d201 in describekeybriefly (args=0xa7b51c7c) at zle_main.c:1640
#4  0xa7b2bb57 in execzlefunc (func=0xa7b4fb00, args=0xa7b51c7c,
set_bindk=0) at zle_main.c:1298
#5  0xa7b2b030 in zlecore () at zle_main.c:1043
#6  0xa7b2b733 in zleread (lp=0x80f18fc, rp=0x0, flags=3, context=0)
at zle_main.c:1205
#7  0x080868a3 in autoload_zleread (lp=0x80f18fc, rp=0x0, ha=3, con=0)
at init.c:1221
#8  0x0808712e in inputline () at input.c:278
#9  0x08086fad in ingetc () at input.c:214
#10 0x0807d536 in ihgetc () at hist.c:240
#11 0x0808f2a3 in gettok () at lex.c:663
#12 0x0808eb2e in yylex () at lex.c:350
#13 0x080ab009 in parse_event () at parse.c:451
#14 0x0808406b in loop (toplevel=1, justonce=0) at init.c:129
#15 0x08086be1 in zsh_main (argc=2, argv=0xafed6004) at init.c:1352
#16 0x08055076 in main (argc=0, argv=0x0) at ./main.c:93


-- 
Mikael Magnusson



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