<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>480545</bug_id>
          
          <creation_ts>2024-01-30 15:49:37 +0000</creation_ts>
          <short_desc>unhandled instruction bytes: 0x62 0xF1 0xFE 0x48 0x7F 0x84 0x24 0x10 0x0 0x0</short_desc>
          <delta_ts>2024-02-25 02:09:39 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>6</classification_id>
          <classification>Developer tools</classification>
          <product>valgrind</product>
          <component>vex</component>
          <version>3.22.0</version>
          <rep_platform>Ubuntu</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>383010</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter>kde</reporter>
          <assigned_to name="Julian Seward">jseward</assigned_to>
          <cc>gabravier</cc>
    
    <cc>tom</cc>
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2284434</commentid>
    <comment_count>0</comment_count>
    <who name="">kde</who>
    <bug_when>2024-01-30 15:49:37 +0000</bug_when>
    <thetext>SUMMARY
valgrind quits due to 
vex amd64-&gt;IR: unhandled instruction bytes: 0x62 0xF1 0xFE 0x48 0x7F 0x84 0x24 0x10 0x0 0x0
vex amd64-&gt;IR:   REX=0 REX.W=0 REX.R=0 REX.X=0 REX.B=0
vex amd64-&gt;IR:   VEX=0 VEX.L=0 VEX.nVVVV=0x0 ESC=NONE
vex amd64-&gt;IR:   PFX.66=0 PFX.F2=0 PFX.F3=0
==26717== valgrind: Unrecognised instruction at address 0x1091ed.
==26717==    at 0x1091ED: main (stl_deque.h:151)

Processor: Intel(R) Xeon(R) w5-3435X

STEPS TO REPRODUCE

Simple test program:

#include &lt;deque&gt;
#include &lt;stdio.h&gt;

int main(void)
{
    std::deque&lt;int&gt; someDeque;

    someDeque.emplace_back( 123 );

    printf( &quot;%u\n&quot;, someDeque.front() );

    return 0;
}

compile with:

g++ -g -O3 -march=native dequeTest.cpp -o dequeTest


OBSERVED RESULT
Illegal instruction (core dumped)

EXPECTED RESULT
Success.

SOFTWARE/OS VERSIONS
Ubuntu Focal
valgrind 3.22.0 built from source</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2284455</commentid>
    <comment_count>1</comment_count>
    <who name="Tom Hughes">tom</who>
    <bug_when>2024-01-30 17:08:13 +0000</bug_when>
    <thetext>That&apos;s an EVEX prefix, so this is AVX-512 or at least an AVX-512 related encoding.

*** This bug has been marked as a duplicate of bug 383010 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>