Your message dated Sun, 30 Jun 2024 15:39:04 +0200
with message-id <e2da2d19-4619-43df-beb7-80b718bca...@svario.it>
and subject line Re: Bug#511148: Crash with botched assertion on no completions 
with bash-completion
has caused the Debian Bug report #511148,
regarding Crash with botched assertion on no completions with bash-completion
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
511148: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511148
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: bash
Version: 3.2-4
Severity: normal

Hi,

In https://bugs.launchpad.net/ubuntu/+source/bash/+bug/310789 Ryan
Anderson reported that enabling bash-completion, and then holding down
tab for a few seconds when there are no completions causes a crash.

I can easily reproduce this in a sid chroot, and I obtained the attached
backtrace from the Ubuntu version (where we have debug symbols readily
available for everything).

Thanks,

James
Quit
#0  0xb7f36430 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb7dc26d0 in raise () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2  0xb7dc4098 in abort () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#3  0x0807b094 in programming_error (format=0x80f3db4 "realloc: start and end 
chunk sizes differ") at ../bash/error.c:174
        h = 0x94ed0e8 "cd Desktop/"
#4  0x080dcff7 in xbotch (mem=<value optimized out>, e=<value optimized out>, 
s=0x80f3db4 "realloc: start and end chunk sizes differ", file=0x80e1f84 
"../bash/subst.c", line=4198) at ../../../bash/lib/malloc/malloc.c:321
No locals.
#5  0x080de040 in internal_realloc (mem=0x965b608, n=259, file=0x80e1f84 
"../bash/subst.c", line=4198, flags=1) at ../../../bash/lib/malloc/malloc.c:1024
        p = (union mhead *) 0x965b600
        nbytes = <value optimized out>
        nunits = 6
        m = 0x965b708 "\001\001"
        mg = <value optimized out>
#6  0x080a6113 in sh_xrealloc (pointer=0x0, bytes=259, file=0x80e1f84 
"../bash/subst.c", line=4198) at ../bash/xmalloc.c:169
        temp = <value optimized out>
#7  0x0808b1c7 in expand_word_internal (word=0x9654fc8, quoted=0, isexp=0, 
contains_dollar_at=0xbf9524b4, expanded_something=0xbf9524b8) at 
../bash/subst.c:4198
        list = <value optimized out>
        tword = <value optimized out>
        istring = 0x9667a08 ""
        istring_size = 112
        istring_index = 0
        temp = 0x94eb708 "/dev/fd/257"
        temp1 = 0x9668a88 " compgen -f -X \"$xspec\" -- \"$(quote_readline 
\"$cur\")\" "
        string = 0x9667c08 "<( compgen -f -X \"$xspec\" -- \"$(quote_readline 
\"$cur\")\" )"
        string_size = 1
        sindex = 56
        quoted_dollar_at = 0
        quoted_state = 0
        had_quoted_null = 0
        has_dollar_at = 0
        tflag = <value optimized out>
        assignoff = <value optimized out>
        c = <value optimized out>
        t_index = 56
        state = {__count = 0, __value = {__wch = 0, __wchb = "\000\000\000"}}
#8  0x0808b5d4 in expand_word_list_internal (list=<value optimized out>, 
eflags=<value optimized out>) at ../bash/subst.c:8032
        new_list = (WORD_LIST *) 0x0
        temp_list = <value optimized out>
        tint = <value optimized out>
#9  0x080a2235 in redirection_expand (word=0x964fda8) at ../bash/redir.c:245
        result = <value optimized out>
        tlist1 = (WORD_LIST *) 0x94f2548
        tlist2 = <value optimized out>
        w = <value optimized out>
#10 0x080a273f in do_redirection_internal (redirect=0x94f47c8, flags=3) at 
../bash/redir.c:730
        redirectee = (WORD_DESC *) 0x964fda8
        redir_fd = 157613480
        fd = <value optimized out>
        redirector = 0
        r = <value optimized out>
        oflags = 3166888
        lfd = 50
        redirectee_word = <value optimized out>
        ri = r_input_direction
        new_redirect = (REDIRECT *) 0x0
#11 0x080a36ef in do_redirections (list=0x94f47c8, flags=3) at 
../bash/redir.c:193
        error = 0
        temp = (REDIRECT *) 0x94f47c8
#12 0x08070baf in execute_command_internal (command=0x965df68, asynchronous=0, 
pipe_in=-1, pipe_out=-1, fds_to_close=0x964e868) at ../bash/execute_cmd.c:612
        exec_result = <value optimized out>
        invert = 0
        ignore_return = <value optimized out>
        my_undo_list = <value optimized out>
        exec_undo_list = <value optimized out>
        last_pid = <value optimized out>
        save_line_number = <value optimized out>
#13 0x08071db6 in execute_command_internal (command=0x964ffc8, asynchronous=0, 
pipe_in=-1, pipe_out=-1, fds_to_close=0x964e868) at ../bash/execute_cmd.c:1551
        exec_result = <value optimized out>
        invert = 0
        ignore_return = <value optimized out>
        my_undo_list = (REDIRECT *) 0x0
        exec_undo_list = (REDIRECT *) 0x0
        last_pid = <value optimized out>
        save_line_number = <value optimized out>
#14 0x080720f3 in execute_command (command=0x964ffc8) at 
../bash/execute_cmd.c:352
        bitmap = (struct fd_bitmap *) 0x964e868
        result = <value optimized out>
#15 0x080713d4 in execute_command_internal (command=0x964f748, asynchronous=0, 
pipe_in=-1, pipe_out=-1, fds_to_close=0x964f8a8) at ../bash/execute_cmd.c:2422
        exec_result = <value optimized out>
        invert = 0
        ignore_return = <value optimized out>
        my_undo_list = (REDIRECT *) 0x0
        exec_undo_list = (REDIRECT *) 0x0
        last_pid = <value optimized out>
        save_line_number = <value optimized out>
#16 0x08071db6 in execute_command_internal (command=0x94f2c08, asynchronous=0, 
pipe_in=-1, pipe_out=-1, fds_to_close=0x964f8a8) at ../bash/execute_cmd.c:1551
        exec_result = <value optimized out>
        invert = 0
        ignore_return = <value optimized out>
        my_undo_list = (REDIRECT *) 0x0
        exec_undo_list = (REDIRECT *) 0x0
        last_pid = <value optimized out>
        save_line_number = <value optimized out>
#17 0x080720f3 in execute_command (command=0x94f2c08) at 
../bash/execute_cmd.c:352
        bitmap = (struct fd_bitmap *) 0x964f8a8
        result = <value optimized out>
#18 0x08071d6b in execute_command_internal (command=0x94f5648, asynchronous=0, 
pipe_in=-1, pipe_out=-1, fds_to_close=0x94f4948) at ../bash/execute_cmd.c:1549
        exec_result = <value optimized out>
        invert = 0
        ignore_return = <value optimized out>
        my_undo_list = (REDIRECT *) 0x0
        exec_undo_list = (REDIRECT *) 0x0
        last_pid = <value optimized out>
        save_line_number = <value optimized out>
#19 0x08071419 in execute_command_internal (command=0x964e888, asynchronous=0, 
pipe_in=-1, pipe_out=-1, fds_to_close=0x94f4948) at ../bash/execute_cmd.c:815
        exec_result = <value optimized out>
        invert = 0
        ignore_return = 0
        my_undo_list = (REDIRECT *) 0x0
        exec_undo_list = (REDIRECT *) 0x0
        last_pid = <value optimized out>
        save_line_number = <value optimized out>
