[valgrind] [Bug 339596] vex amd64->IR: unhandled instruction bytes: 0x8F 0xE8 0x78 0xCD 0xC1 0x4 0xC5 0xF9

2015-12-02 Thread Andreas Boerner via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=339596

Andreas Boerner  changed:

   What|Removed |Added

 CC||andreas.boer...@w84u.org

-- 
You are receiving this mail because:
You are watching all bug changes.


[valgrind] [Bug 356138] New: vex amd64->IR unhandled instruction bytes 0x8F 0xEA 0x78 0x10 0xD2 0x6 0x6 0x0

2015-11-30 Thread Andreas Boerner via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356138

Bug ID: 356138
   Summary: vex amd64->IR unhandled instruction bytes 0x8F 0xEA
0x78 0x10 0xD2 0x6 0x6 0x0
   Product: valgrind
   Version: 3.10 SVN
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: memcheck
  Assignee: jsew...@acm.org
  Reporter: andreas.boer...@w84u.org

running my C++ program gives the following output:
vex amd64->IR: unhandled instruction bytes: 0x8F 0xEA 0x78 0x10 0xD2 0x6 0x6
0x0
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.n=0x0 ESC=NONE
vex amd64->IR:   PFX.66=0 PFX.F2=0 PFX.F3=0
==18602== valgrind: Unrecognised instruction at address 0x527333.
==18602==at 0x527333:
COMPANY_NAMESPACE::DataPointerList2::PrepareRealloc(COMPANY_NAMESPACE::Operation&)
(DataPointerList2.cpp:280)
==18602==by 0x5289E4:
COMPANY_NAMESPACE::DataPointerList2::DirtyBufferInsert(unsigned int, unsigned
int const&) (DataPointerList2.cpp:668)
==18602==by 0x53D53E: (anonymous
namespace)::DataPointerTestCase_DirtyBuffers64_Test::TestBody()
(DataPointerListTest.cpp:687)
==18602==by 0x50ED12: void
testing::internal::HandleSehExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) (in
/mnt/data/git/dataStruct/config/clang/bin/main)
==18602==by 0x503BC0: void
testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2438)
==18602==by 0x4F51BA: testing::Test::Run() (gtest.cc:2474)
==18602==by 0x4F5C8D: testing::TestInfo::Run() (gtest.cc:2656)
==18602==by 0x4F63A6: testing::TestCase::Run() (gtest.cc:2774)
==18602==by 0x4FD76A: testing::internal::UnitTestImpl::RunAllTests()
(gtest.cc:4648)
==18602==by 0x50BB72: bool
testing::internal::HandleSehExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool
(testing::internal::UnitTestImpl::*)(), char const*) (in
/mnt/data/git/dataStruct/config/clang/bin/main)
==18602==by 0x505BF0: bool
testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool
(testing::internal::UnitTestImpl::*)(), char const*) (gtest.cc:2438)
==18602==by 0x4FD424: testing::UnitTest::Run() (gtest.cc:4256)
==18602== Your program just tried to execute an instruction that Valgrind
==18602== did not recognise.  There are two possible reasons for this.
==18602== 1. Your program has a bug and erroneously jumped to a non-code
==18602==location.  If you are running Memcheck and you just saw a
==18602==warning about a bad jump, it's probably your program's fault.
==18602== 2. The instruction is legitimate but Valgrind doesn't handle it,
==18602==i.e. it's Valgrind's fault.  If you think this is the case or
==18602==you are not sure, please let us know and we'll try to fix it.
==18602== Either way, Valgrind will now raise a SIGILL signal which will
==18602== probably kill your program.
==18602== 
==18602== Process terminating with default action of signal 4 (SIGILL)
==18602==  Illegal opcode at address 0x527333
==18602==at 0x527333:
COMPANY_NAMESPACE::DataPointerList2::PrepareRealloc(COMPANY_NAMESPACE::Operation&)
(DataPointerList2.cpp:280)
==18602==by 0x5289E4:
COMPANY_NAMESPACE::DataPointerList2::DirtyBufferInsert(unsigned int, unsigned
int const&) (DataPointerList2.cpp:668)
==18602==by 0x53D53E: (anonymous
namespace)::DataPointerTestCase_DirtyBuffers64_Test::TestBody()
(DataPointerListTest.cpp:687)
==18602==by 0x50ED12: void
testing::internal::HandleSehExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) (in
/mnt/data/git/dataStruct/config/clang/bin/main)
==18602==by 0x503BC0: void
testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2438)
==18602==by 0x4F51BA: testing::Test::Run() (gtest.cc:2474)
==18602==by 0x4F5C8D: testing::TestInfo::Run() (gtest.cc:2656)
==18602==by 0x4F63A6: testing::TestCase::Run() (gtest.cc:2774)
==18602==by 0x4FD76A: testing::internal::UnitTestImpl::RunAllTests()
(gtest.cc:4648)
==18602==by 0x50BB72: bool
testing::internal::HandleSehExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool
(testing::internal::UnitTestImpl::*)(), char const*) (in
/mnt/data/git/dataStruct/config/clang/bin/main)
==18602==by 0x505BF0: bool
testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool
(testing::internal::UnitTestImpl::*)(), char const*) (gtest.cc:2438)
==18602==by 0x4FD424: testing::UnitTest::Run() 

[valgrind] [Bug 356138] vex amd64->IR unhandled instruction bytes 0x8F 0xEA 0x78 0x10 0xD2 0x6 0x6 0x0

2015-11-30 Thread Andreas Boerner via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356138

--- Comment #1 from Andreas Boerner  ---
PS: version selection box ends at 3.10 SVN.
It does not allow to select 3.11

-- 
You are receiving this mail because:
You are watching all bug changes.