On Mon, Sep 05, 2016 at 06:33:29PM -0400, mudongliang wrote: > Package: gdb > Version: 7.11.1-2 > Severity: normal > Tags: newcomer > > Dear Maintainer, > > $ cat simple.c > > #include <string.h> > void foo (char *bar) > { > char c[12]; > > strcpy(c, bar); // no bounds checking > } > int main (int argc, char **argv) > { > foo(argv[1]); > } > > $ gdb simple > ...... > (gdb) b main > Breakpoint 1 at 0x40050c > (gdb) r > Starting program: /home/mudongliang/Work/simple > > Breakpoint 1, 0x000000000040050c in main () > (gdb) record full > (gdb) c > Continuing. > Process record does not support instruction 0xc5 at address 0x7ffff7dee807. > Process record: failed to record execution log.
Thanks for the report, the issues persists with the upcoming 7.12 package. Could you please bring this topic with upstream GDB and keep this bug updated? Regards, -- Hector Oron
signature.asc
Description: PGP signature