|
From: Jeffrey W. <nol...@gm...> - 2016-11-26 15:36:24
|
On Fri, Nov 25, 2016 at 9:38 PM, Danny Wilson <da...@to...> wrote: > I am trying to find a memory leak in a large C++ program which utilizes > multiple shared libraries. > > Unfortunately, valgrind fails with "unhandled instruction bytes: 0xC5 0xF9 > 0x6E 0x45" > > It says the illegal instruction is inside std::tr1::__detail, inside a > standard library... > > Is there anything I can do about this? I've posted the valgrind output and > platform information below. Looks very similar to https://bugs.kde.org/show_bug.cgi?id=301967 . Jeff |