#20 0x08072f8f in execute_function (var=0x94f6e08, words=0x964fcc8, 
flags=<value optimized out>, fds_to_close=0x94f4948, async=0, subshell=0) at 
../bash/execute_cmd.c:3332
        return_val = <value optimized out>
        result = 0
        tc = (COMMAND *) 0x964e888
        save_current = (COMMAND *) 0x94ebaa8
        debug_trap = <value optimized out>
        error_trap = <value optimized out>
        return_trap = 0x0
        funcname_v = (SHELL_VAR *) 0x94eac88
        nfv = <value optimized out>
        bash_source_v = <value optimized out>
        bash_lineno_v = <value optimized out>
        funcname_a = (ARRAY *) 0x94ead48
        bash_source_a = (ARRAY *) 0x94eab48
        bash_lineno_a = (ARRAY *) 0x94eac48
        shell_fn = <value optimized out>
        sfile = <value optimized out>
        t = <value optimized out>
        funcnest = 2
#21 0x08074316 in execute_simple_command (simple_command=0x964f368, pipe_in=-1, 
pipe_out=-1, async=0, fds_to_close=0x94f4948) at ../bash/execute_cmd.c:3542
        words = (WORD_LIST *) 0x964fcc8
        lastword = <value optimized out>
        command_line = <value optimized out>
        lastarg = 0x963b288 "t@(ar?(.@(Z|gz|bz?(2)))|gz|bz?(2))"
        temp = <value optimized out>
        first_word_quoted = 0
        result = 0
        builtin_is_special = 0
        already_forked = 0
        old_last_async_pid = 29727
        builtin = (sh_builtin_func_t *) 0
        func = (SHELL_VAR *) 0x94f6e08
#22 0x08071183 in execute_command_internal (command=0x94ebaa8, asynchronous=0, 
pipe_in=-1, pipe_out=-1, fds_to_close=0x94f4948) at ../bash/execute_cmd.c:671
        exec_result = <value optimized out>
        invert = 0
        ignore_return = 0
        my_undo_list = (REDIRECT *) 0x0
        exec_undo_list = (REDIRECT *) 0x0
        last_pid = -1
        save_line_number = 2919
#23 0x08071db6 in execute_command_internal (command=0x9650b08, asynchronous=0, 
pipe_in=-1, pipe_out=-1, fds_to_close=0x94f4948) at ../bash/execute_cmd.c:1551
        exec_result = <value optimized out>
        invert = 0
        ignore_return = <value optimized out>
        my_undo_list = (REDIRECT *) 0x0
        exec_undo_list = (REDIRECT *) 0x0
        last_pid = <value optimized out>
        save_line_number = <value optimized out>
#24 0x080720f3 in execute_command (command=0x9650b08) at 
../bash/execute_cmd.c:352
        bitmap = (struct fd_bitmap *) 0x94f4948
        result = <value optimized out>
#25 0x08071d6b in execute_command_internal (command=0x96570a8, asynchronous=0, 
pipe_in=-1, pipe_out=-1, fds_to_close=0x964ee28) at ../bash/execute_cmd.c:1549
        exec_result = <value optimized out>
        invert = 0
        ignore_return = <value optimized out>
        my_undo_list = (REDIRECT *) 0x0
        exec_undo_list = (REDIRECT *) 0x0
        last_pid = <value optimized out>
        save_line_number = <value optimized out>
#26 0x08071419 in execute_command_internal (command=0x964e9a8, asynchronous=0, 
pipe_in=-1, pipe_out=-1, fds_to_close=0x964ee28) at ../bash/execute_cmd.c:815
        exec_result = <value optimized out>
        invert = 0
        ignore_return = 0
        my_undo_list = (REDIRECT *) 0x0
        exec_undo_list = (REDIRECT *) 0x0
        last_pid = <value optimized out>
        save_line_number = <value optimized out>
#27 0x08072f8f in execute_function (var=0x95f5a88, words=0x96458a8, 
flags=<value optimized out>, fds_to_close=0x964ee28, async=0, subshell=0) at 
../bash/execute_cmd.c:3332
        return_val = <value optimized out>
        result = 0
        tc = (COMMAND *) 0x964e9a8
        save_current = (COMMAND *) 0x964fa08
        debug_trap = <value optimized out>
        error_trap = <value optimized out>
        return_trap = 0x0
        funcname_v = (SHELL_VAR *) 0x94eac88
        nfv = <value optimized out>
        bash_source_v = <value optimized out>
        bash_lineno_v = <value optimized out>
        funcname_a = (ARRAY *) 0x94ead48
        bash_source_a = (ARRAY *) 0x94eab48
        bash_lineno_a = (ARRAY *) 0x94eac48
        shell_fn = <value optimized out>
        sfile = <value optimized out>
        t = <value optimized out>
        funcnest = 2
#28 0x080732c2 in execute_shell_function (var=0x95f5a88, words=0x96458a8) at 
../bash/execute_cmd.c:3390
        ret = <value optimized out>
        bitmap = (struct fd_bitmap *) 0x964ee28
#29 0x080a510e in gen_compspec_completions (cs=0x96441c8, cmd=0x94e4318 "tar", 
word=0x962cb48 "", start=0, end=<value optimized out>) at 
../bash/pcomplete.c:1019
        ret = (STRINGLIST *) 0x0
        tmatches = (STRINGLIST *) 0x5
        line = 0x9664b08 "tar tf "
        nw = 3
        cw = 3
        lwords = (WORD_LIST *) 0x964e948
        tcs = <value optimized out>
#30 0x080a59c8 in programmable_completions (cmd=0x94e4318 "tar", word=0x962cb48 
"", start=0, end=7, foundp=0xbf952f58) at ../bash/pcomplete.c:1379
        cs = (COMPSPEC *) 0x96441c8
        ret = <value optimized out>
        rmatches = <value optimized out>
#31 0x0809e2ff in attempt_shell_completion (text=0x962cb48 "", start=7, end=7) 
at ../bash/bashline.c:1088
        s = 0
        e = 7
        foundcs = <value optimized out>
        n = 0x94e4318 "tar"
        in_command_position = 0
        ti = <value optimized out>
        qc = -1
        matches = <value optimized out>
#32 0x080c4833 in gen_completion_matches (text=0x962cb48 "", start=6, 
end=29075, our_func=0x80c4020 <rl_filename_completion_function>, found_quote=0, 
quote_char=0) at ../../../bash/lib/readline/complete.c:963
        matches = <value optimized out>
#33 0x080c5abb in rl_complete_internal (what_to_do=63) at 
../../../bash/lib/readline/complete.c:1669
        matches = <value optimized out>
        our_func = (rl_compentry_func_t *) 0x80c4020 
<rl_filename_completion_function>
        start = 7
        end = 29075
        delimiter = 0
        found_quote = 0
        nontrivial_lcd = 0
        text = 0x962cb48 ""
        saved_line_buffer = 0x94ed6c8 "tar tf "
        quote_char = <value optimized out>
#34 0x080be70e in _rl_dispatch_subseq (key=9, map=0x80f5bc0, got_subseq=0) at 
../../../bash/lib/readline/readline.c:742
        r = <value optimized out>
        newkey = <value optimized out>
        func = (rl_command_func_t *) 0x6
        cxt = <value optimized out>
#35 0x080beac5 in _rl_dispatch (key=9, map=0x80f5bc0) at 
../../../bash/lib/readline/readline.c:692
No locals.
#36 0x080bee3c in readline_internal_char () at 
../../../bash/lib/readline/readline.c:519
        c = 0
        code = <value optimized out>
        lk = 0
        lastc = 9
        eof_found = 0
#37 0x080bf1e5 in readline (prompt=0x964ca48 "\001\033]0;foo@flash: 
~/Desktop\a\002foo@flash:~/Desktop$ ") at 
../../../bash/lib/readline/readline.c:545
        value = <value optimized out>
