> Hello.  I downloaded the development version of valgrind from
> Subversion today.  

Thank you for mentioning the version of valgrind!

>                   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)

>    0x1ff07b5 <__intel_get_new_mem_ops_cpuid+37>:        retq   $0x0

Yes, 0xC2 is unhandled.  Gcc generates that almost never; which compiler did?
Also, "ret $0" is bigger and slower than the equivalent "ret".

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

It's fine to post here to see if there might be a "community" for this bug,
particularly if you name compiler and the origin of the source code.
But if you really want it fixed, then please report an official bug,
else the issue *will* become lost, forgotten, and ignored.  Click the
"Bug Reports" link in the Contacts sidebar at  http://valgrind.org .

-- 

------------------------------------------------------------------------------
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