Hello.  I downloaded the development version of valgrind from
Subversion today.  It configured and built fine, but while trying to
run it on my application, I got this error during the run:

vex amd64->IR: unhandled instruction bytes: 0xC2 0x0 0x0 0x66 0x66
0x66 0x90 0x66
==10739== valgrind: Unrecognised instruction at address 0x1ff07b5.
==10739==    at 0x1FF07B5: __intel_get_new_mem_ops_cpuid (in myApp)

Disassembly of myApp leading up to 0x1FF07B5:


   0x1ff07aa <__intel_get_new_mem_ops_cpuid+26>:        mov    %edx,0xc(%r9)
   0x1ff07ae <__intel_get_new_mem_ops_cpuid+30>:        pop    %rdx
   0x1ff07af <__intel_get_new_mem_ops_cpuid+31>:        pop    %rcx
   0x1ff07b0 <__intel_get_new_mem_ops_cpuid+32>:        pop    %rbx
   0x1ff07b1 <__intel_get_new_mem_ops_cpuid+33>:        pop    %rax
   0x1ff07b2 <__intel_get_new_mem_ops_cpuid+34>:        mov    %r8d,%eax
   0x1ff07b5 <__intel_get_new_mem_ops_cpuid+37>:        retq   $0x0


Is this the correct forum for reporting bugs in the development version?

Thanks!

 - Pat

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to