#38 0x08068a81 in yy_readline_get () at ../bash/parse.y:1213
        old_sigint = (SigHandler *) 0x8094660 <sigint_sighandler>
#39 0x080642db in shell_getc (remove_quoted_newline=1) at ../bash/parse.y:1146
        i = 0
        c = 156174344
        uc = <value optimized out>
#40 0x08065542 in read_token (command=<value optimized out>) at 
../bash/parse.y:2562
        character = <value optimized out>
        peek_char = <value optimized out>
        result = 6
#41 0x08069067 in yyparse () at ../bash/parse.y:2208
        yystate = 0
        yyn = 276
        yyresult = <value optimized out>
        yyerrstatus = 0
        yytoken = <value optimized out>
        yyssa = {0, 2058, 1, 0, 3440, 2062, 1853, 0, 22507, 2055, 18016, 2057, 
0, 0, 3440, 2062, 0 <repeats 64 times>, 14536, -16491, 14676, -16491, 0, 0, 
14824, -16491, 17066, 2057, 2, 0, 14676, -16491, 14536, -16491, 32, 0, -20352, 
2405, 2, 0, 18016, 2057, 0, 0, 0, 0, 0, 0, 80, 0, 7, 0, 27144, 2401, 14296, 
-16491, 2, 0, 0, 0, 50, 0, 14312, -16491, 25016, 2058, 1, 0, 2350, 2063, 50, 0, 
0, 0, 15560, 2382, 0, 0, 136, 0, 14382, -16491, 0, 0, 0, 0, 0, 0, 224, 0, 
23176, 2382, -4757, 2061, 0, 0, 14680, -16491, 22358, 2055, -4757, 2061, 13480, 
2382, 0, 0, 0, 0, -4757, 2061, 0, 0, 14712, -16491, 22507, 2055, -4757, 2061, 
23176, 2382, 14728, -16491, 22358, 2055, -4730, 2061, 1, 0, 14728, -16491, 
22589, 2055, -4757, 2061, 1, 0, 14744, -16491}
        yyss = (yytype_int16 *) 0xbf9537fc
        yyssp = (yytype_int16 *) 0xbf9537fc
        yyvsa = {{word = 0x0, number = 0, word_list = 0x0, command = 0x0, 
redirect = 0x0, element = {word = 0x0, redirect = 0xffffffff}, pattern = 0x0}, 
{word = 0x96509c8, number = 157616584, word_list = 0x96509c8, command = 
0x96509c8, redirect = 0x96509c8, element = {word = 0x96509c8, redirect = 0x0}, 
pattern = 0x96509c8}, {word = 0x96508a8, number = 157616296, word_list = 
0x96508a8, command = 0x96508a8, redirect = 0x96508a8, element = {word = 
0x96508a8, redirect = 0x0}, pattern = 0x96508a8}, {word = 0xbf95388c, number = 
-1080739700, word_list = 0xbf95388c, command = 0xbf95388c, redirect = 
0xbf95388c, element = {word = 0xbf95388c, redirect = 0x0}, pattern = 
0xbf95388c}, {word = 0x0, number = 0, word_list = 0x0, command = 0x0, redirect 
= 0x0, element = {word = 0x0, redirect = 0x0}, pattern = 0x0}, {word = 0x0, 
number = 0, word_list = 0x0, command = 0x0, redirect = 0x0, element = {word = 
0x0, redirect = 0x0}, pattern = 0x0}, {word = 0xa, number = 10, word_list = 
0xa, command = 0xa, r
 edirect = 0xa, element = {word = 0xa, redirect = 0xbf9536ba}, pattern = 0xa}, 
{word = 0x0, number = 0, word_list = 0x0, command = 0x0, redirect = 0x0, 
element = {word = 0x0, redirect = 0x0}, pattern = 0x0}, {word = 0x0, number = 
0, word_list = 0x0, command = 0x0, redirect = 0x0, element = {word = 0x0, 
redirect = 0x0}, pattern = 0x0}, {word = 0x0, number = 0, word_list = 0x0, 
command = 0x0, redirect = 0x0, element = {word = 0x0, redirect = 0x0}, pattern 
= 0x0}, {word = 0x0, number = 0, word_list = 0x0, command = 0x0, redirect = 
0x0, element = {word = 0x0, redirect = 0x1}, pattern = 0x0}, {word = 0x0, 
number = 0, word_list = 0x0, command = 0x0, redirect = 0x0, element = {word = 
0x0, redirect = 0x0}, pattern = 0x0}, {word = 0x0, number = 0, word_list = 0x0, 
command = 0x0, redirect = 0x0, element = {word = 0x0, redirect = 0x94ecb20}, 
pattern = 0x0}, {word = 0xcf, number = 207, word_list = 0xcf, command = 0xcf, 
redirect = 0xcf, element = {word = 0xcf, redirect = 0x42}, pattern = 
 0xcf}, {word = 0x80909f2, number = 134810098, word_list = 0x80909f2, command = 
0x80909f2, redirect = 0x80909f2, element = {word = 0x80909f2, redirect = 
0x754eae68}, pattern = 0x80909f2}, {word = 0x784, number = 1924, word_list = 
0x784, command = 0x784, redirect = 0x784, element = {word = 0x784, redirect = 
0x94ec788}, pattern = 0x784}, {word = 0x80dd35c, number = 135123804, word_list 
= 0x80dd35c, command = 0x80dd35c, redirect = 0x80dd35c, element = {word = 
0x80dd35c, redirect = 0x94ec788}, pattern = 0x80dd35c}, {word = 0xcf, number = 
207, word_list = 0xcf, command = 0xcf, redirect = 0xcf, element = {word = 0xcf, 
redirect = 0x21}, pattern = 0xcf}, {word = 0x2, number = 2, word_list = 0x2, 
command = 0x2, redirect = 0x2, element = {word = 0x2, redirect = 0x0}, pattern 
= 0x2}, {word = 0x32, number = 50, word_list = 0x32, command = 0x32, redirect = 
0x32, element = {word = 0x32, redirect = 0xbf953288}, pattern = 0x32}, {word = 
0x80a61b8, number = 134898104, word_list = 0x80a61b8, c
 ommand = 0x80a61b8, redirect = 0x80a61b8, element = {word = 0x80a61b8, 
redirect = 0x1}, pattern = 0x80a61b8}, {word = 0x80f092e, number = 135203118, 
word_list = 0x80f092e, command = 0x80f092e, redirect = 0x80f092e, element = 
{word = 0x80f092e, redirect = 0x32}, pattern = 0x80f092e}, {word = 0x464, 
number = 1124, word_list = 0x464, command = 0x464, redirect = 0x464, element = 
{word = 0x464, redirect = 0x80ded98}, pattern = 0x464}, {word = 0x12, number = 
18, word_list = 0x12, command = 0x12, redirect = 0x12, element = {word = 0x12, 
redirect = 0x88}, pattern = 0x12}, {word = 0xbf9532ce, number = -1080741170, 
word_list = 0xbf9532ce, command = 0xbf9532ce, redirect = 0xbf9532ce, element = 
{word = 0xbf9532ce, redirect = 0x0}, pattern = 0xbf9532ce}, {word = 0x0, number 
= 0, word_list = 0x0, command = 0x0, redirect = 0x0, element = {word = 0x0, 
redirect = 0xbf9532d8}, pattern = 0x0}, {word = 0x21, number = 33, word_list = 
0x21, command = 0x21, redirect = 0x21, element = {word = 0x21,
  redirect = 0x80e2225}, pattern = 0x21}, {word = 0x73d, number = 1853, 
word_list = 0x73d, command = 0x73d, redirect = 0x73d, element = {word = 0x73d, 
redirect = 0xbf9532c8}, pattern = 0x73d}, {word = 0x80f2777, number = 
135210871, word_list = 0x80f2777, command = 0x80f2777, redirect = 0x80f2777, 
element = {word = 0x80f2777, redirect = 0x1}, pattern = 0x80f2777}, {word = 
0x80e0d70, number = 135138672, word_list = 0x80e0d70, command = 0x80e0d70, 
redirect = 0x80e0d70, element = {word = 0x80e0d70, redirect = 0x73d}, pattern = 
0x80e0d70}, {word = 0x80757eb, number = 134698987, word_list = 0x80757eb, 
command = 0x80757eb, redirect = 0x80757eb, element = {word = 0x80757eb, 
redirect = 0x80deda8}, pattern = 0x80757eb}, {word = 0xbf95388c, number = 
-1080739700, word_list = 0xbf95388c, command = 0xbf95388c, redirect = 
0xbf95388c, element = {word = 0xbf95388c, redirect = 0x80e0d70}, pattern = 
0xbf95388c}, {word = 0x0, number = 0, word_list = 0x0, command = 0x0, redirect 
= 0x0, element = 
 {word = 0x0, redirect = 0x80e2225}, pattern = 0x0}, {word = 0xb, number = 11, 
word_list = 0xb, command = 0xb, redirect = 0xb, element = {word = 0xb, redirect 
= 0x1}, pattern = 0xb}, {word = 0x0, number = 0, word_list = 0x0, command = 
0x0, redirect = 0x0, element = {word = 0x0, redirect = 0xbf9536ba}, pattern = 
0x0}, {word = 0x80f2777, number = 135210871, word_list = 0x80f2777, command = 
0x80f2777, redirect = 0x80f2777, element = {word = 0x80f2777, redirect = 0x21}, 
pattern = 0x80f2777}, {word = 0x8077848, number = 134707272, word_list = 
0x8077848, command = 0x8077848, redirect = 0x8077848, element = {word = 
0x8077848, redirect = 0x0}, pattern = 0x8077848}, {word = 0xf1, number = 241, 
word_list = 0xf1, command = 0xf1, redirect = 0xf1, element = {word = 0xf1, 
redirect = 0x80e2679}, pattern = 0xf1}, {word = 0x20, number = 32, word_list = 
0x20, command = 0x20, redirect = 0x20, element = {word = 0x20, redirect = 
0x94e97c0}, pattern = 0x20}, {word = 0x2, number = 2, word_list = 0x
 2, command = 0x2, redirect = 0x2, element = {word = 0x2, redirect = 
0x80e0d70}, pattern = 0x2}, {word = 0x94e97c8, number = 156145608, word_list = 
0x94e97c8, command = 0x94e97c8, redirect = 0x94e97c8, element = {word = 
0x94e97c8, redirect = 0x80e0c70}, pattern = 0x94e97c8}, {word = 0x0, number = 
0, word_list = 0x0, command = 0x0, redirect = 0x0, element = {word = 0x0, 
redirect = 0xbf953328}, pattern = 0x0}, {word = 0x809390a, number = 134822154, 
word_list = 0x809390a, command = 0x809390a, redirect = 0x809390a, element = 
{word = 0x809390a, redirect = 0x1}, pattern = 0x809390a}, {word = 0x80e2679, 
number = 135145081, word_list = 0x80e2679, command = 0x80e2679, redirect = 
0x80e2679, element = {word = 0x80e2679, redirect = 0xf1}, pattern = 0x80e2679}, 
{word = 0x8077e5a, number = 134708826, word_list = 0x8077e5a, command = 
0x8077e5a, redirect = 0x8077e5a, element = {word = 0x8077e5a, redirect = 0x0}, 
pattern = 0x8077e5a}, {word = 0x94f4788, number = 156190600, word_list = 0x94f47
 88, command = 0x94f4788, redirect = 0x94f4788, element = {word = 0x94f4788, 
redirect = 0xbf953348}, pattern = 0x94f4788}, {word = 0x8093473, number = 
134820979, word_list = 0x8093473, command = 0x8093473, redirect = 0x8093473, 
element = {word = 0x8093473, redirect = 0x80e0c70}, pattern = 0x8093473}, {word 
= 0x0, number = 0, word_list = 0x0, command = 0x0, redirect = 0x0, element = 
{word = 0x0, redirect = 0x94f4788}, pattern = 0x0}, {word = 0x0, number = 0, 
word_list = 0x0, command = 0x0, redirect = 0x0, element = {word = 0x0, redirect 
= 0x0}, pattern = 0x0}, {word = 0x0, number = 0, word_list = 0x0, command = 
0x0, redirect = 0x0, element = {word = 0x0, redirect = 0xbf9533b8}, pattern = 
0x0}, {word = 0x8073d4e, number = 134692174, word_list = 0x8073d4e, command = 
0x8073d4e, redirect = 0x8073d4e, element = {word = 0x8073d4e, redirect = 
0x80e0c70}, pattern = 0x8073d4e}, {word = 0x0, number = 0, word_list = 0x0, 
command = 0x0, redirect = 0x0, element = {word = 0x0, redirect = 0x
 0}, pattern = 0x0}, {word = 0x9657f88, number = 157646728, word_list = 
0x9657f88, command = 0x9657f88, redirect = 0x9657f88, element = {word = 
0x9657f88, redirect = 0x0}, pattern = 0x9657f88}, {word = 0x1, number = 1, 
word_list = 0x1, command = 0x1, redirect = 0x1, element = {word = 0x1, redirect 
= 0xbf953388}, pattern = 0x1}, {word = 0x94e96c8, number = 156145352, word_list 
= 0x94e96c8, command = 0x94e96c8, redirect = 0x94e96c8, element = {word = 
0x94e96c8, redirect = 0x80e2e94}, pattern = 0x94e96c8}, {word = 0xffffffff, 
number = -1, word_list = 0xffffffff, command = 0xffffffff, redirect = 
0xffffffff, element = {word = 0xffffffff, redirect = 0xffffffff}, pattern = 
0xffffffff}, {word = 0x1007f88, number = 16809864, word_list = 0x1007f88, 
command = 0x1007f88, redirect = 0x1007f88, element = {word = 0x1007f88, 
redirect = 0x94ed6c8}, pattern = 0x1007f88}, {word = 0x94f4788, number = 
156190600, word_list = 0x94f4788, command = 0x94f4788, redirect = 0x94f4788, 
element = {word = 0
 x94f4788, redirect = 0x0}, pattern = 0x94f4788}, {word = 0x0, number = 0, 
word_list = 0x0, command = 0x0, redirect = 0x0, element = {word = 0x0, redirect 
= 0x0}, pattern = 0x0}, {word = 0x0, number = 0, word_list = 0x0, command = 
0x0, redirect = 0x0, element = {word = 0x0, redirect = 0xffffffff}, pattern = 
0x0}, {word = 0x12, number = 18, word_list = 0x12, command = 0x12, redirect = 
0x12, element = {word = 0x12, redirect = 0x80eeb9b}, pattern = 0x12}, {word = 
0x464, number = 1124, word_list = 0x464, command = 0x464, redirect = 0x464, 
element = {word = 0x464, redirect = 0xbf9533d8}, pattern = 0x464}, {word = 
0x80a61b8, number = 134898104, word_list = 0x80a61b8, command = 0x80a61b8, 
redirect = 0x80a61b8, element = {word = 0x80a61b8, redirect = 0x1}, pattern = 
0x80a61b8}, {word = 0x80ded98, number = 135130520, word_list = 0x80ded98, 
command = 0x80ded98, redirect = 0x80ded98, element = {word = 0x80ded98, 
redirect = 0x464}, pattern = 0x80ded98}, {word = 0x40, number = 64, word_li
 st = 0x40, command = 0x40, redirect = 0x40, element = {word = 0x40, redirect = 
0x94f5540}, pattern = 0x40}, {word = 0x3, number = 3, word_list = 0x3, command 
= 0x3, redirect = 0x3, element = {word = 0x3, redirect = 0x80e0a38}, pattern = 
0x3}, {word = 0x94ed928, number = 156162344, word_list = 0x94ed928, command = 
0x94ed928, redirect = 0x94ed928, element = {word = 0x94ed928, redirect = 
0x80eeb9b}, pattern = 0x94ed928}, {word = 0x5bb, number = 1467, word_list = 
0x5bb, command = 0x5bb, redirect = 0x5bb, element = {word = 0x5bb, redirect = 
0x94ec008}, pattern = 0x5bb}, {word = 0x80dd35c, number = 135123804, word_list 
= 0x80dd35c, command = 0x80dd35c, redirect = 0x80dd35c, element = {word = 
0x80dd35c, redirect = 0x94ec008}, pattern = 0x80dd35c}, {word = 0xcf, number = 
207, word_list = 0xcf, command = 0xcf, redirect = 0xcf, element = {word = 0xcf, 
redirect = 0xac}, pattern = 0xcf}, {word = 0x94ede48, number = 156163656, 
word_list = 0x94ede48, command = 0x94ede48, redirect = 0x94ed
 e48, element = {word = 0x94ede48, redirect = 0x80eeb9b}, pattern = 0x94ede48}, 
{word = 0x112, number = 274, word_list = 0x112, command = 0x112, redirect = 
0x112, element = {word = 0x112, redirect = 0x80e2679}, pattern = 0x112}, {word 
= 0x20, number = 32, word_list = 0x20, command = 0x20, redirect = 0x20, element 
= {word = 0x20, redirect = 0x94edaa0}, pattern = 0x20}, {word = 0x2, number = 
2, word_list = 0x2, command = 0x2, redirect = 0x2, element = {word = 0x2, 
redirect = 0x5bb}, pattern = 0x2}, {word = 0x94edaa8, number = 156162728, 
word_list = 0x94edaa8, command = 0x94edaa8, redirect = 0x94edaa8, element = 
{word = 0x94edaa8, redirect = 0x80eeb9b}, pattern = 0x94edaa8}, {word = 
0x94e9768, number = 156145512, word_list = 0x94e9768, command = 0x94e9768, 
redirect = 0x94e9768, element = {word = 0x94e9768, redirect = 0x94eca08}, 
pattern = 0x94e9768}, {word = 0x80909f2, number = 134810098, word_list = 
0x80909f2, command = 0x80909f2, redirect = 0x80909f2, element = {word = 0x80909
 f2, redirect = 0x94eace8}, pattern = 0x80909f2}, {word = 0x80de95e, number = 
135129438, word_list = 0x80de95e, command = 0x80de95e, redirect = 0x80de95e, 
element = {word = 0x80de95e, redirect = 0xac}, pattern = 0x80de95e}, {word = 
0x4, number = 4, word_list = 0x4, command = 0x4, redirect = 0x4, element = 
{word = 0x4, redirect = 0x0}, pattern = 0x4}, {word = 0x0, number = 0, 
word_list = 0x0, command = 0x0, redirect = 0x0, element = {word = 0x0, redirect 
= 0xdc}, pattern = 0x0}, {word = 0x32, number = 50, word_list = 0x32, command = 
0x32, redirect = 0x32, element = {word = 0x32, redirect = 0x80f092e}, pattern = 
0x32}, {word = 0x2, number = 2, word_list = 0x2, command = 0x2, redirect = 0x2, 
element = {word = 0x2, redirect = 0xbf953468}, pattern = 0x2}, {word = 
0x8075756, number = 134698838, word_list = 0x8075756, command = 0x8075756, 
redirect = 0x8075756, element = {word = 0x8075756, redirect = 0x80de95e}, 
pattern = 0x8075756}, {word = 0x1bd, number = 445, word_list = 0x1bd, co
 mmand = 0x1bd, redirect = 0x1bd, element = {word = 0x1bd, redirect = 
0x80e2c34}, pattern = 0x1bd}, {word = 0x20, number = 32, word_list = 0x20, 
command = 0x20, redirect = 0x20, element = {word = 0x20, redirect = 0x94e8840}, 
pattern = 0x20}, {word = 0x2, number = 2, word_list = 0x2, command = 0x2, 
redirect = 0x2, element = {word = 0x2, redirect = 0xbf953488}, pattern = 0x2}, 
{word = 0x94e8848, number = 156141640, word_list = 0x94e8848, command = 
0x94e8848, redirect = 0x94e8848, element = {word = 0x94e8848, redirect = 0x4}, 
pattern = 0x94e8848}, {word = 0x5, number = 5, word_list = 0x5, command = 0x5, 
redirect = 0x5, element = {word = 0x5, redirect = 0xbf953498}, pattern = 0x5}, 
{word = 0x73d, number = 1853, word_list = 0x73d, command = 0x73d, redirect = 
0x73d, element = {word = 0x73d, redirect = 0x80e0d70}, pattern = 0x73d}, {word 
= 0x15, number = 21, word_list = 0x15, command = 0x15, redirect = 0x15, element 
= {word = 0x15, redirect = 0x1bd}, pattern = 0x15}, {word = 0x0, nu
 mber = 0, word_list = 0x0, command = 0x0, redirect = 0x0, element = {word = 
0x0, redirect = 0x4}, pattern = 0x0}, {word = 0x0, number = 0, word_list = 0x0, 
command = 0x0, redirect = 0x0, element = {word = 0x0, redirect = 0xbf953608}, 
pattern = 0x0}, {word = 0x80aae9b, number = 134917787, word_list = 0x80aae9b, 
command = 0x80aae9b, redirect = 0x80aae9b, element = {word = 0x80aae9b, 
redirect = 0x94e8848}, pattern = 0x80aae9b}, {word = 0x1, number = 1, word_list 
= 0x1, command = 0x1, redirect = 0x1, element = {word = 0x1, redirect = 0x0}, 
pattern = 0x1}, {word = 0x94ec308, number = 156156680, word_list = 0x94ec308, 
command = 0x94ec308, redirect = 0x94ec308, element = {word = 0x94ec308, 
redirect = 0x2}, pattern = 0x94ec308}, {word = 0x4, number = 4, word_list = 
0x4, command = 0x4, redirect = 0x4, element = {word = 0x4, redirect = 0x8}, 
pattern = 0x4}, {word = 0x0, number = 0, word_list = 0x0, command = 0x0, 
redirect = 0x0, element = {word = 0x0, redirect = 0x0}, pattern = 0x0}, 
 {word = 0x9577008, number = 156725256, word_list = 0x9577008, command = 
0x9577008, redirect = 0x9577008, element = {word = 0x9577008, redirect = 
0x80a8490}, pattern = 0x9577008}, {word = 0x94eac88, number = 156150920, 
word_list = 0x94eac88, command = 0x94eac88, redirect = 0x94eac88, element = 
{word = 0x94eac88, redirect = 0x94ead48}, pattern = 0x94eac88}, {word = 
0x94eab48, number = 156150600, word_list = 0x94eab48, command = 0x94eab48, 
redirect = 0x94eab48, element = {word = 0x94eab48, redirect = 0x94eac48}, 
pattern = 0x94eab48}, {word = 0x94eaa48, number = 156150344, word_list = 
0x94eaa48, command = 0x94eaa48, redirect = 0x94eaa48, element = {word = 
0x94eaa48, redirect = 0x94ea948}, pattern = 0x94eaa48}, {word = 0x14, number = 
20, word_list = 0x14, command = 0x14, redirect = 0x14, element = {word = 0x14, 
redirect = 0x37442}, pattern = 0x14}, {word = 0x0, number = 0, word_list = 0x0, 
command = 0x0, redirect = 0x0, element = {word = 0x0, redirect = 0x94ed0e8}, 
pattern = 0x0}
 , {word = 0x0, number = 0, word_list = 0x0, command = 0x0, redirect = 0x0, 
element = {word = 0x0, redirect = 0x806}, pattern = 0x0}, {word = 0x0, number = 
0, word_list = 0x0, command = 0x0, redirect = 0x0, element = {word = 0x0, 
redirect = 0x0}, pattern = 0x0}, {word = 0x7bcc6c, number = 8113260, word_list 
= 0x7bcc6c, command = 0x7bcc6c, redirect = 0x7bcc6c, element = {word = 
0x7bcc6c, redirect = 0x81a4}, pattern = 0x7bcc6c}, {word = 0x1, number = 1, 
word_list = 0x1, command = 0x1, redirect = 0x1, element = {word = 0x1, redirect 
= 0x0}, pattern = 0x1}, {word = 0x0, number = 0, word_list = 0x0, command = 
0x0, redirect = 0x0, element = {word = 0x0, redirect = 0x0}, pattern = 0x0}, 
{word = 0x0, number = 0, word_list = 0x0, command = 0x0, redirect = 0x0, 
element = {word = 0x0, redirect = 0x0}, pattern = 0x0}, {word = 0x37442, number 
= 226370, word_list = 0x37442, command = 0x37442, redirect = 0x37442, element = 
{word = 0x37442, redirect = 0x0}, pattern = 0x37442}, {word = 0x400,
  number = 1024, word_list = 0x400, command = 0x400, redirect = 0x400, element 
= {word = 0x400, redirect = 0x1be}, pattern = 0x400}, {word = 0x0, number = 0, 
word_list = 0x0, command = 0x0, redirect = 0x0, element = {word = 0x0, redirect 
= 0x4964ed03}, pattern = 0x0}, {word = 0x0, number = 0, word_list = 0x0, 
command = 0x0, redirect = 0x0, element = {word = 0x0, redirect = 0x486f7d37}, 
pattern = 0x0}, {word = 0x0, number = 0, word_list = 0x0, command = 0x0, 
redirect = 0x0, element = {word = 0x0, redirect = 0x4964ecfe}, pattern = 0x0}, 
{word = 0x0, number = 0, word_list = 0x0, command = 0x0, redirect = 0x0, 
element = {word = 0x0, redirect = 0x7bcc6c}, pattern = 0x0}, {word = 0x0, 
number = 0, word_list = 0x0, command = 0x0, redirect = 0x0, element = {word = 
0x0, redirect = 0xbf953578}, pattern = 0x0}, {word = 0x80a1808, number = 
134879240, word_list = 0x80a1808, command = 0x80a1808, redirect = 0x80a1808, 
element = {word = 0x80a1808, redirect = 0x94ebd08}, pattern = 0x80a1808}, 
 {word = 0x94e8448, number = 156140616, word_list = 0x94e8448, command = 
0x94e8448, redirect = 0x94e8448, element = {word = 0x94e8448, redirect = 
0xbf953578}, pattern = 0x94e8448}, {word = 0x2, number = 2, word_list = 0x2, 
command = 0x2, redirect = 0x2, element = {word = 0x2, redirect = 0x0}, pattern 
= 0x2}, {word = 0x32, number = 50, word_list = 0x32, command = 0x32, redirect = 
0x32, element = {word = 0x32, redirect = 0xbf9535a8}, pattern = 0x32}, {word = 
0x80a61b8, number = 134898104, word_list = 0x80a61b8, command = 0x80a61b8, 
redirect = 0x80a61b8, element = {word = 0x80a61b8, redirect = 0x1}, pattern = 
0x80a61b8}, {word = 0x80f092e, number = 135203118, word_list = 0x80f092e, 
command = 0x80f092e, redirect = 0x80f092e, element = {word = 0x80f092e, 
redirect = 0x32}, pattern = 0x80f092e}, {word = 0x0, number = 0, word_list = 
0x0, command = 0x0, redirect = 0x0, element = {word = 0x0, redirect = 
0x94ed0e8}, pattern = 0x0}, {word = 0x0, number = 0, word_list = 0x0, command = 
0x0
 , redirect = 0x0, element = {word = 0x0, redirect = 0x4}, pattern = 0x0}, 
{word = 0x80dd748, number = 135124808, word_list = 0x80dd748, command = 
0x80dd748, redirect = 0x80dd748, element = {word = 0x80dd748, redirect = 
0x94f4c88}, pattern = 0x80dd748}, {word = 0xdf, number = 223, word_list = 0xdf, 
command = 0xdf, redirect = 0xdf, element = {word = 0xdf, redirect = 0x70}, 
pattern = 0xdf}, {word = 0x63, number = 99, word_list = 0x63, command = 0x63, 
redirect = 0x63, element = {word = 0x63, redirect = 0x80e06fa}, pattern = 
0x63}, {word = 0x9, number = 9, word_list = 0x9, command = 0x9, redirect = 0x9, 
element = {word = 0x9, redirect = 0xb7da0030}, pattern = 0x9}, {word = 
0xd696913, number = 225011987, word_list = 0xd696913, command = 0xd696913, 
redirect = 0xd696913, element = {word = 0xd696913, redirect = 0xbf9535f8}, 
pattern = 0xd696913}, {word = 0xb7f3fc88, number = -1208746872, word_list = 
0xb7f3fc88, command = 0xb7f3fc88, redirect = 0xb7f3fc88, element = {word = 
0xb7f3fc88,
  redirect = 0xb7da949c}, pattern = 0xb7f3fc88}, {word = 0x1a9f, number = 6815, 
word_list = 0x1a9f, command = 0x1a9f, redirect = 0x1a9f, element = {word = 
0x1a9f, redirect = 0x80e1f84}, pattern = 0x1a9f}, {word = 0x70, number = 112, 
word_list = 0x70, command = 0x70, redirect = 0x70, element = {word = 0x70, 
redirect = 0x8053e04}, pattern = 0x70}, {word = 0xbf953660, number = 
-1080740256, word_list = 0xbf953660, command = 0xbf953660, redirect = 
0xbf953660, element = {word = 0xbf953660, redirect = 0xbf953618}, pattern = 
0xbf953660}, {word = 0xb7f3fd5c, number = -1208746660, word_list = 0xb7f3fd5c, 
command = 0xb7f3fd5c, redirect = 0xb7f3fd5c, element = {word = 0xb7f3fd5c, 
redirect = 0x805b3e6}, pattern = 0xb7f3fd5c}, {word = 0xb7f0318c, number = 
-1208995444, word_list = 0xb7f0318c, command = 0xb7f0318c, redirect = 
0xb7f0318c, element = {word = 0xb7f0318c, redirect = 0xb7ef930c}, pattern = 
0xb7f0318c}, {word = 0x3, number = 3, word_list = 0x3, command = 0x3, redirect 
= 0x3, elemen
 t = {word = 0x3, redirect = 0xb7ef9408}, pattern = 0x3}, {word = 0xb7f40001, 
number = -1208745983, word_list = 0xb7f40001, command = 0xb7f40001, redirect = 
0xb7f40001, element = {word = 0xb7f40001, redirect = 0x94eed88}, pattern = 
0xb7f40001}, {word = 0xf1, number = 241, word_list = 0xf1, command = 0xf1, 
redirect = 0xf1, element = {word = 0xf1, redirect = 0xb7d9e5e0}, pattern = 
0xf1}, {word = 0x73d, number = 1853, word_list = 0x73d, command = 0x73d, 
redirect = 0x73d, element = {word = 0x73d, redirect = 0x80e0d70}, pattern = 
0x73d}, {word = 0x12, number = 18, word_list = 0x12, command = 0x12, redirect = 
0x12, element = {word = 0x12, redirect = 0xb7da941e}, pattern = 0x12}, {word = 
0x805d383, number = 134599555, word_list = 0x805d383, command = 0x805d383, 
redirect = 0x805d383, element = {word = 0x805d383, redirect = 0x22494966}, 
pattern = 0x805d383}, {word = 0xb7f35d58, number = -1208787624, word_list = 
0xb7f35d58, command = 0xb7f35d58, redirect = 0xb7f35d58, element = {word =
  0xb7f35d58, redirect = 0xb7ef9338}, pattern = 0xb7f35d58}, {word = 0x73d, 
number = 1853, word_list = 0x73d, command = 0x73d, redirect = 0x73d, element = 
{word = 0x73d, redirect = 0x80e0d70}, pattern = 0x73d}, {word = 0xa, number = 
10, word_list = 0xa, command = 0xa, redirect = 0xa, element = {word = 0xa, 
redirect = 0xb7f35d64}, pattern = 0xa}, {word = 0xb7f53ff4, number = 
-1208664076, word_list = 0xb7f53ff4, command = 0xb7f53ff4, redirect = 
0xb7f53ff4, element = {word = 0xb7f53ff4, redirect = 0xb7ef930c}, pattern = 
0xb7f53ff4}, {word = 0x3, number = 3, word_list = 0x3, command = 0x3, redirect 
= 0x3, element = {word = 0x3, redirect = 0xbf9536c4}, pattern = 0x3}, {word = 
0xb7f4007d, number = -1208745859, word_list = 0xb7f4007d, command = 0xb7f4007d, 
redirect = 0xb7f4007d, element = {word = 0xb7f4007d, redirect = 0x80f09c4}, 
pattern = 0xb7f4007d}, {word = 0x13, number = 19, word_list = 0x13, command = 
0x13, redirect = 0x13, element = {word = 0x13, redirect = 0xb7f02336}, patte
 rn = 0x13}, {word = 0x6a, number = 106, word_list = 0x6a, command = 0x6a, 
redirect = 0x6a, element = {word = 0x6a, redirect = 0x80f09a4}, pattern = 
0x6a}, {word = 0xb7f50028, number = -1208680408, word_list = 0xb7f50028, 
command = 0xb7f50028, redirect = 0xb7f50028, element = {word = 0xb7f50028, 
redirect = 0xbf953690}, pattern = 0xb7f50028}, {word = 0xcfe, number = 3326, 
word_list = 0xcfe, command = 0xcfe, redirect = 0xcfe, element = {word = 0xcfe, 
redirect = 0x80e0d70}, pattern = 0xcfe}, {word = 0x16, number = 22, word_list = 
0x16, command = 0x16, redirect = 0x16, element = {word = 0x16, redirect = 
0x79c9c6}, pattern = 0x16}, {word = 0x32, number = 50, word_list = 0x32, 
command = 0x32, redirect = 0x32, element = {word = 0x32, redirect = 0x80f092e}, 
pattern = 0x32}, {word = 0x2, number = 2, word_list = 0x2, command = 0x2, 
redirect = 0x2, element = {word = 0x2, redirect = 0xb7d9b890}, pattern = 0x2}, 
{word = 0xcfe, number = 3326, word_list = 0xcfe, command = 0xcfe, redirect = 
 0xcfe, element = {word = 0xcfe, redirect = 0x80e0d70}, pattern = 0xcfe}, {word 
= 0x11, number = 17, word_list = 0x11, command = 0x11, redirect = 0x11, element 
= {word = 0x11, redirect = 0x1}, pattern = 0x11}, {word = 0x38d, number = 909, 
word_list = 0x38d, command = 0x38d, redirect = 0x38d, element = {word = 0x38d, 
redirect = 0xb7ef9338}, pattern = 0x38d}, {word = 0xb7ef9000, number = 
-1209036800, word_list = 0xb7ef9000, command = 0xb7ef9000, redirect = 
0xb7ef9000, element = {word = 0xb7ef9000, redirect = 0x805601b}, pattern = 
0xb7ef9000}, {word = 0xb7da3c20, number = -1210434528, word_list = 0xb7da3c20, 
command = 0xb7da3c20, redirect = 0xb7da3c20, element = {word = 0xb7da3c20, 
redirect = 0x804ea44}, pattern = 0xb7da3c20}, {word = 0x1, number = 1, 
word_list = 0x1, command = 0x1, redirect = 0x1, element = {word = 0x1, redirect 
= 0xb7f53ff4}, pattern = 0x1}, {word = 0x73d, number = 1853, word_list = 0x73d, 
command = 0x73d, redirect = 0x73d, element = {word = 0x73d, redirect = 
 0x80e0d70}, pattern = 0x73d}, {word = 0x9, number = 9, word_list = 0x9, 
command = 0x9, redirect = 0x9, element = {word = 0x9, redirect = 0xb7f4028f}, 
pattern = 0x9}, {word = 0xbf9537a0, number = -1080739936, word_list = 
0xbf9537a0, command = 0xbf9537a0, redirect = 0xbf9537a0, element = {word = 
0xbf9537a0, redirect = 0x804ea44}, pattern = 0xbf9537a0}, {word = 0xbf953794, 
number = -1080739948, word_list = 0xbf953794, command = 0xbf953794, redirect = 
0xbf953794, element = {word = 0xbf953794, redirect = 0xb7f547cc}, pattern = 
0xbf953794}, {word = 0x0, number = 0, word_list = 0x0, command = 0x0, redirect 
= 0x0, element = {word = 0x0, redirect = 0xb7ef9338}, pattern = 0x0}, {word = 
0x1, number = 1, word_list = 0x1, command = 0x1, redirect = 0x1, element = 
{word = 0x1, redirect = 0x0}, pattern = 0x1}, {word = 0x1, number = 1, 
word_list = 0x1, command = 0x1, redirect = 0x1, element = {word = 0x1, redirect 
= 0x80e2679}, pattern = 0x1}, {word = 0x14, number = 20, word_list = 0x14, com
 mand = 0x14, redirect = 0x14, element = {word = 0x14, redirect = 0x94f4c88}, 
pattern = 0x14}, {word = 0xbe, number = 190, word_list = 0xbe, command = 0xbe, 
redirect = 0xbe, element = {word = 0xbe, redirect = 0x80e2679}, pattern = 
0xbe}, {word = 0x14, number = 20, word_list = 0x14, command = 0x14, redirect = 
0x14, element = {word = 0x14, redirect = 0xbf9537a0}, pattern = 0x14}, {word = 
0xbf953794, number = -1080739948, word_list = 0xbf953794, command = 0xbf953794, 
redirect = 0xbf953794, element = {word = 0xbf953794, redirect = 0x94f4c88}, 
pattern = 0xbf953794}, {word = 0x1d0b, number = 7435, word_list = 0x1d0b, 
command = 0x1d0b, redirect = 0x1d0b, element = {word = 0x1d0b, redirect = 
0x80e1f84}, pattern = 0x1d0b}, {word = 0xbf9537e0, number = -1080739872, 
word_list = 0xbf9537e0, command = 0xbf9537e0, redirect = 0xbf9537e0, element = 
{word = 0xbf9537e0, redirect = 0xb7f54670}, pattern = 0xbf9537e0}, {word = 
0x805601b, number = 134570011, word_list = 0x805601b, command = 0x8056
 01b, redirect = 0x805601b, element = {word = 0x805601b, redirect = 
0xb7ef4ff4}, pattern = 0x805601b}, {word = 0x0, number = 0, word_list = 0x0, 
command = 0x0, redirect = 0x0, element = {word = 0x0, redirect = 0x0}, pattern 
= 0x0}, {word = 0x965bf08, number = 157662984, word_list = 0x965bf08, command = 
0x965bf08, redirect = 0x965bf08, element = {word = 0x965bf08, redirect = 
0xbf9537b8}, pattern = 0x965bf08}, {word = 0x12, number = 18, word_list = 0x12, 
command = 0x12, redirect = 0x12, element = {word = 0x12, redirect = 0x80e0692}, 
pattern = 0x12}, {word = 0x73d, number = 1853, word_list = 0x73d, command = 
0x73d, redirect = 0x73d, element = {word = 0x73d, redirect = 0xbf953778}, 
pattern = 0x73d}, {word = 0x80a61b8, number = 134898104, word_list = 0x80a61b8, 
command = 0x80a61b8, redirect = 0x80a61b8, element = {word = 0x80a61b8, 
redirect = 0x1}, pattern = 0x80a61b8}, {word = 0x80e0d70, number = 135138672, 
word_list = 0x80e0d70, command = 0x80e0d70, redirect = 0x80e0d70, element
  = {word = 0x80e0d70, redirect = 0x73d}, pattern = 0x80e0d70}, {word = 0xa, 
number = 10, word_list = 0xa, command = 0xa, redirect = 0xa, element = {word = 
0xa, redirect = 0x80e068f}, pattern = 0xa}, {word = 0x73d, number = 1853, 
word_list = 0x73d, command = 0x73d, redirect = 0x73d, element = {word = 0x73d, 
redirect = 0xbf953798}, pattern = 0x73d}, {word = 0x0, number = 0, word_list = 
0x0, command = 0x0, redirect = 0x0, element = {word = 0x0, redirect = 
0xbf9538a8}, pattern = 0x0}, {word = 0xbf953784, number = -1080739964, 
word_list = 0xbf953784, command = 0xbf953784, redirect = 0xbf953784, element = 
{word = 0xbf953784, redirect = 0xbf953810}, pattern = 0xbf953784}, {word = 
0xb7dc280d, number = -1210308595, word_list = 0xb7dc280d, command = 0xb7dc280d, 
redirect = 0xb7dc280d, element = {word = 0xb7dc280d, redirect = 0x0}, pattern = 
0xb7dc280d}, {word = 0x8094660, number = 134825568, word_list = 0x8094660, 
command = 0x8094660, redirect = 0x8094660, element = {word = 0x8094660, 
 redirect = 0x0}, pattern = 0x8094660}, {word = 0x0, number = 0, word_list = 
0x0, command = 0x0, redirect = 0x0, element = {word = 0x0, redirect = 0x0}, 
pattern = 0x0}, {word = 0x0, number = 0, word_list = 0x0, command = 0x0, 
redirect = 0x0, element = {word = 0x0, redirect = 0x0}, pattern = 0x0}, {word = 
0x50, number = 80, word_list = 0x50, command = 0x50, redirect = 0x50, element = 
{word = 0x50, redirect = 0x7}, pattern = 0x50}, {word = 0x9616a08, number = 
157379080, word_list = 0x9616a08, command = 0x9616a08, redirect = 0x9616a08, 
element = {word = 0x9616a08, redirect = 0xbf9537d8}, pattern = 0x9616a08}, 
{word = 0x2, number = 2, word_list = 0x2, command = 0x2, redirect = 0x2, 
element = {word = 0x2, redirect = 0x0}, pattern = 0x2}, {word = 0x32, number = 
50, word_list = 0x32, command = 0x32, redirect = 0x32, element = {word = 0x32, 
redirect = 0xbf9537e8}, pattern = 0x32}, {word = 0x80a61b8, number = 134898104, 
word_list = 0x80a61b8, command = 0x80a61b8, redirect = 0x80a61b8,
  element = {word = 0x80a61b8, redirect = 0x1}, pattern = 0x80a61b8}, {word = 
0x80f092e, number = 135203118, word_list = 0x80f092e, command = 0x80f092e, 
redirect = 0x80f092e, element = {word = 0x80f092e, redirect = 0x32}, pattern = 
0x80f092e}, {word = 0x0, number = 0, word_list = 0x0, command = 0x0, redirect = 
0x0, element = {word = 0x0, redirect = 0x94e3cc8}, pattern = 0x0}, {word = 0x0, 
number = 0, word_list = 0x0, command = 0x0, redirect = 0x0, element = {word = 
0x0, redirect = 0x88}, pattern = 0x0}, {word = 0xbf95382e, number = 
-1080739794, word_list = 0xbf95382e, command = 0xbf95382e, redirect = 
0xbf95382e, element = {word = 0xbf95382e, redirect = 0x0}, pattern = 
0xbf95382e}, {word = 0x0, number = 0, word_list = 0x0, command = 0x0, redirect 
= 0x0, element = {word = 0x0, redirect = 0xbf953838}, pattern = 0x0}, {word = 
0x9, number = 9, word_list = 0x9, command = 0x9, redirect = 0x9, element = 
{word = 0x9, redirect = 0x80e2225}, pattern = 0x9}, {word = 0x73d, number = 
1853,
  word_list = 0x73d, command = 0x73d, redirect = 0x73d, element = {word = 
0x73d, redirect = 0xbf953828}, pattern = 0x73d}}
        yyvs = (YYSTYPE *) 0xbf9531bc
        yyvsp = (YYSTYPE *) 0xbf9531bc
        yystacksize = 200
        yyval = <value optimized out>
        yylen = 2
