You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The demangled symobl is "google::protobuf::Message::GetTypeNameabi:cxx11 const
"
it seems that this is a compiler issue.
I'm using g++-4.9 from Ubuntu 16.04 amd64 version. 4.4.0-79-generic #100-Ubuntu SMP Wed May 17 19:58:14 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
The google protobuf is compiled using g++-4.9 as well.
Any way to solve this issue?
The text was updated successfully, but these errors were encountered:
The symptoms show that your code was compiled with one version of ф library, and is dynamically linked with another. If you're using the precompiled binaries, then it might be the problem, as they were compiled on Trusty (14.04), for a specific version of protobufs/libc++/etc. Yeah, the DLL hell as it is. Probably, the easiest solution would be to build everything from scratch.
I try to use the bap-pintrace.
After following the instructions from this git, I run into this problem:
The demangled symobl is "google::protobuf::Message::GetTypeNameabi:cxx11 const
"
it seems that this is a compiler issue.
I'm using g++-4.9 from Ubuntu 16.04 amd64 version.
4.4.0-79-generic #100-Ubuntu SMP Wed May 17 19:58:14 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
The google protobuf is compiled using g++-4.9 as well.
Any way to solve this issue?
The text was updated successfully, but these errors were encountered: