zsh-workers
 help / color / mirror / code / Atom feed
* hash completion bug?
@ 2001-01-16 12:03 Hiroki Tamakoshi
  2001-01-16 12:16 ` Andrej Borsenkow
  0 siblings, 1 reply; 2+ messages in thread
From: Hiroki Tamakoshi @ 2001-01-16 12:03 UTC (permalink / raw)
  To: zsh-workers

Hi,

% zsh -f
% typeset -A foo
% foo[TAB
cause segmentation fault.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* RE: hash completion bug?
  2001-01-16 12:03 hash completion bug? Hiroki Tamakoshi
@ 2001-01-16 12:16 ` Andrej Borsenkow
  0 siblings, 0 replies; 2+ messages in thread
From: Andrej Borsenkow @ 2001-01-16 12:16 UTC (permalink / raw)
  To: zsh-workers

>
> % zsh -f
> % typeset -A foo
> % foo[TAB
> cause segmentation fault.
>

Confirmed with current CVS.

(dbx32) where
$b6, line 396 in "/tools/src/zsh/Src/hashtable.c"
scanhashtable(ht = (nilv), sorted = 0, flags1 = 0, flags2 = 2097152), line 396
in "/tools/src/zsh/Src/hashtable.c"
makecomplistflags(cc = 0xcb765d0, s = "", incmd = 1, compadd = 0), line 3752
in "/tools/src/zsh/Src/Zle/compctl.c"
makecomplistlist(cc = 0xcb765d0, s = "", incmd = 1, compadd = 0), line 2570 in
"/tools/src/zsh/Src/Zle/compctl.c"
makecomplistor(cc = 0xcb765d0, s = "", incmd = 1, compadd = 0, sub = 0), line
2536 in "/tools/src/zsh/Src/Zle/compctl.c"
makecomplistcc(cc = 0xcb765d0, s = "", incmd = 1), line 2513 in
"/tools/src/zsh/Src/Zle/compctl.c"
makecomplistglobal(os = "", incmd = 1, lst = 0, flags = 0), line 2411 in
"/tools/src/zsh/Src/Zle/compctl.c"
ccmakehookfn(dummy = 0xc62eaa4, dat = 0x7ffee6b0), line 1829 in
"/tools/src/zsh/Src/Zle/compctl.c"
runhookdef(h = 0xc62eaa4, d = 0x7ffee6b0), line 1835 in
"/tools/src/zsh/Src/module.c"
$b330, line 975 in "/tools/src/zsh/Src/Zle/compcore.c"
makecomplist(s = "", incmd = 1, lst = 0), line 975 in
"/tools/src/zsh/Src/Zle/compcore.c"
do_completion(dummy = 0xc3457ec, dat = 0x7ffee7f4), line 342 in
"/tools/src/zsh/Src/Zle/compcore.c"
runhookdef(h = 0xc3457ec, d = 0x7ffee7f4), line 1835 in
"/tools/src/zsh/Src/module.c"
docompletion(s = "", lst = 0, incmd = 1), line 1729 in
"/tools/src/zsh/Src/Zle/zle_tricky.c"
docomplete(lst = 0), line 774 in "/tools/src/zsh/Src/Zle/zle_tricky.c"
$b398, line 282 in "/tools/src/zsh/Src/Zle/zle_tricky.c"
expandorcomplete(args = 0xc345734), line 282 in
"/tools/src/zsh/Src/Zle/zle_tricky.c"
$b445, line 668 in "/tools/src/zsh/Src/Zle/zle_main.c"
execzlefunc(func = 0xc3416e0, args = 0xc345734), line 668 in
"/tools/src/zsh/Src/Zle/zle_main.c"
zleread(lp = "%m%# ", rp = (nilv), flags = 3), line 576 in
"/tools/src/zsh/Src/Zle/zle_main.c"
inputline(), line 267 in "/tools/src/zsh/Src/input.c"
ingetc(), line 212 in "/tools/src/zsh/Src/input.c"
ihgetc(), line 236 in "/tools/src/zsh/Src/hist.c"
gettok(), line 628 in "/tools/src/zsh/Src/lex.c"
yylex(), line 344 in "/tools/src/zsh/Src/lex.c"
parse_event(), line 425 in "/tools/src/zsh/Src/parse.c"
.init.loop(toplevel = 1, justonce = 0), line 123 in
"/tools/src/zsh/Src/init.c"
zsh_main(argc = 2, argv = 0x7ffeeddc), line 1198 in
"/tools/src/zsh/Src/init.c"
.main.main(argc = 2, argv = 0x7ffeeddc), line 37 in
"/tools/src/zsh/Src/main.c"
__start() at 0x40a164


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-01-16 12:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-16 12:03 hash completion bug? Hiroki Tamakoshi
2001-01-16 12:16 ` Andrej Borsenkow

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).