#42 0x08061d08 in parse_command () at ../bash/eval.c:222
        r = <value optimized out>
        command_to_execute = 0x0
#43 0x08061def in read_command () at ../bash/eval.c:266
        tmout_var = <value optimized out>
        tmout_len = 0
        result = <value optimized out>
        old_alrm = (SigHandler *) 0
#44 0x08062033 in reader_loop () at ../bash/eval.c:132
        code = 0
        current_command = (COMMAND * volatile) 0x0
#45 0x08061b59 in main (argc=1, argv=0xbf953b14, env=0xbf953b1c) at 
../bash/shell.c:715
        i = <value optimized out>
        code = <value optimized out>
        old_errexit_flag = 0
        saverst = 0
        locally_skip_execution = 0
        arg_index = 1
        top_level_arg_index = 1
Quit
quit
The program is running.  Exit anyway? (y or n) 

--- End Message ---
--- Begin Message ---
Version: 5.0-6

On Wed, 07 Jan 2009 19:31:43 +0000 James Westby <james.wes...@canonical.com> wrote:
In https://bugs.launchpad.net/ubuntu/+source/bash/+bug/310789 Ryan
Anderson reported that enabling bash-completion, and then holding down
tab for a few seconds when there are no completions causes a crash.

I can easily reproduce this in a sid chroot, and I obtained the attached
backtrace from the Ubuntu version (where we have debug symbols readily
available for everything).

Hi,

this issue does not seem to affect version 5.0-6 and later.

LB#310789 says that the reported issue was fixed in the 4.0 cycle.

Please reopen this bug if you can still reproduce this issue.

Regards,

--
Gioele Barabucci

--- End Message ---

Reply via email to