Bug 1136403 - "Process record does not support instruction 0xc5"
Summary: "Process record does not support instruction 0xc5"
Keywords:
Status: CLOSED DUPLICATE of bug 1450992
Alias: None
Product: Fedora
Classification: Fedora
Component: gdb
Version: 21
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jan Kratochvil
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 1483950 (view as bug list)
Depends On:
Blocks: 1450992
TreeView+ depends on / blocked
 
Reported: 2014-09-02 13:45 UTC by Tim Waugh
Modified: 2017-09-28 17:09 UTC (History)
7 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-11-13 17:50:33 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Sourceware 17346 0 P2 NEW i386 record: Missing AVX 2020-06-02 16:05:39 UTC

Description Tim Waugh 2014-09-02 13:45:37 UTC
Description of problem:
When attempting to diagnose bug #1133860, I ended up with:

Process record does not support instruction 0xc5 at address 0x3ba174add0.

Version-Release number of selected component (if applicable):
gdb-7.8-20.fc21.x86_64
gcc-4.9.1-7.fc21.x86_64
control-center-3.13.90-1.fc21.x86_64

How reproducible:
100%

Steps to Reproduce:
1.debuginfo-install control-center
2.G_DEBUG=fatal_warnings gdb --args gnome-control-center online-accounts
3.tbreak main
4.run
5.record
6.continue

Actual results:
Continuing.
Process record does not support instruction 0xc5 at address 0x3ba174add0.
(null)Process record: failed to record execution log.

[Thread 0x7fffefefda80 (LWP 1956)] #1 stopped.
__memcpy_avx_unaligned ()
    at ../sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S:126
126		vmovdqu (%rsi), %xmm0

I don't see this error on Fedora 20.

Comment 1 Jan Kratochvil 2014-09-03 06:38:54 UTC
grep -q avx /proc/cpuinfo && echo -e '#include <string.h>\nint main(void) { static char a[0x20],b[0x20]; memcpy(a,b,16); return 0; }'|gcc -Wall -g -x c - && gdb -batch ./a.out -ex start -ex record -ex c
Process record does not support instruction 0xc5 at address 0x7ffff7b5cdd0.
__memcpy_avx_unaligned () at ../sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S:126
126		vmovdqu (%rsi), %xmm0

Comment 2 Fedora End Of Life 2015-11-04 15:11:57 UTC
This message is a reminder that Fedora 21 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 21. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '21'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 21 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 3 Jan Kratochvil 2017-08-22 15:26:31 UTC
*** Bug 1483950 has been marked as a duplicate of this bug. ***

Comment 4 Jan Kratochvil 2017-09-28 17:09:55 UTC

*** This bug has been marked as a duplicate of bug 1450992 ***


Note You need to log in before you can comment on or make changes to this bug.