This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: Process record does not support instruction 0xc5 at address...
- From: dwk <dwks42 at gmail dot com>
- To: Philippe Proulx <eeppeliteloop at gmail dot com>
- Cc: gdb at sourceware dot org
- Date: Sun, 14 Aug 2016 17:42:36 -0400
- Subject: Re: Process record does not support instruction 0xc5 at address...
- Authentication-results: sourceware.org; auth=none
- References: <CAB4xu_03xgOzU79WEPVLzpPVw+g8LhZHXMTkH5p2vbRXK8A55A@mail.gmail.com>
I used to run into this all the time with SIGSEGV, SIGINT, instruction
0xcc, instruction 0xf4, etc. It seems to have been fixed when I upgraded
gdb at one point. I am currently using gdb 7.7.1 on x86-64. Your mileage
may vary.
On Sun, Aug 14, 2016 at 5:30 PM, Philippe Proulx
<eeppeliteloop@gmail.com> wrote:
> Hello,
>
> Is there any known solution or workaround for this problem when
> using the GDB `record` command:
>
> Process record does not support instruction 0xc5 at address 0x7ffff7dee8a7.
> Process record: failed to record execution log.
>
> Program stopped.
> 0x00007ffff7dee8a7 in _dl_runtime_resolve_avx () from
> /lib64/ld-linux-x86-64.so.2
>
> Thank you,
>
> Philippe Proulx