This is the mail archive of the frysk-bugzilla@sourceware.org mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug general/5444] New: cannot find symbols in bash


(where 3901 is a running bash process)

$ frysk/bindir/fhpd 3901
(fhpd) where
[0.0]
#0 0x0000003a168c6e00 in __read_nocancel () from /lib64/libc-2.7.so
#1 0x000000000047dade in read(size_t __nbytes,void * __buf,int __fd)
/usr/include/bits/unistd.h#35 [inline]
#2 0x000000000047dade in rl_getc () from /bin/bash
#3 0x000000000047ded6 in rl_read_key () from /bin/bash
#4 0x000000000046d1a5 in readline_internal_char () from /bin/bash
#5 0x000000000046d586 in readline_internal_charloop()
/usr/src/debug/bash-3.2/lib/readline/readline.c#545 [inline]
#6 0x000000000046d586 in readline_internal()
/usr/src/debug/bash-3.2/lib/readline/readline.c#545 [inline]
#7 0x000000000046d586 in readline () from /bin/bash
#8 0x000000000042140f in yy_readline_get () from /bin/bash
#9 0x000000000041d6d5 in shell_getc () from /bin/bash
#10 0x000000000041e8de in read_token () from /bin/bash
#11 0x000000000042191a in yylex() /usr/src/debug/bash-3.2/./parse.y#2208 [inline]
#12 0x000000000042191a in yyparse () from /bin/bash
#13 0x000000000041b567 in parse_command () from /bin/bash
#14 0x000000000041b626 in read_command () from /bin/bash
#15 0x000000000041b865 in reader_loop () from /bin/bash
#16 0x000000000041b30a in main () from /bin/bash
#17 0x0000003a1681e074 in __libc_start_main () from /lib64/libc-2.7.so
#18 0x0000000000419179 in _start () from /bin/bash
(fhpd) frame 12
[0.0]
#12 0x000000000042191a in yyparse () from /bin/bash

(fhpd) list
[0.0]
 2198    
 2199          /* Avoid printing a prompt if we're not going to read anything, e.g.
 2200            after resetting the parser with read_token (RESET). */
 2201          if (token_to_read == 0 && SHOULD_PROMPT ())
 2202           prompt_again ();
 2203        }
 2204    
 2205      two_tokens_ago = token_before_that;
 2206      token_before_that = last_read_token;
 2207      last_read_token = current_token;
*2208      current_token = read_token (READ);
 2209      return (current_token);
 2210    }
 2211    
 2212    /* When non-zero, we have read the required tokens
 2213       which allow ESAC to be the next one read. */
 2214    static int esacs_needed_count;
 2215    
 2216    void
 2217    gather_here_documents ()

(fhpd) print last_read_token
[0.0]
Error: Object last_read_token was not found

This is on both x86 and x86_64 on fedora 8

-- 
           Summary: cannot find symbols in bash
           Product: frysk
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: general
        AssignedTo: frysk-bugzilla at sourceware dot org
        ReportedBy: mark at klomp dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5444

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]