This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB 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 symtab/15719] New: watch -l crash


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

            Bug ID: 15719
           Summary: watch -l crash
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: symtab
          Assignee: unassigned at sourceware dot org
          Reporter: jan.kratochvil at redhat dot com
            Target: x86_64-unknown-linux-gnu

echo 'struct { struct {} *p; } *v; int main(void) { return 0; }'|gcc -Wall -g
-x c -; gdb ./a.out -ex start -ex 'watch -l v->p->x'

GNU gdb (GDB) 7.6.50.20130704-cvs
[...]
Temporary breakpoint 1, main () at <stdin>:1
1    <stdin>: No such file or directory.
Segmentation fault

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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