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 problem is that you are using gcc v5.1 or later while the included libraries
(libbinacpp.so, jsoncpp.o, etc...) have been compiled with a gcc from before
gcc v5.1.
Fixing it by defining:
#define _GLIBCXX_USE_CXX11_ABI 0
could cause a SIGSEGV.
It is really best to recompile libbinacpp.so and the accompanying libraries.
SIGSEV from JSON parsers.
After rebuild examples, SIGSEV stops the program. It stemmed from the _M_replace function in the libstdc++.so.6.
please see the image below from
nemivers
Is there any way to remove this error?
The text was updated successfully, but these errors were encountered: