Valgrind fails on rdrand when the cpu supports it (haswell)
Bug #1501545 reported by
Brandon Schaefer
This bug affects 12 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
valgrind (Ubuntu) |
Fix Released
|
Medium
|
Unassigned | ||
Xenial |
Confirmed
|
Undecided
|
Unassigned | ||
Yakkety |
Fix Released
|
Undecided
|
Unassigned | ||
Zesty |
Fix Released
|
Medium
|
Unassigned |
Bug Description
vex amd64->IR: unhandled instruction bytes: 0xF 0xC7 0xF0 0x89 0x6 0xF 0x42 0xC1
vex amd64->IR: REX=0 REX.W=0 REX.R=0 REX.X=0 REX.B=0
vex amd64->IR: VEX=0 VEX.L=0 VEX.nVVVV=0x0 ESC=0F
vex amd64->IR: PFX.66=0 PFX.F2=0 PFX.F3=0
opcode "rdrand %eax"
Need valgrind 1:3.11.0-1ubuntu1
How to reproduce (need haswell or a cpu that supports rdrand)
http://
g++ -std=c++14 test.cpp -o test
valgrind ./test
Bug also needs to be filed upstream
description: | updated |
description: | updated |
tags: | added: wily |
Changed in valgrind (Ubuntu): | |
importance: | Undecided → Medium |
To post a comment you must log in.
This upstream bug looks related (affecting rdrand) but the instruction bytes are different:
https:/ /bugs.kde. org/show_ bug.cgi? id=353370